Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_SAT (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter_c.c42 tmpW32 = WEBRTC_SPL_SAT(536862719, tmpW32, -536879104); in WebRtcIsacfix_PitchFilterCore()
61 tmpW32 = WEBRTC_SPL_SAT(1073725439, tmpW32, -1073758208); in WebRtcIsacfix_PitchFilterCore()
Dpitch_filter.c233 gainsQ12[k] = (int16_t)WEBRTC_SPL_SAT(PITCH_MAX_GAIN_Q12, tmpW32, 0); in WebRtcIsacfix_PitchFilterGains()
Darith_routines_logist.c72 qtmp1 = WEBRTC_SPL_SAT(kHistEdges[50],xinQ15,kHistEdges[0]); in WebRtcIsacfix_Piecewise()
Dfilterbanks.c148 c = (int32_t)WEBRTC_SPL_SAT(536870911, c, -536870912); in WebRtcIsacfix_HighpassFilterFixDec32C()
Ddecode_plc.c69 o = WEBRTC_SPL_SAT((int32_t)lim, o, (int32_t)-lim); in plc_filterma_Fast()
Dlpc_masking_model.c55 tmp32[m] = WEBRTC_SPL_SAT(4092, tmp32[m], -4092); in WebRtcSpl_AToK_JSK()
/external/webrtc/webrtc/common_audio/signal_processing/
Dfilter_ma_fast_q12.c40 o = WEBRTC_SPL_SAT((int32_t)134215679, o, (int32_t)-134217728); in WebRtcSpl_FilterMAFastQ12()
Dfilter_ar_fast_q12.c39 output = WEBRTC_SPL_SAT(134215679, output, -134217728); in WebRtcSpl_FilterARFastQ12()
Dlpc_to_refl_coef.c52 tmp32[m] = WEBRTC_SPL_SAT(8191, tmp32[m], -8191); in WebRtcSpl_LpcToReflCoef()
Dsignal_processing_unittest.cc58 EXPECT_EQ(21, WEBRTC_SPL_SAT(a, A, B)); in TEST_F()
59 EXPECT_EQ(21, WEBRTC_SPL_SAT(a, B, A)); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dhp_output.c65 tmpW32b = WEBRTC_SPL_SAT((int32_t)67108863, tmpW32b, (int32_t)-67108864); in WebRtcIlbcfix_HpOutput()
Dhp_input.c65 tmpW32b = WEBRTC_SPL_SAT((int32_t)268435455, tmpW32b, (int32_t)-268435456); in WebRtcIlbcfix_HpInput()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c902 inst->thresholdLogLrt = WEBRTC_SPL_SAT(inst->maxLrt, in WebRtcNsx_FeatureParameterExtraction()
953 inst->thresholdSpecFlat = WEBRTC_SPL_SAT(MAX_FLAT_Q10, FACTOR_2_FLAT_Q10 in WebRtcNsx_FeatureParameterExtraction()
992 inst->thresholdSpecDiff = WEBRTC_SPL_SAT(MAX_DIFF, FACTOR_1_LRT_DIFF in WebRtcNsx_FeatureParameterExtraction()
1415 inst->pinkNoiseExp += WEBRTC_SPL_SAT(16384, tmp_1_w32, 0); // Q14 in WebRtcNsx_DataAnalysis()
1480 energyRatio = WEBRTC_SPL_SAT(256, energyRatio, 0); in WebRtcNsx_DataSynthesis()
1661 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore()
1674 noiseSupFilterTmp[i] = (uint16_t)WEBRTC_SPL_SAT(16384, tmpU32no2, in WebRtcNsx_ProcessCore()
1999 …inst->noiseSupFilter[i] = WEBRTC_SPL_SAT(16384, tmpU16no1, inst->denoiseBound); // 16384 = Q14(1.0… in WebRtcNsx_ProcessCore()
2101 = WEBRTC_SPL_SAT(16384, gainTimeDomainHB, (int16_t)(inst->denoiseBound)); // 16384 = Q14(1.0) in WebRtcNsx_ProcessCore()
Dns_core.c1251 WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, fout[i], WEBRTC_SPL_WORD16_MIN); in WebRtcNs_ProcessCore()
1257 outFrameHB[i][j] = WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, in WebRtcNs_ProcessCore()
1360 WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, fout[i], WEBRTC_SPL_WORD16_MIN); in WebRtcNs_ProcessCore()
1410 WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, in WebRtcNs_ProcessCore()
/external/webrtc/webrtc/modules/audio_processing/
Dhigh_pass_filter_impl.cc73 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727), in Process()
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c120 output[i] = (int16_t)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, in InverseFFTAndWindow()
128 aecm->outBuf[i] = (int16_t)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, in InverseFFTAndWindow()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h81 #define WEBRTC_SPL_SAT(a, b, c) (b > a ? a : b < c ? c : b) macro
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c1193 output[i] = WEBRTC_SPL_SAT( in EchoSuppression()
1223 outputH[j][i] = WEBRTC_SPL_SAT( in EchoSuppression()