Home | History | Annotate | Download | only in fixed

Lines Matching refs:warping_Q16

153     opus_int     k, i, nSamples, Qnrg, b_Q14, warping_Q16, scale = 0;
254 if( psEnc->sCmn.warping_Q16 > 0 ) {
256 warping_Q16 = silk_SMLAWB( psEnc->sCmn.warping_Q16, (opus_int32)psEncCtrl->coding_quality_Q14, SILK_FIX_CONST( 0.01, 18 ) );
258 warping_Q16 = 0;
280 if( psEnc->sCmn.warping_Q16 > 0 ) {
282 silk_warped_autocorrelation_FIX( auto_corr, &scale, x_windowed, warping_Q16, psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder );
314 if( psEnc->sCmn.warping_Q16 > 0 ) {
316 gain_mult_Q16 = warped_gain( AR2_Q24, warping_Q16, psEnc->sCmn.shapingLPCOrder );
344 limit_warped_coefs( AR2_Q24, AR1_Q24, warping_Q16, SILK_FIX_CONST( 3.999, 24 ), psEnc->sCmn.shapingLPCOrder );