Searched refs:DIVIDE_BY_ALPHA (Results 1 – 1 of 1) sorted by relevance
730 #define DIVIDE_BY_ALPHA(sum, a) (((sum) * kInvAlpha[(a)]) >> (kAlphaFix - 2)) macro734 #define DIVIDE_BY_ALPHA(sum, a) (4 * (sum) / (a)) macro751 return LinearToGamma(DIVIDE_BY_ALPHA(sum, total_a), 0); in LinearToGammaWeighted()