Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwebp.c220 #define GET_PIXEL(frame, x, y) \ macro
639 uint8_t *p = GET_PIXEL(img->frame, x, y); in decode_entropy_coded_image()
710 uint8_t *p_ref = GET_PIXEL(img->frame, ref_x, ref_y); in decode_entropy_coded_image()
711 uint8_t *p = GET_PIXEL(img->frame, x, y); in decode_entropy_coded_image()
731 uint8_t *p = GET_PIXEL(img->frame, x, y); in decode_entropy_coded_image()
906 dec = GET_PIXEL(frame, x, y); in inverse_prediction()
907 p_l = GET_PIXEL(frame, x - 1, y); in inverse_prediction()
908 p_tl = GET_PIXEL(frame, x - 1, y - 1); in inverse_prediction()
909 p_t = GET_PIXEL(frame, x, y - 1); in inverse_prediction()
911 p_tr = GET_PIXEL(fram in inverse_prediction()
[all...]

Completed in 3 milliseconds