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

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2900 /*p = the partial index in the byte, e.g. with 4 palettebits it is 0 for first half or 1 for second half*/
3811 unsigned palettebits = n <= 2 ? 1 : (n <= 4 ? 2 : (n <= 16 ? 4 : 8)); local
3815 if(!palette_ok || (grey_ok && profile.greybits <= palettebits))
3836 mode_out->bitdepth = palettebits;

Completed in 220 milliseconds