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

  /external/opencv3/3rdparty/libwebp/dsp/
upsampling.c 290 static void ApplyAlphaMultiply4444(uint8_t* rgba4444,
311 = ApplyAlphaMultiply4444;
344 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply4444;
  /external/webp/src/dsp/
alpha_processing.c 257 static WEBP_INLINE void ApplyAlphaMultiply4444(uint8_t* rgba4444,
281 ApplyAlphaMultiply4444(rgba4444, w, h, stride, 1);
283 ApplyAlphaMultiply4444(rgba4444, w, h, stride, 0);

Completed in 324 milliseconds