Searched refs:PALETTE_COUNT (Results 1 – 1 of 1) sorted by relevance
447 #define PALETTE_COUNT(bit_depth) ((bit_depth) > 4 ? 1U : 16U) macro473 (ct == 3/*PALETTE*/ && pn < PALETTE_COUNT(*bit_depth))) in next_format()