Home
last modified time | relevance | path

Searched refs:subtree (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c3940 MS_U16 subtree; in JPEG_make_huff_table() local
4047 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
4049 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4053 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
H A DapiJPEG.c4024 MS_U16 subtree; in JPEG_make_huff_table() local
4132 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
4134 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4138 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c3932 MS_U16 subtree; in JPEG_make_huff_table() local
4039 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
4041 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4045 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c3887 MS_U16 subtree; in JPEG_make_huff_table() local
3994 subtree = ( _code >> ( code_size - 8 ) ) & 0xFF; in JPEG_make_huff_table()
3996 currententry = hs->s16Look_up[subtree]; in JPEG_make_huff_table()
4000 hs->s16Look_up[subtree] = currententry = nextfreeentry; in JPEG_make_huff_table()