Home
last modified time | relevance | path

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

/external/webp/src/dsp/
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()
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()
Dcpu.c170 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo; variable
181 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo; variable
208 VP8CPUInfo VP8GetCPUInfo = armCPUInfo; variable
219 VP8CPUInfo VP8GetCPUInfo = mipsCPUInfo; variable
221 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.c433 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
435 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
438 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
445 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
453 (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kNEON))) { in WEBP_DSP_INIT_FUNC()
Dlossless_enc.c959 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
961 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
964 if (VP8GetCPUInfo(kSSE4_1)) { in WEBP_DSP_INIT_FUNC()
971 if (VP8GetCPUInfo(kMIPS32)) { in WEBP_DSP_INIT_FUNC()
976 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
981 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
989 (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; \
222 WEBP_EXTERN VP8CPUInfo VP8GetCPUInfo; variable
Dlossless.c620 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
622 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
627 if (VP8GetCPUInfo(kMIPSdspR2)) { in WEBP_DSP_INIT_FUNC()
632 if (VP8GetCPUInfo(kMSA)) { in WEBP_DSP_INIT_FUNC()
640 (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()
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()
Dssim.c152 if (VP8GetCPUInfo != NULL) { in WEBP_DSP_INIT_FUNC()
154 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
/external/webp/src/dec/
Dvp8_dec.c496 if (VP8GetCPUInfo != NULL && VP8GetCPUInfo(kSlowSSSE3)) { in InitGetCoeffs()