Searched refs:ff_add_png_paeth_prediction (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | pngdsp.c | 46 dsp->add_paeth_prediction = ff_add_png_paeth_prediction; in ff_pngdsp_init()
|
D | png.h | 64 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp);
|
D | pngdec.c | 198 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, in ff_add_png_paeth_prediction() function 314 ff_add_png_paeth_prediction(dst + i, src + i, last + i, size - i, bpp); in ff_png_filter_row()
|