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