Home
last modified time | relevance | path

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

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