Searched defs:b2_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
810 b2_inv = b2_min + (b2_diff * (yidx_max-yidx)) / yidx_max;
838 *dest++ = b2_inv;
H A Drpng2-x.c856 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
915 b2_inv = b2_min + (b2_diff * (yidx_max-yidx)) / yidx_max;
943 *dest++ = b2_inv;

Completed in 40 milliseconds