Searched defs:b1_inv (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c753 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
803 b1_inv = b1_min + (b1_diff * (yidx_max-yidx)) / yidx_max;
822 *dest++ = b1_inv;
H A Drpng2-x.c856 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
908 b1_inv = b1_min + (b1_diff * (yidx_max-yidx)) / yidx_max;
927 *dest++ = b1_inv;

Completed in 50 milliseconds