Home | History | Annotate | Download | only in dsp

Lines Matching full:feature

77 static int x86CPUInfo(CPUFeature feature) {
80 if (feature == kSSE2) {
83 if (feature == kSSE3) {
86 if (feature == kAVX) {
93 if (feature == kAVX2) {
103 static int AndroidCPUInfo(CPUFeature feature) {
106 if (feature == kNEON) {
116 static int armCPUInfo(CPUFeature feature) {
117 (void)feature;
122 static int mipsCPUInfo(CPUFeature feature) {
123 (void)feature;