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

/external/libpng/contrib/gregbook/
H A Drpng2-x.c1077 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
1132 b1_inv = b1_min + (b1_diff * (yidx_max-yidx)) / yidx_max;
1151 *dest++ = b1_inv;
1861 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
1901 b1_inv = b1_min + (b1_diff * (yidx_max-yidx)) / yidx_max;
1920 *dest++ = b1_inv;
H A Drpng2-win.c812 uch r1_inv, r2_inv, g1_inv, g2_inv, b1_inv, b2_inv; local
862 b1_inv = b1_min + (b1_diff * (yidx_max-yidx)) / yidx_max;
881 *dest++ = b1_inv;

Completed in 70 milliseconds