Searched refs:GET_PIXEL_COMP (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.c214 #define GET_PIXEL_COMP(frame, x, y, c) \ macro
485 int p0 = GET_PIXEL_COMP(img->frame, x, y, 1);
486 int p1 = GET_PIXEL_COMP(img->frame, x, y, 2);
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);
960 enum PredictionMode m = GET_PIXEL_COMP(pimg->frame, tx, ty, 2);

Completed in 34 milliseconds