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

  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 61 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo;
72 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo;
80 VP8CPUInfo VP8GetCPUInfo = armCPUInfo;
82 VP8CPUInfo VP8GetCPUInfo = NULL;
upsampling.c 327 if (VP8GetCPUInfo != NULL) {
329 if (VP8GetCPUInfo(kSSE2)) {
334 if (VP8GetCPUInfo(kNEON)) {
352 if (VP8GetCPUInfo != NULL) {
354 if (VP8GetCPUInfo(kSSE2)) {
359 if (VP8GetCPUInfo(kNEON)) {
dsp.h 49 extern VP8CPUInfo VP8GetCPUInfo;
dec.c 724 if (VP8GetCPUInfo) {
726 if (VP8GetCPUInfo(kSSE2)) {
730 if (VP8GetCPUInfo(kNEON)) {
enc.c 716 if (VP8GetCPUInfo) {
718 if (VP8GetCPUInfo(kSSE2)) {
722 if (VP8GetCPUInfo(kNEON)) {
  /external/webp/src/dsp/
cpu.c 61 VP8CPUInfo VP8GetCPUInfo = x86CPUInfo;
72 VP8CPUInfo VP8GetCPUInfo = AndroidCPUInfo;
80 VP8CPUInfo VP8GetCPUInfo = armCPUInfo;
82 VP8CPUInfo VP8GetCPUInfo = NULL;
upsampling.c 327 if (VP8GetCPUInfo != NULL) {
329 if (VP8GetCPUInfo(kSSE2)) {
334 if (VP8GetCPUInfo(kNEON)) {
352 if (VP8GetCPUInfo != NULL) {
354 if (VP8GetCPUInfo(kSSE2)) {
359 if (VP8GetCPUInfo(kNEON)) {
dsp.h 49 extern VP8CPUInfo VP8GetCPUInfo;
dec.c 724 if (VP8GetCPUInfo) {
726 if (VP8GetCPUInfo(kSSE2)) {
730 if (VP8GetCPUInfo(kNEON)) {
enc.c 716 if (VP8GetCPUInfo) {
718 if (VP8GetCPUInfo(kSSE2)) {
722 if (VP8GetCPUInfo(kNEON)) {
  /external/webp/examples/
dwebp.c 50 extern void* VP8GetCPUInfo; // opaque forward declaration.
429 VP8GetCPUInfo = NULL;

Completed in 64 milliseconds