Searched refs:WEBRTC_SPL_SAT (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/src/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 | 272 gainsQ12[k] = (WebRtc_Word16)WEBRTC_SPL_SAT(PITCH_MAX_GAIN_Q12, tmpW32, 0); in WebRtcIsacfix_PitchFilterGains()
|
D | arith_routines_logist.c | 73 qtmp1 = WEBRTC_SPL_SAT(kHistEdges[50],xinQ15,kHistEdges[0]); in WebRtcIsacfix_Piecewise()
|
D | filterbanks.c | 105 c = (WebRtc_Word32)WEBRTC_SPL_SAT(536870911, c, -536870912); in WebRtcIsacfix_HighpassFilterFixDec32()
|
D | decode_plc.c | 71 o = WEBRTC_SPL_SAT((WebRtc_Word32)lim, o, (WebRtc_Word32)-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/src/common_audio/signal_processing/ |
D | filter_ma_fast_q12.c | 44 o = WEBRTC_SPL_SAT((WebRtc_Word32)134215679, o, (WebRtc_Word32)-134217728); in WebRtcSpl_FilterMAFastQ12()
|
D | filter_ar_fast_q12.c | 43 o = WEBRTC_SPL_SAT((WebRtc_Word32)134215679, o, (WebRtc_Word32)-134217728); in WebRtcSpl_FilterARFastQ12()
|
D | lpc_to_refl_coef.c | 53 tmp32[m] = WEBRTC_SPL_SAT(8191, tmp32[m], -8191); in WebRtcSpl_LpcToReflCoef()
|
D | signal_processing_unittest.cc | 76 EXPECT_EQ(21, WEBRTC_SPL_SAT(a, A, B)); in TEST_F() 77 EXPECT_EQ(21, WEBRTC_SPL_SAT(a, B, A)); in TEST_F()
|
/external/webrtc/src/modules/audio_processing/ns/ |
D | nsx_core.c | 1010 inst->thresholdLogLrt = WEBRTC_SPL_SAT(inst->maxLrt, in WebRtcNsx_FeatureParameterExtraction() 1061 inst->thresholdSpecFlat = WEBRTC_SPL_SAT(MAX_FLAT_Q10, FACTOR_2_FLAT_Q10 in WebRtcNsx_FeatureParameterExtraction() 1100 inst->thresholdSpecDiff = WEBRTC_SPL_SAT(MAX_DIFF, FACTOR_1_LRT_DIFF in WebRtcNsx_FeatureParameterExtraction() 1763 inst->pinkNoiseExp += WEBRTC_SPL_SAT(16384, tmp_1_w32, 0); // Q14 in WebRtcNsx_DataAnalysis() 1823 energyRatio = WEBRTC_SPL_SAT(256, energyRatio, 0); in WebRtcNsx_DataSynthesis() 1990 nShifts = WEBRTC_SPL_SAT(6, nShifts, 0); in WebRtcNsx_ProcessCore() 2003 noiseSupFilterTmp[i] = (WebRtc_UWord16)WEBRTC_SPL_SAT(16384, tmpU32no2, in WebRtcNsx_ProcessCore() 2333 …inst->noiseSupFilter[i] = WEBRTC_SPL_SAT(16384, tmpU16no1, inst->denoiseBound); // 16384 = Q14(1.0… in WebRtcNsx_ProcessCore() 2431 …= WEBRTC_SPL_SAT(16384, gainTimeDomainHB, (WebRtc_Word16)(inst->denoiseBound)); // 16384 = Q14(1.0) in WebRtcNsx_ProcessCore()
|
/external/webrtc/src/modules/audio_processing/ |
D | high_pass_filter_impl.cc | 93 tmp_int32 = WEBRTC_SPL_SAT(static_cast<WebRtc_Word32>(134217727), in Filter()
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_core.c | 842 eInt16[i] = (int16_t)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, e[i], in ProcessBlock() 1137 output[i] = (short)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, fft[i], in NonLinearProcessing() 1176 outputH[i] = (short)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, dtmp, in NonLinearProcessing()
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 130 #define WEBRTC_SPL_SAT(a, b, c) (b > a ? a : b < c ? c : b) macro
|
/external/webrtc/src/modules/audio_processing/aecm/ |
D | aecm_core.c | 446 fft[i] = (WebRtc_Word16)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, in InverseFFTAndWindowC() 457 aecm->outBuf[i] = (WebRtc_Word16)WEBRTC_SPL_SAT( in InverseFFTAndWindowC()
|