Searched refs:WebPUpsampleLinePairFunc (Results 1 - 7 of 7) sorted by relevance

/external/webp/src/dsp/
H A Ddsp.h401 typedef void (*WebPUpsampleLinePairFunc)( typedef
410 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
430 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last);
H A Dupsampling.c25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
168 WebPUpsampleLinePairFunc WebPGetLinePairConverter(int alpha_is_last) {
H A Dupsampling_sse2.c194 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
H A Dupsampling_neon.c259 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
H A Dupsampling_msa.c656 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
/external/webp/src/dec/
H A Dio_dec.c66 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
/external/webp/src/enc/
H A Dpicture_csp_enc.c1047 WebPUpsampleLinePairFunc upsample = WebPGetLinePairConverter(ALPHA_IS_LAST);

Completed in 108 milliseconds