Home
last modified time | relevance | path

Searched refs:VP8DecGetCPUInfo (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Ddsp.c725 VP8CPUInfo VP8DecGetCPUInfo = x86CPUInfo; variable
727 VP8CPUInfo VP8DecGetCPUInfo = NULL; variable
736 if (VP8DecGetCPUInfo) { in VP8DspInit()
737 if (VP8DecGetCPUInfo(kSSE2)) { in VP8DspInit()
742 if (VP8DecGetCPUInfo(kSSE3)) { in VP8DspInit()
Dvp8i.h358 extern VP8CPUInfo VP8DecGetCPUInfo;
Dio.c135 if (VP8DecGetCPUInfo) { in InitUpsamplers()
136 if (VP8DecGetCPUInfo(kSSE2)) { in InitUpsamplers()