Searched refs:KINV_255 (Results 1 – 1 of 1) sorted by relevance
24 #define KINV_255 ((1u << MFIX) / 255u) macro132 return inverse ? (255u << MFIX) / a : a * KINV_255; in GetScale()173 #undef KINV_255