Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
D8bps.c63 unsigned char *pixptr, *pixptr_end; in decode_frame() local
90 pixptr_end = pixptr + frame->linesize[0]; in decode_frame()
101 if (pixptr_end - pixptr < count * px_inc) in decode_frame()
111 if (pixptr_end - pixptr < count * px_inc) in decode_frame()