Searched refs:subtree (Results 1 – 4 of 4) sorted by relevance
3940 MS_U16 subtree; in JPEG_make_huff_table() local4047 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()
4024 MS_U16 subtree; in JPEG_make_huff_table() local4132 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()
3932 MS_U16 subtree; in JPEG_make_huff_table() local4039 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()
3887 MS_U16 subtree; in JPEG_make_huff_table() local3994 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()