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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c 30 uint32_t zeros, num, den, tmpU32no1, tmpU32no2, tmpU32no3;
115 tmpU32no1 = WEBRTC_SPL_UMUL(inst->featureSpecFlat, 400); // Q10
118 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10
120 if (inst->thresholdSpecFlat < tmpU32no1) {
122 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat;
126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14
131 tableIndex = (int16_t)(tmpU32no1 >> 14);
135 frac = (int16_t)(tmpU32no1 & 0x00003fff); // Q14
148 tmpU32no1 = 0;
153 tmpU32no1 = inst->featureSpecDiff << normTmp; // Q(normTmp-2*stages
    [all...]
nsx_core.c     [all...]
nsx_core_mips.c 30 uint32_t tmpU32no1, tmpU32no2, tmpU32no3;
150 tmpU32no1 = WEBRTC_SPL_UMUL(inst->featureSpecFlat, 400); // Q10
153 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10
155 if (inst->thresholdSpecFlat < tmpU32no1) {
157 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat;
161 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14
166 tableIndex = (int16_t)(tmpU32no1 >> 14);
170 frac = (int16_t)(tmpU32no1 & 0x00003fff); // Q14
183 tmpU32no1 = 0;
188 tmpU32no1 = inst->featureSpecDiff << normTmp; // Q(normTmp-2*stages
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 68 uint32_t tmpU32no1, tmpU32no2, absInLevel, logApprox;
155 tmpU32no1 = tmpU16 * fracPart; // Q22
156 tmpU32no1 += (uint32_t)kGenFuncTable[intPart] << 14; // Q22
157 logApprox = tmpU32no1 >> 8; // Q14
172 tmpU32no1 >>= zerosScale; // Q(zeros+13)
183 if (tmpU32no2 < tmpU32no1)
185 logApprox = (tmpU32no1 - tmpU32no2) >> (8 - zerosScale); //Q14
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c     [all...]

Completed in 182 milliseconds