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

  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 214 extern const WebRtc_Word16 WebRtcNsx_kLogTable[9];
nsx_core_neon.c 111 logval = -WebRtcNsx_kLogTable[-tabind];
113 logval = WebRtcNsx_kLogTable[tabind];
nsx_core.c 26 const WebRtc_Word16 WebRtcNsx_kLogTable[9] = {
487 logval = -WebRtcNsx_kLogTable[-tabind];
489 logval = WebRtcNsx_kLogTable[tabind];
    [all...]

Completed in 520 milliseconds