GET_PIXEL         672 libavcodec/webp.c             uint8_t *p = GET_PIXEL(img->frame, x, y);
GET_PIXEL         743 libavcodec/webp.c                 uint8_t *p_ref = GET_PIXEL(img->frame, ref_x, ref_y);
GET_PIXEL         744 libavcodec/webp.c                 uint8_t *p     = GET_PIXEL(img->frame,     x,     y);
GET_PIXEL         764 libavcodec/webp.c             uint8_t *p = GET_PIXEL(img->frame, x, y);
GET_PIXEL         939 libavcodec/webp.c     dec  = GET_PIXEL(frame, x,     y);
GET_PIXEL         940 libavcodec/webp.c     p_l  = GET_PIXEL(frame, x - 1, y);
GET_PIXEL         941 libavcodec/webp.c     p_tl = GET_PIXEL(frame, x - 1, y - 1);
GET_PIXEL         942 libavcodec/webp.c     p_t  = GET_PIXEL(frame, x,     y - 1);
GET_PIXEL         944 libavcodec/webp.c         p_tr = GET_PIXEL(frame, 0, y);
GET_PIXEL         946 libavcodec/webp.c         p_tr = GET_PIXEL(frame, x + 1, y - 1);
GET_PIXEL        1006 libavcodec/webp.c             cp = GET_PIXEL(cimg->frame, cx, cy);
GET_PIXEL        1007 libavcodec/webp.c             p  = GET_PIXEL(img->frame,   x,  y);
GET_PIXEL        1024 libavcodec/webp.c             uint8_t *p = GET_PIXEL(img->frame, x, y);
GET_PIXEL        1052 libavcodec/webp.c             p = GET_PIXEL(img->frame, 0, y);
GET_PIXEL        1058 libavcodec/webp.c                 p    = GET_PIXEL(img->frame, x, y);
GET_PIXEL        1075 libavcodec/webp.c         memcpy(palette, GET_PIXEL(pal->frame, 0, 0), size);   // copy palette
GET_PIXEL        1080 libavcodec/webp.c                 p = GET_PIXEL(img->frame, x, y);
GET_PIXEL        1088 libavcodec/webp.c                 p = GET_PIXEL(img->frame, x, y);
GET_PIXEL        1093 libavcodec/webp.c                     const uint8_t *pi = GET_PIXEL(pal->frame, i, 0);
GET_PIXEL        1309 libavcodec/webp.c             ap = GET_PIXEL(s->alpha_frame, 0, y) + 2;