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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgifdecod.cpp734 GIFImage *pimg = new GIFImage(); local
736 if (pimg == NULL)
751 pimg->left = buf[0] + 256 * buf[1];
752 pimg->top = buf[2] + 256 * buf[3];
754 pimg->left = buf[4] + 256 * buf[5];
755 pimg->top = buf[4] + 256 * buf[5];
757 pimg->w = buf[4] + 256 * buf[5];
758 pimg->h = buf[6] + 256 * buf[7];
761 if (anim && ((pimg->w == 0) || (pimg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebp.c953 ImageContext *pimg = &s->image[IMAGE_ROLE_PREDICTOR]; local
958 int tx = x >> pimg->size_reduction;
959 int ty = y >> pimg->size_reduction;
960 enum PredictionMode m = GET_PIXEL_COMP(pimg->frame, tx, ty, 2);

Completed in 62 milliseconds