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