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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A D8bps.c69 unsigned char *pixptr, *pixptr_end; local
104 pixptr_end = pixptr + c->pic.linesize[0];
112 if (pixptr + count * px_inc > pixptr_end)
121 if (pixptr + count * px_inc > pixptr_end)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A D8bps.c64 unsigned char *pixptr, *pixptr_end; local
88 pixptr_end = pixptr + frame->linesize[0];
99 if (pixptr_end - pixptr < count * planes)
109 if (pixptr_end - pixptr < count * planes)

Completed in 42 milliseconds