Searched refs:round_loss (Results 1 – 2 of 2) sorted by relevance
40 opus_int round_loss; in silk_LTP_scale_ctrl_FLP() local44 round_loss = psEnc->sCmn.PacketLoss_perc + psEnc->sCmn.nFramesPerPacket; in silk_LTP_scale_ctrl_FLP()45 …psEnc->sCmn.indices.LTP_scaleIndex = (opus_int8)silk_LIMIT( round_loss * psEncCtrl->LTPredCodGain … in silk_LTP_scale_ctrl_FLP()
41 opus_int round_loss; in silk_LTP_scale_ctrl_FIX() local45 round_loss = psEnc->sCmn.PacketLoss_perc + psEnc->sCmn.nFramesPerPacket; in silk_LTP_scale_ctrl_FIX()47 …silk_SMULWB( silk_SMULBB( round_loss, psEncCtrl->LTPredCodGain_Q7 ), SILK_FIX_CONST( 0.1, 9 ) ), 0… in silk_LTP_scale_ctrl_FIX()