Searched refs:gimg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebp.c566 ImageContext *gimg = &s->image[IMAGE_ROLE_ENTROPY]; local
569 if (gimg->size_reduction > 0) {
570 int group_x = x >> gimg->size_reduction;
571 int group_y = y >> gimg->size_reduction;
572 int g0 = GET_PIXEL_COMP(gimg->frame, group_x, group_y, 1);
573 int g1 = GET_PIXEL_COMP(gimg->frame, group_x, group_y, 2);

Completed in 64 milliseconds