Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddsp.h147 typedef void (*WebPUpsampleLinePairFunc)( typedef
156 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
177 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
Dupsampling.c25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
191 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) { in DUAL_SAMPLE_FUNC()
Dupsampling_sse2.c193 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
Dupsampling_neon.c272 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
/external/webp/src/dec/
Dio.c107 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace]; in EmitFancyRGB()
/external/webp/src/enc/
Dpicture.c785 WebPUpsampleLinePairFunc upsample = WebPGetLinePairConverter(ALPHA_IS_LAST); in WebPPictureYUVAToARGB()