Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcpia.c63 uint8_t *y, *u, *v, *y_end, *u_end, *v_end; in cpia_decode_frame() local
134 u_end = u + frame->linesize[1] - 1; in cpia_decode_frame()
162 if (y + 1 > y_end || u > u_end || v > v_end) { in cpia_decode_frame()