Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddsp.h287 typedef void (*WebPUpsampleLinePairFunc)( typedef
296 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
318 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
Dupsampling.c25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
176 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) { in DUAL_SAMPLE_FUNC()
Dupsampling_sse41.c191 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
Dupsampling_sse2.c195 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
Dupsampling_neon.c264 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
Dupsampling_msa.c679 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
/external/webp/src/enc/
Dpicture_csp_enc.c692 WebPUpsampleLinePairFunc upsample = in WebPPictureYUVAToARGB()
/external/webp/src/dec/
Dio_dec.c61 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace]; in EmitFancyRGB()