Searched refs:WEBRTC_SPL_SAT (Results 1 – 18 of 18) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter_c.c | 42 tmpW32 = WEBRTC_SPL_SAT(536862719, tmpW32, -536879104); in WebRtcIsacfix_PitchFilterCore() 61 tmpW32 = WEBRTC_SPL_SAT(1073725439, tmpW32, -1073758208); in WebRtcIsacfix_PitchFilterCore()
|
D | pitch_filter.c | 233 gainsQ12[k] = (int16_t)WEBRTC_SPL_SAT(PITCH_MAX_GAIN_Q12, tmpW32, 0); in WebRtcIsacfix_PitchFilterGains()
|
D | arith_routines_logist.c | 72 qtmp1 = WEBRTC_SPL_SAT(kHistEdges[50],xinQ15,kHistEdges[0]); in WebRtcIsacfix_Piecewise()
|
D | filterbanks.c | 148 c = (int32_t)WEBRTC_SPL_SAT(536870911, c, -536870912); in WebRtcIsacfix_HighpassFilterFixDec32C()
|
D | decode_plc.c | 69 o = WEBRTC_SPL_SAT((int32_t)lim, o, (int32_t)-lim); in plc_filterma_Fast()
|
D | lpc_masking_model.c | 55 tmp32[m] = WEBRTC_SPL_SAT(4092, tmp32[m], -4092); in WebRtcSpl_AToK_JSK()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | filter_ma_fast_q12.c | 40 o = WEBRTC_SPL_SAT((int32_t)134215679, o, (int32_t)-134217728); in WebRtcSpl_FilterMAFastQ12()
|
D | filter_ar_fast_q12.c | 39 output = WEBRTC_SPL_SAT(134215679, output, -134217728); in WebRtcSpl_FilterARFastQ12()
|
D | lpc_to_refl_coef.c | 52 tmp32[m] = WEBRTC_SPL_SAT(8191, tmp32[m], -8191); in WebRtcSpl_LpcToReflCoef()
|
D | signal_processing_unittest.cc | 58 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/ |
D | hp_output.c | 65 tmpW32b = WEBRTC_SPL_SAT((int32_t)67108863, tmpW32b, (int32_t)-67108864); in WebRtcIlbcfix_HpOutput()
|
D | hp_input.c | 65 tmpW32b = WEBRTC_SPL_SAT((int32_t)268435455, tmpW32b, (int32_t)-268435456); in WebRtcIlbcfix_HpInput()
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.c | 902 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()
|
D | ns_core.c | 1251 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/ |
D | high_pass_filter_impl.cc | 73 tmp_int32 = WEBRTC_SPL_SAT(static_cast<int32_t>(134217727), in Process()
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_c.c | 120 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/ |
D | signal_processing_library.h | 81 #define WEBRTC_SPL_SAT(a, b, c) (b > a ? a : b < c ? c : b) macro
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 1193 output[i] = WEBRTC_SPL_SAT( in EchoSuppression() 1223 outputH[j][i] = WEBRTC_SPL_SAT( in EchoSuppression()
|