Searched refs:WebRtcIsac_lrint (Results 1 – 5 of 5) sorted by relevance
19 #define WebRtcIsac_lrint lrint macro21 static __inline long int WebRtcIsac_lrint(double x_dbl) { in WebRtcIsac_lrint() function33 static __inline long int WebRtcIsac_lrint(double x_dbl) { in WebRtcIsac_lrint() function
75 outreQ7[k] = (int16_t)WebRtcIsac_lrint((xr * tmp1r - xi * tmp1i) * 128.0); in WebRtcIsac_Time2Spec()76 outimQ7[k] = (int16_t)WebRtcIsac_lrint((xr * tmp1i + xi * tmp1r) * 128.0); in WebRtcIsac_Time2Spec()77 …outreQ7[FRAMESAMPLES_HALF - 1 - k] = (int16_t)WebRtcIsac_lrint((-yr * tmp1i - yi * tmp1r) * 128.0); in WebRtcIsac_Time2Spec()78 …outimQ7[FRAMESAMPLES_HALF - 1 - k] = (int16_t)WebRtcIsac_lrint((-yr * tmp1r + yi * tmp1i) * 128.0); 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()
1067 index_s[k] = (WebRtcIsac_lrint(tmpcoeffs_s[k] / KLT_STEPSIZE)) + in WebRtcIsac_EncodeLar()1297 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()
1109 decoded[k] = (int16_t)WebRtcIsac_lrint(outFrame[k]); in Decode()1123 outFrameLB[k] = (int16_t)WebRtcIsac_lrint(outFrame[k]); in Decode()1275 outFrameUB[k] = (int16_t)WebRtcIsac_lrint( in Decode()