Home
last modified time | relevance | path

Searched refs:CPUFeature (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c125 static int x86CPUInfo(CPUFeature feature) { in x86CPUInfo()
178 static int AndroidCPUInfo(CPUFeature feature) { in AndroidCPUInfo()
190 static int wasmCPUInfo(CPUFeature feature) { in wasmCPUInfo()
216 static int armCPUInfo(CPUFeature feature) { in armCPUInfo()
242 static int mipsCPUInfo(CPUFeature feature) { in mipsCPUInfo()
Ddsp.h256 } CPUFeature; typedef
258 typedef int (*VP8CPUInfo)(CPUFeature feature);
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h68 static WEBP_INLINE int GetCPUInfoNoSSE41(CPUFeature feature) { in GetCPUInfoNoSSE41()
73 static WEBP_INLINE int GetCPUInfoNoAVX(CPUFeature feature) { in GetCPUInfoNoAVX()
78 static WEBP_INLINE int GetCPUInfoForceSlowSSSE3(CPUFeature feature) { in GetCPUInfoForceSlowSSSE3()
85 static WEBP_INLINE int GetCPUInfoOnlyC(CPUFeature feature) { in GetCPUInfoOnlyC()