Searched refs:gimg (Results 1 – 1 of 1) sorted by relevance
529 ImageContext *gimg = &s->image[IMAGE_ROLE_ENTROPY]; in get_huffman_group() local532 if (gimg->size_reduction > 0) { in get_huffman_group()533 int group_x = x >> gimg->size_reduction; in get_huffman_group()534 int group_y = y >> gimg->size_reduction; in get_huffman_group()535 int g0 = GET_PIXEL_COMP(gimg->frame, group_x, group_y, 1); in get_huffman_group()536 int g1 = GET_PIXEL_COMP(gimg->frame, group_x, group_y, 2); in get_huffman_group()