HomeSort by relevance Sort by last modified time
    Searched refs:kCPUFeatureNEON (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h 30 kCPUFeatureNEON = (1 << 2),
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
isacfix_unittest.cc 64 if ((WebRtc_GetCPUFeaturesARM() & kCPUFeatureNEON) != 0) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 273 if ((WebRtc_GetCPUFeaturesARM() & kCPUFeatureNEON) != 0) {
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 675 if ((features & kCPUFeatureNEON) != 0)
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 197 milliseconds