Lines Matching refs:ImageContext
179 typedef struct ImageContext {
191 } ImageContext;
217 ImageContext image[IMAGE_ROLE_NB]; /* image context for each role */
226 static void image_ctx_free(ImageContext *img)
434 ImageContext *img;
496 ImageContext *img;
529 static HuffReader *get_huffman_group(WebPContext *s, ImageContext *img,
532 ImageContext *gimg = &s->image[IMAGE_ROLE_ENTROPY];
546 static av_always_inline void color_cache_put(ImageContext *img, uint32_t c)
555 ImageContext *img;
925 ImageContext *img = &s->image[IMAGE_ROLE_ARGB];
926 ImageContext *pimg = &s->image[IMAGE_ROLE_PREDICTOR];
962 ImageContext *img, *cimg;
987 ImageContext *img = &s->image[IMAGE_ROLE_ARGB];
1001 ImageContext *img;
1002 ImageContext *pal;