Searched refs:LBRR_rate_thres_bps (Results 1 – 1 of 1) sorted by relevance
741 opus_int32 LBRR_rate_thres_bps; in decide_fec() local743 LBRR_rate_thres_bps = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND)]; in decide_fec()745 if (last_fec == 1) LBRR_rate_thres_bps -= hysteresis; in decide_fec()746 if (last_fec == 0) LBRR_rate_thres_bps += hysteresis; in decide_fec()747 LBRR_rate_thres_bps = silk_SMULWB( silk_MUL( LBRR_rate_thres_bps, in decide_fec()751 if (rate > LBRR_rate_thres_bps) in decide_fec()