Searched refs:LBRR_rate_thres_bps (Results 1 – 1 of 1) sorted by relevance
727 opus_int32 LBRR_rate_thres_bps; in decide_fec() local729 LBRR_rate_thres_bps = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND)]; in decide_fec()731 if (last_fec == 1) LBRR_rate_thres_bps -= hysteresis; in decide_fec()732 if (last_fec == 0) LBRR_rate_thres_bps += hysteresis; in decide_fec()733 LBRR_rate_thres_bps = silk_SMULWB( silk_MUL( LBRR_rate_thres_bps, in decide_fec()737 if (rate > LBRR_rate_thres_bps) in decide_fec()