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