Home
last modified time | relevance | path

Searched refs:WebPUpsampleLinePairFunc (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dsp/
Ddsp.h446 typedef void (*WebPUpsampleLinePairFunc)( typedef
455 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
475 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
Dupsampling.c25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
168 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) { in DUAL_SAMPLE_FUNC()
Dupsampling_sse41.c186 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
Dupsampling_sse2.c190 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
Dupsampling_neon.c259 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
Dupsampling_msa.c662 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
/external/webp/src/dec/
Dio_dec.c61 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace]; in EmitFancyRGB()
/external/webp/src/enc/
Dpicture_csp_enc.c1058 WebPUpsampleLinePairFunc upsample = in WebPPictureYUVAToARGB()