search for: sum_log_gain_tmp_q7

Displaying 1 result from an estimated 1 matches for "sum_log_gain_tmp_q7".

2019 May 27
0
opus-1.3.1 patch for ARM Cortex-M4F (single precision)
...-Naupr opus-1.3.1-vanilla/silk/quant_LTP_gains.c opus-1.3.1/silk/quant_LTP_gains.c --- opus-1.3.1-vanilla/silk/quant_LTP_gains.c 2018-09-26 14:49:41 +0800 +++ opus-1.3.1/silk/quant_LTP_gains.c 2019-05-27 17:18:47 +0800 @@ -79,7 +79,7 @@ void silk_quant_LTP_gains( rate_dist_Q7 = 0; sum_log_gain_tmp_Q7 = *sum_log_gain_Q7; for( j = 0; j < nb_subfr; j++ ) { - max_gain_Q7 = silk_log2lin( ( SILK_FIX_CONST( MAX_SUM_LOG_GAIN_DB / 6.0, 7 ) - sum_log_gain_tmp_Q7 ) + max_gain_Q7 = silk_log2lin( ( SILK_FIX_CONST( MAX_SUM_LOG_GAIN_DB / 6.0f, 7 ) - sum_log_gain_tmp_Q7 )...