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

/external/libpng/contrib/gregbook/
H A Drpng2-win.c837 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
894 b2_inv = b2_min + (b2_diff * (yidx_max-yidx)) / yidx_max;
922 *dest++ = b2_inv;
H A Drpng2-x.c1081 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
1143 b2_inv = b2_min + (b2_diff * (yidx_max-yidx)) / yidx_max;
1171 *dest++ = b2_inv;
1868 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
1915 b2_inv = b2_min + (b2_diff * (yidx_max-yidx)) / yidx_max;
1943 *dest++ = b2_inv;

Completed in 98 milliseconds