HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcNsx_kLogTable (Results 1 - 6 of 6) 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...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 17 const int16_t WebRtcNsx_kLogTable[9] = {
152 logval = -WebRtcNsx_kLogTable[-tabind];
154 logval = WebRtcNsx_kLogTable[tabind];
nsx_core_neon.S 25 GLOBAL_LABEL WebRtcNsx_kLogTable
70 WebRtcNsx_kLogTable:
108 adr r12, WebRtcNsx_kLogTable
113 ldrh r3, [r12, r3] @ logval = WebRtcNsx_kLogTable[tabind];
115 rsblt r3, #0 @ logval = -WebRtcNsx_kLogTable[-tabind];
nsx_core.c 24 extern const int16_t WebRtcNsx_kLogTable[9];
28 static const int16_t WebRtcNsx_kLogTable[9] = {
351 logval = -WebRtcNsx_kLogTable[-tabind];
353 logval = WebRtcNsx_kLogTable[tabind];
    [all...]

Completed in 83 milliseconds