Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwebp.c651 int prefix_code, length, distance, ref_x, ref_y; in decode_entropy_coded_image() local
685 ref_y = y; in decode_entropy_coded_image()
694 ref_y--; in decode_entropy_coded_image()
699 ref_y--; in decode_entropy_coded_image()
702 ref_y = FFMAX(0, ref_y); in decode_entropy_coded_image()
708 uint8_t *p_ref = GET_PIXEL(img->frame, ref_x, ref_y); in decode_entropy_coded_image()
722 ref_y++; in decode_entropy_coded_image()
724 if (y == img->frame->height || ref_y == img->frame->height) in decode_entropy_coded_image()