Home
last modified time | relevance | path

Searched refs:VP8GetCPUInfo (Results 1 – 17 of 17) sorted by relevance

/external/webp/src/dsp/
Dcost.c387 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
389 if (VP8GetCPUInfo(kMIPS32)) { in WEBP_DSP_INIT_FUNC()
394 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
399 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
404 if (VP8GetCPUInfo(kNEON)) { in WEBP_DSP_INIT_FUNC()
Dupsampling.c235 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
237 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
242 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
247 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
280 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
282 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
287 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
292 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
297 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
305 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Dyuv.c92 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
94 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
99 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
104 if (VP8GetCPUInfo(kMIPS32)) { in WEBP_DSP_INIT_FUNC()
109 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
278 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
280 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
286 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
294 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Dcpu.c176 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo; variable
187 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo; variable
211 VP8CPUInfo VP8GetCPUInfo = wasmCPUInfo; variable
238 VP8CPUInfo VP8GetCPUInfo = armCPUInfo; variable
249 VP8CPUInfo VP8GetCPUInfo = mipsCPUInfo; variable
251 VP8CPUInfo VP8GetCPUInfo = NULL; variable
Drescaler.c215 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
217 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
222 if (VP8GetCPUInfo(kMIPS32)) { in WEBP_DSP_INIT_FUNC()
227 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
232 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
240 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Dfilters.c256 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
258 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
263 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
268 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
276 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Dalpha_processing.c440 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
442 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
445 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
452 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
460 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Dlossless_enc.c845 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
847 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
850 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
857 if (VP8GetCPUInfo(kMIPS32)) { in WEBP_DSP_INIT_FUNC()
862 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
867 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
875 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Ddsp.h148 if (func ## _last_cpuinfo_used != VP8GetCPUInfo) func(); \
149 func ## _last_cpuinfo_used = VP8GetCPUInfo; \
156 if (func ## _last_cpuinfo_used == VP8GetCPUInfo) break; \
158 func ## _last_cpuinfo_used = VP8GetCPUInfo; \
228 WEBP_EXTERN VP8CPUInfo VP8GetCPUInfo; variable
Dlossless.c623 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
625 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
630 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
635 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
643 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Denc.c775 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
777 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
780 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
787 if (VP8GetCPUInfo(kMIPS32)) { in WEBP_DSP_INIT_FUNC()
792 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
797 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
805 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Dssim.c152 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
154 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Ddec.c809 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
811 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
814 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
821 if (VP8GetCPUInfo(kMIPS32)) { in WEBP_DSP_INIT_FUNC()
826 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
831 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
839 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
/external/webp/tests/fuzzer/
Denc_dec_fuzzer.cc26 const VP8CPUInfo default_VP8GetCPUInfo = VP8GetCPUInfo;
Danimencoder_fuzzer.cc26 const VP8CPUInfo default_VP8GetCPUInfo = VP8GetCPUInfo;
Dfuzz_utils.h98 VP8GetCPUInfo = kVP8CPUInfos[VP8GetCPUInfo_index]; in ExtractAndDisableOptimizations()
/external/webp/src/dec/
Dvp8_dec.c498 if (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kSlowSSSE3)) { in WEBP_DSP_INIT_FUNC()