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

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

Completed in 136 milliseconds