Home
last modified time | relevance | path

Searched refs:FANCY_UPSAMPLING (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/dsp/
Dupsampling.c22 #ifdef FANCY_UPSAMPLING
137 #if !defined(FANCY_UPSAMPLING)
170 #ifdef FANCY_UPSAMPLING in DUAL_SAMPLE_FUNC()
264 #ifdef FANCY_UPSAMPLING in WEBP_DSP_INIT_FUNC()
Dupsampling_sse41.c23 #ifdef FANCY_UPSAMPLING
237 #if !(defined(FANCY_UPSAMPLING) && defined(WEBP_USE_SSE41))
Dupsampling_mips_dsp_r2.c133 #ifdef FANCY_UPSAMPLING
289 #if !(defined(FANCY_UPSAMPLING) && defined(WEBP_USE_MIPS_DSP_R2))
Dupsampling_sse2.c23 #ifdef FANCY_UPSAMPLING
265 #if !(defined(FANCY_UPSAMPLING) && defined(WEBP_USE_SSE2))
Dupsampling_neon.c25 #ifdef FANCY_UPSAMPLING
283 #if !(defined(FANCY_UPSAMPLING) && defined(WEBP_USE_NEON))
Ddsp.h442 #define FANCY_UPSAMPLING // undefined to remove fancy upsampling support macro
452 #ifdef FANCY_UPSAMPLING
Dupsampling_msa.c22 #ifdef FANCY_UPSAMPLING
686 #if !(defined(FANCY_UPSAMPLING) && defined(WEBP_USE_MSA))
/external/webp/src/dec/
Dio_dec.c56 #ifdef FANCY_UPSAMPLING
575 #ifdef FANCY_UPSAMPLING in CustomSetup()
Dwebp_dec.c832 #ifdef FANCY_UPSAMPLING in WebPIoInitFromOptions()