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

  /external/webp/src/dsp/
dsp.h 260 extern void (*WebPApplyAlphaMultiply4444)(
alpha_processing.c 306 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int);
323 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b;
lossless.c     [all...]
  /external/webp/src/dec/
io.c 259 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);
472 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride);

Completed in 461 milliseconds