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

  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 101 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo;
112 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo;
120 VP8CPUInfo VP8GetCPUInfo = armCPUInfo;
126 VP8CPUInfo VP8GetCPUInfo = mipsCPUInfo;
128 VP8CPUInfo VP8GetCPUInfo = NULL;
dsp.h 76 typedef int (*VP8CPUInfo)(CPUFeature feature);
77 extern VP8CPUInfo VP8GetCPUInfo;
  /external/webp/src/dsp/
cpu.c 101 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo;
112 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo;
120 VP8CPUInfo VP8GetCPUInfo = armCPUInfo;
126 VP8CPUInfo VP8GetCPUInfo = mipsCPUInfo;
128 VP8CPUInfo VP8GetCPUInfo = NULL;
dsp.h 76 typedef int (*VP8CPUInfo)(CPUFeature feature);
77 extern VP8CPUInfo VP8GetCPUInfo;

Completed in 895 milliseconds