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

  /external/chromium_org/third_party/libwebp/dsp/
alpha_processing.c 288 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int);
297 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b;
dsp.h 244 extern void (*WebPApplyAlphaMultiply4444)(
lossless.c     [all...]
  /external/webp/src/dsp/
alpha_processing.c 288 void (*WebPApplyAlphaMultiply4444)(uint8_t*, int, int, int);
297 WebPApplyAlphaMultiply4444 = ApplyAlphaMultiply_16b;
dsp.h 244 extern void (*WebPApplyAlphaMultiply4444)(
lossless.c     [all...]
  /external/chromium_org/third_party/libwebp/dec/
io.c 259 WebPApplyAlphaMultiply4444(base_rgba, mb_w, num_rows, buf->stride);
472 WebPApplyAlphaMultiply4444(base_rgba, width, num_lines_out, buf->stride);
  /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 861 milliseconds