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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 16 static const int16_t kIndicatorTable[17] = {
101 tmp16no2 = kIndicatorTable[tableIndex];
102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
133 tmp16no2 = kIndicatorTable[tableIndex];
134 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
181 tmp16no2 = kIndicatorTable[tableIndex];
182 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]
    [all...]
nsx_core_mips.c 16 static const int16_t kIndicatorTable[17] = {
135 tmp16no2 = kIndicatorTable[tableIndex];
136 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
167 tmp16no2 = kIndicatorTable[tableIndex];
168 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
215 tmp16no2 = kIndicatorTable[tableIndex];
216 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 196 static const WebRtc_Word16 kIndicatorTable[17] = {
    [all...]

Completed in 170 milliseconds