Home
last modified time | relevance | path

Searched refs:_code (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3939 MS_U16 _code; in JPEG_make_huff_table() local
3976 _code = 0; in JPEG_make_huff_table()
3984 huffcode[p++] = _code; in JPEG_make_huff_table()
3985 _code++; in JPEG_make_huff_table()
3995 _code <<= 1; in JPEG_make_huff_table()
4030 _code = huffcode[p]; in JPEG_make_huff_table()
4037 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
4041 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4042 _code++; in JPEG_make_huff_table()
4047 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
[all …]
H A DapiJPEG.c4023 MS_U16 _code; in JPEG_make_huff_table() local
4060 _code = 0; in JPEG_make_huff_table()
4068 huffcode[p++] = _code; in JPEG_make_huff_table()
4069 _code++; in JPEG_make_huff_table()
4079 _code <<= 1; in JPEG_make_huff_table()
4115 _code = huffcode[p]; in JPEG_make_huff_table()
4122 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
4126 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4127 _code++; in JPEG_make_huff_table()
4132 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3931 MS_U16 _code; in JPEG_make_huff_table() local
3968 _code = 0; in JPEG_make_huff_table()
3976 huffcode[p++] = _code; in JPEG_make_huff_table()
3977 _code++; in JPEG_make_huff_table()
3987 _code <<= 1; in JPEG_make_huff_table()
4022 _code = huffcode[p]; in JPEG_make_huff_table()
4029 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
4033 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
4034 _code++; in JPEG_make_huff_table()
4039 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3886 MS_U16 _code; in JPEG_make_huff_table() local
3923 _code = 0; in JPEG_make_huff_table()
3931 huffcode[p++] = _code; in JPEG_make_huff_table()
3932 _code++; in JPEG_make_huff_table()
3942 _code <<= 1; in JPEG_make_huff_table()
3977 _code = huffcode[p]; in JPEG_make_huff_table()
3984 _code <<= ( 8 - code_size ); in JPEG_make_huff_table()
3988 hs->s16Look_up[_code] = i; in JPEG_make_huff_table()
3989 _code++; in JPEG_make_huff_table()
3994 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsyslog.h69 typedef struct _code { struct