Displaying 1 result from an estimated 1 matches for "quant_ltp_gain".
Did you mean:
quant_ltp_gains
2019 May 27
0
opus-1.3.1 patch for ARM Cortex-M4F (single precision)
..._int64)1 << (Q)) + 0.5))
+#define SILK_FIX_CONST( C, Q ) ((opus_int32)((C) * ((opus_int64)1 << (Q)) + 0.5f))
/* silk_min() versions with typecast in the function call */
static OPUS_INLINE opus_int silk_min_int(opus_int a, opus_int b)
diff -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;...