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

  /external/webp/src/dsp/
dsp.h 360 typedef void (*WebPUpsampleLinePairFunc)(
369 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
389 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
upsampling.c 25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
142 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) {
upsampling_sse2.c 191 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
upsampling_neon.c 257 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
upsampling_msa.c 654 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
  /external/webp/src/dec/
io_dec.c 66 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
  /external/webp/src/enc/
picture_csp_enc.c     [all...]

Completed in 462 milliseconds