Lines Matching refs:WebPContext
193 typedef struct WebPContext {
218 } WebPContext;
316 static void read_huffman_code_simple(WebPContext *s, HuffReader *hc)
331 static int read_huffman_code_normal(WebPContext *s, HuffReader *hc,
423 static int decode_entropy_coded_image(WebPContext *s, enum ImageRole role,
432 static int decode_entropy_image(WebPContext *s)
462 static int parse_transform_predictor(WebPContext *s)
478 static int parse_transform_color(WebPContext *s)
494 static int parse_transform_color_indexing(WebPContext *s)
529 static HuffReader *get_huffman_group(WebPContext *s, ImageContext *img,
552 static int decode_entropy_coded_image(WebPContext *s, enum ImageRole role,
923 static int apply_predictor_transform(WebPContext *s)
960 static int apply_color_transform(WebPContext *s)
984 static int apply_subtract_green_transform(WebPContext *s)
999 static int apply_color_indexing_transform(WebPContext *s)
1073 WebPContext *s = avctx->priv_data;
1090 WebPContext *s = avctx->priv_data;
1246 WebPContext *s = avctx->priv_data;
1299 WebPContext *s = avctx->priv_data;
1340 WebPContext *s = avctx->priv_data;
1537 WebPContext *s = avctx->priv_data;
1548 WebPContext *s = avctx->priv_data;
1563 .priv_data_size = sizeof(WebPContext),