Home
last modified time | relevance | path

Searched refs:kAlphaFix (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpicture_csp_enc.c588 static const int kAlphaFix = 19; variable
730 #define DIVIDE_BY_ALPHA(sum, a) (((sum) * kInvAlpha[(a)]) >> (kAlphaFix - 2))
872 assert(kAlphaFix + kGammaFix <= 31); in ImportYUVAFromRGBA()