Searched refs:WEBP_USE_NEON (Results 1 - 20 of 20) sorted by relevance

/external/webp/src/dsp/
H A Ddsp.h88 #define WEBP_USE_NEON macro
91 #if !defined(WEBP_USE_NEON) && defined(__ANDROID__) && \
94 #define WEBP_USE_NEON macro
98 #define WEBP_USE_NEON macro
H A Dcpu.c182 #elif defined(WEBP_USE_NEON)
H A Dlossless_enc_neon.c16 #if defined(WEBP_USE_NEON)
140 #else // !WEBP_USE_NEON
144 #endif // WEBP_USE_NEON
H A Dupsampling_neon.c17 #if defined(WEBP_USE_NEON)
281 #endif // WEBP_USE_NEON
283 #if !(defined(FANCY_UPSAMPLING) && defined(WEBP_USE_NEON))
H A Dalpha_processing_neon.c16 #if defined(WEBP_USE_NEON)
187 #else // !WEBP_USE_NEON
191 #endif // WEBP_USE_NEON
H A Drescaler.c244 #if defined(WEBP_USE_NEON)
H A Dfilters.c279 #if defined(WEBP_USE_NEON)
H A Drescaler_neon.c16 #if defined(WEBP_USE_NEON) && !defined(WEBP_REDUCE_SIZE)
182 #else // !WEBP_USE_NEON
186 #endif // WEBP_USE_NEON
H A Dupsampling.c302 #if defined(WEBP_USE_NEON)
H A Dyuv.c291 #if defined(WEBP_USE_NEON)
297 #endif // WEBP_USE_NEON
H A Dfilters_neon.c16 #if defined(WEBP_USE_NEON)
325 #else // !WEBP_USE_NEON
329 #endif // WEBP_USE_NEON
H A Dyuv_neon.c16 #if defined(WEBP_USE_NEON)
283 #else // !WEBP_USE_NEON
288 #endif // WEBP_USE_NEON
H A Dalpha_processing.c439 #if defined(WEBP_USE_NEON)
H A Denc.c814 #if defined(WEBP_USE_NEON)
H A Denc_neon.c16 #if defined(WEBP_USE_NEON)
934 #else // !WEBP_USE_NEON
938 #endif // WEBP_USE_NEON
H A Dlossless.c645 #if defined(WEBP_USE_NEON)
H A Dlossless_enc.c961 #if defined(WEBP_USE_NEON)
H A Dlossless_neon.c16 #if defined(WEBP_USE_NEON)
637 #else // !WEBP_USE_NEON
641 #endif // WEBP_USE_NEON
H A Ddec.c842 #if defined(WEBP_USE_NEON)
H A Ddec_neon.c17 #if defined(WEBP_USE_NEON)
1648 #else // !WEBP_USE_NEON
1652 #endif // WEBP_USE_NEON

Completed in 228 milliseconds