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

  /external/webp/src/dec/
vp8i.h 357 typedef int (*VP8CPUInfo)(CPUFeature feature);
358 extern VP8CPUInfo VP8DecGetCPUInfo;
dsp.c 725 VP8CPUInfo VP8DecGetCPUInfo = x86CPUInfo;
727 VP8CPUInfo VP8DecGetCPUInfo = NULL;
  /external/webp/src/enc/
vp8enci.h 494 typedef int (*VP8CPUInfo)(CPUFeature feature);
495 extern VP8CPUInfo VP8EncGetCPUInfo;
dsp.c 704 VP8CPUInfo VP8EncGetCPUInfo = x86CPUInfo;
706 VP8CPUInfo VP8EncGetCPUInfo = NULL;

Completed in 40 milliseconds