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

/external/webp/src/enc/
H A Dpicture_rescale.c187 static void AlphaMultiplyY(WebPPicture* const pic, int inverse) { function
218 // If present, we need to rescale alpha first (for AlphaMultiplyY).
227 AlphaMultiplyY(pic, 0);
230 AlphaMultiplyY(&tmp, 1);

Completed in 51 milliseconds