HomeSort by relevance Sort by last modified time
    Searched defs:VP8GetCPUInfo (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
cpu.c 170 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo;
181 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo;
208 VP8CPUInfo VP8GetCPUInfo = armCPUInfo;
219 VP8CPUInfo VP8GetCPUInfo = mipsCPUInfo;
221 VP8CPUInfo VP8GetCPUInfo = NULL;
dsp.h 148 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;

Completed in 126 milliseconds