Home
last modified time | relevance | path

Searched refs:VP8CPUInfo (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dvp8i.h357 typedef int (*VP8CPUInfo)(CPUFeature feature); typedef
358 extern VP8CPUInfo VP8DecGetCPUInfo;
Ddsp.c725 VP8CPUInfo VP8DecGetCPUInfo = x86CPUInfo;
727 VP8CPUInfo VP8DecGetCPUInfo = NULL;
/external/webp/src/enc/
Dvp8enci.h494 typedef int (*VP8CPUInfo)(CPUFeature feature); typedef
495 extern VP8CPUInfo VP8EncGetCPUInfo;
Ddsp.c704 VP8CPUInfo VP8EncGetCPUInfo = x86CPUInfo;
706 VP8CPUInfo VP8EncGetCPUInfo = NULL;