Home
last modified time | relevance | path

Searched refs:png_paeth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/pnglite/
H A Dpnglite.c432 png_paeth(uint8_t a, uint8_t b, uint8_t c) in png_paeth() function
479 out[i] = in[i] + png_paeth(a, b, c); in png_filter_paeth()