OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8CPUInfo
(Results
1 - 4
of
4
) 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;
dsp.h
48
typedef int (*
VP8CPUInfo
)(CPUFeature feature);
49
extern
VP8CPUInfo
VP8GetCPUInfo;
/external/webp/src/dsp/
cpu.c
61
VP8CPUInfo
VP8GetCPUInfo = x86CPUInfo;
72
VP8CPUInfo
VP8GetCPUInfo = AndroidCPUInfo;
80
VP8CPUInfo
VP8GetCPUInfo = armCPUInfo;
82
VP8CPUInfo
VP8GetCPUInfo = NULL;
dsp.h
48
typedef int (*
VP8CPUInfo
)(CPUFeature feature);
49
extern
VP8CPUInfo
VP8GetCPUInfo;
Completed in 127 milliseconds