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

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

Completed in 70 milliseconds