Searched refs:DIVIDE_BY_ALPHA (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dpicture_csp.c732 // so we incorporate this factor 4 inside the DIVIDE_BY_ALPHA macro directly.
733 #define DIVIDE_BY_ALPHA(sum, a) (((sum) * kInvAlpha[(a)]) >> (kAlphaFix - 2)) macro
737 #define DIVIDE_BY_ALPHA(sum, a) (4 * (sum) / (a)) macro
754 return LinearToGamma(DIVIDE_BY_ALPHA(sum, total_a), 0);

Completed in 48 milliseconds