HomeSort by relevance Sort by last modified time
    Searched refs:AlphaMultiplyY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
picture_rescale.c 202 static void AlphaMultiplyY(WebPPicture* const pic, int inverse) {
239 // If present, we need to rescale alpha first (for AlphaMultiplyY).
248 AlphaMultiplyY(pic, 0);
251 AlphaMultiplyY(&tmp, 1);
  /external/webp/src/enc/
picture_rescale.c 202 static void AlphaMultiplyY(WebPPicture* const pic, int inverse) {
239 // If present, we need to rescale alpha first (for AlphaMultiplyY).
248 AlphaMultiplyY(pic, 0);
251 AlphaMultiplyY(&tmp, 1);

Completed in 163 milliseconds