Loading lib_com/fine_gain_bits.c +3 −3 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ int16_t assign_gain_bits( int16_t *Rcalc /* o : Bit budget for shape quantizer (Q3) */ ) { #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS int16_t subband_cnt; #endif int16_t gain_bits_tot; Loading @@ -118,7 +118,7 @@ int16_t assign_gain_bits( } /* Re-adjust bit budget for gain quantization */ #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS subband_cnt = 0; #endif gain_bits_tot = 0; Loading @@ -127,7 +127,7 @@ int16_t assign_gain_bits( { if ( Rk[i] > 0 ) { #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS subband_cnt++; #endif Rk[i] -= gain_bits_array[i] * 8; Loading lib_com/hq_tools.c +2 −2 Original line number Diff line number Diff line Loading @@ -1228,7 +1228,7 @@ int16_t calc_nor_delta_hf( int16_t i; int16_t ynrm_t[44], normqlg2_t[44]; int16_t delta, max_delta, min_delta, bitsforDelta, add_bits_denv; #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS int16_t temp_num = 0; #endif Loading Loading @@ -1292,7 +1292,7 @@ int16_t calc_nor_delta_hf( ynrm[i] += delta; add_bits_denv += bitsforDelta; #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS temp_num++; #endif } Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ #define FIX_483 /* FhG: fix issue 483, division by zero in nois_est */ #define FIX_483b /* FhG: fix issue 483, uninitialized values in ivas_mct_core_enc */ #define FIX_507_WARNINGS /* FhG/Eri/Dlb/VA: Issue 507, Warnings on MacOS */ #define FIX_506_WARNINGS /* FhG/Eri/Dlb/VA: Issue 508, Warnings on MacOS */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading Loading
lib_com/fine_gain_bits.c +3 −3 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ int16_t assign_gain_bits( int16_t *Rcalc /* o : Bit budget for shape quantizer (Q3) */ ) { #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS int16_t subband_cnt; #endif int16_t gain_bits_tot; Loading @@ -118,7 +118,7 @@ int16_t assign_gain_bits( } /* Re-adjust bit budget for gain quantization */ #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS subband_cnt = 0; #endif gain_bits_tot = 0; Loading @@ -127,7 +127,7 @@ int16_t assign_gain_bits( { if ( Rk[i] > 0 ) { #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS subband_cnt++; #endif Rk[i] -= gain_bits_array[i] * 8; Loading
lib_com/hq_tools.c +2 −2 Original line number Diff line number Diff line Loading @@ -1228,7 +1228,7 @@ int16_t calc_nor_delta_hf( int16_t i; int16_t ynrm_t[44], normqlg2_t[44]; int16_t delta, max_delta, min_delta, bitsforDelta, add_bits_denv; #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS int16_t temp_num = 0; #endif Loading Loading @@ -1292,7 +1292,7 @@ int16_t calc_nor_delta_hf( ynrm[i] += delta; add_bits_denv += bitsforDelta; #ifndef FIX_507_WARNINGS #ifndef FIX_506_WARNINGS temp_num++; #endif } Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ #define FIX_483 /* FhG: fix issue 483, division by zero in nois_est */ #define FIX_483b /* FhG: fix issue 483, uninitialized values in ivas_mct_core_enc */ #define FIX_507_WARNINGS /* FhG/Eri/Dlb/VA: Issue 507, Warnings on MacOS */ #define FIX_506_WARNINGS /* FhG/Eri/Dlb/VA: Issue 508, Warnings on MacOS */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading