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

/external/libpng/
H A Dpngread.c1785 #define PNG_DIV51(v8) (((v8) * 5 + 130) >> 8) macro
2132 * [0..5]*51, the GA processing uses PNG_DIV51(value) to find the
2148 * base = 226 + 6 * PNG_DIV51(alpha);
2149 * entry = PNG_DIV51(gray);
2205 ((png_byte)(6 * (6 * PNG_DIV51(r) + PNG_DIV51(g)) + PNG_DIV51(b)))
2749 * to do it once and using PNG_DIV51 on the 6x6x6 reduced RGB cube.
3145 entry = 226 + 6 * PNG_DIV51(alpha) + PNG_DIV51(gra
[all...]

Completed in 68 milliseconds