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

  /external/webp/src/dsp/
cpu.c 59 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo;
70 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo;
78 VP8CPUInfo VP8GetCPUInfo = armCPUInfo;
80 VP8CPUInfo VP8GetCPUInfo = NULL;
upsampling.c 325 if (VP8GetCPUInfo != NULL) {
327 if (VP8GetCPUInfo(kSSE2)) {
332 if (VP8GetCPUInfo(kNEON)) {
350 if (VP8GetCPUInfo != NULL) {
352 if (VP8GetCPUInfo(kSSE2)) {
357 if (VP8GetCPUInfo(kNEON)) {
dsp.h 47 extern VP8CPUInfo VP8GetCPUInfo;
dec.c 722 if (VP8GetCPUInfo) {
724 if (VP8GetCPUInfo(kSSE2)) {
728 if (VP8GetCPUInfo(kNEON)) {
enc.c 713 if (VP8GetCPUInfo) {
715 if (VP8GetCPUInfo(kSSE2)) {
719 if (VP8GetCPUInfo(kNEON)) {

Completed in 53 milliseconds