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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart;
87 tmpIndFX = 16384; // Q14(1.0)
92 tmpIndFX = 0;
105 if (tmpIndFX == 0) {
106 tmpIndFX = 8192 - tmp16no2; // Q14
108 tmpIndFX = 8192 + tmp16no2; // Q14
111 indPriorFX = WEBRTC_SPL_MUL_16_16(inst->weightLogLrt, tmpIndFX); // 6*Q14
116 tmpIndFX = 16384; // Q14(1.0)
121 tmpIndFX = 0;
137 if (tmpIndFX) {
    [all...]
nsx_core_mips.c 34 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac;
121 tmpIndFX = 16384; // Q14(1.0)
126 tmpIndFX = 0;
139 if (tmpIndFX == 0) {
140 tmpIndFX = 8192 - tmp16no2; // Q14
142 tmpIndFX = 8192 + tmp16no2; // Q14
145 indPriorFX = WEBRTC_SPL_MUL_16_16(inst->weightLogLrt, tmpIndFX); // 6*Q14
150 tmpIndFX = 16384; // Q14(1.0)
155 tmpIndFX = 0;
171 if (tmpIndFX) {
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 442 milliseconds