HomeSort by relevance Sort by last modified time
    Searched refs:VP8DecGetCPUInfo (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dec/
dsp.c 725 VP8CPUInfo VP8DecGetCPUInfo = x86CPUInfo;
727 VP8CPUInfo VP8DecGetCPUInfo = NULL;
736 if (VP8DecGetCPUInfo) {
737 if (VP8DecGetCPUInfo(kSSE2)) {
742 if (VP8DecGetCPUInfo(kSSE3)) {
vp8i.h 358 extern VP8CPUInfo VP8DecGetCPUInfo;
io.c 135 if (VP8DecGetCPUInfo) {
136 if (VP8DecGetCPUInfo(kSSE2)) {
    [all...]

Completed in 718 milliseconds