Searched refs:PNGEncContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | pngenc.c | 50 typedef struct PNGEncContext { struct 82 } PNGEncContext; typedef 151 static void sub_left_prediction(PNGEncContext *c, uint8_t *dst, const uint8_t *src, int bpp, int size) in sub_left_prediction() 167 static void png_filter_row(PNGEncContext *c, uint8_t *dst, int filter_type, in png_filter_row() 196 static uint8_t *png_choose_filter(PNGEncContext *s, uint8_t *dst, in png_choose_filter() 249 PNGEncContext *s = avctx->priv_data; in png_write_image_data() 276 PNGEncContext *s = avctx->priv_data; in png_write_row() 349 static int png_write_iccp(PNGEncContext *s, const AVFrameSideData *sd) in png_write_iccp() 394 PNGEncContext *s = avctx->priv_data; in encode_headers() 484 PNGEncContext * in encode_frame() [all...] |
Completed in 2 milliseconds