Searched refs:WebRtcIsac_lrint (Results 1 – 5 of 5) sorted by relevance
20 #define WebRtcIsac_lrint lrint macro22 static __inline long int WebRtcIsac_lrint(double x_dbl) { in WebRtcIsac_lrint() function34 static __inline long int WebRtcIsac_lrint(double x_dbl) { in WebRtcIsac_lrint() function
83 outreQ7[k] = (WebRtc_Word16)WebRtcIsac_lrint((xr * tmp1r - xi * tmp1i) * 128.0); in WebRtcIsac_Time2Spec()84 outimQ7[k] = (WebRtc_Word16)WebRtcIsac_lrint((xr * tmp1i + xi * tmp1r) * 128.0); in WebRtcIsac_Time2Spec()85 …outreQ7[FRAMESAMPLES_HALF - 1 - k] = (WebRtc_Word16)WebRtcIsac_lrint((-yr * tmp1i - yi * tmp1r) * … in WebRtcIsac_Time2Spec()86 …outimQ7[FRAMESAMPLES_HALF - 1 - k] = (WebRtc_Word16)WebRtcIsac_lrint((-yr * tmp1r + yi * tmp1i) * … in WebRtcIsac_Time2Spec()
219 parameters->lag_offset = WebRtcIsac_lrint(parameters->lag + PITCH_FILTDELAY + in Update()223 fraction_index = WebRtcIsac_lrint(PITCH_FRACS * fraction - 0.5); in Update()
1072 index_s[k] = (WebRtcIsac_lrint(tmpcoeffs_s[k] / KLT_STEPSIZE)) + in WebRtcIsac_EncodeLar()1302 pos2 = WebRtcIsac_lrint(tmpcoeffs_g[k] / KLT_STEPSIZE); in WebRtcIsac_EncodeLpcGainLb()1560 index[k] = WebRtcIsac_lrint(C / PITCH_GAIN_STEPSIZE); in WebRtcIsac_EncodePitchGain()1738 index[k] = WebRtcIsac_lrint(C / StepSize); in WebRtcIsac_EncodePitchLag()1935 pos2 = WebRtcIsac_lrint(tmpcoeffs_g[k] / KLT_STEPSIZE); in WebRtcIsac_TranscodeLPCCoef()
1095 decoded[k] = (WebRtc_Word16)WebRtcIsac_lrint(outFrame[k]); in Decode()1109 outFrameLB[k] = (WebRtc_Word16)WebRtcIsac_lrint(outFrame[k]); in Decode()1262 outFrameUB[k] = (WebRtc_Word16)WebRtcIsac_lrint( in Decode()