Home
last modified time | relevance | path

Searched refs:PALETTE_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngvalid.c447 #define PALETTE_COUNT(bit_depth) ((bit_depth) > 4 ? 1U : 16U) macro
473 (ct == 3/*PALETTE*/ && pn < PALETTE_COUNT(*bit_depth))) in next_format()