GET_PIXEL 671 libavcodec/webp.c uint8_t *p = GET_PIXEL(img->frame, x, y); GET_PIXEL 742 libavcodec/webp.c uint8_t *p_ref = GET_PIXEL(img->frame, ref_x, ref_y); GET_PIXEL 743 libavcodec/webp.c uint8_t *p = GET_PIXEL(img->frame, x, y); GET_PIXEL 763 libavcodec/webp.c uint8_t *p = GET_PIXEL(img->frame, x, y); GET_PIXEL 938 libavcodec/webp.c dec = GET_PIXEL(frame, x, y); GET_PIXEL 939 libavcodec/webp.c p_l = GET_PIXEL(frame, x - 1, y); GET_PIXEL 940 libavcodec/webp.c p_tl = GET_PIXEL(frame, x - 1, y - 1); GET_PIXEL 941 libavcodec/webp.c p_t = GET_PIXEL(frame, x, y - 1); GET_PIXEL 943 libavcodec/webp.c p_tr = GET_PIXEL(frame, 0, y); GET_PIXEL 945 libavcodec/webp.c p_tr = GET_PIXEL(frame, x + 1, y - 1); GET_PIXEL 1005 libavcodec/webp.c cp = GET_PIXEL(cimg->frame, cx, cy); GET_PIXEL 1006 libavcodec/webp.c p = GET_PIXEL(img->frame, x, y); GET_PIXEL 1023 libavcodec/webp.c uint8_t *p = GET_PIXEL(img->frame, x, y); GET_PIXEL 1051 libavcodec/webp.c p = GET_PIXEL(img->frame, 0, y); GET_PIXEL 1057 libavcodec/webp.c p = GET_PIXEL(img->frame, x, y); GET_PIXEL 1074 libavcodec/webp.c memcpy(palette, GET_PIXEL(pal->frame, 0, 0), size); // copy palette GET_PIXEL 1079 libavcodec/webp.c p = GET_PIXEL(img->frame, x, y); GET_PIXEL 1087 libavcodec/webp.c p = GET_PIXEL(img->frame, x, y); GET_PIXEL 1092 libavcodec/webp.c const uint8_t *pi = GET_PIXEL(pal->frame, i, 0); GET_PIXEL 1301 libavcodec/webp.c ap = GET_PIXEL(s->alpha_frame, 0, y) + 2;