Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -85,5 +85,6 @@ #define IMPROV_PRECISION /* Places where precision can be improved without increasing complexity */ #define IMPROV_COMPLEX /* Places where complexity is reduced, coudl be non-BE */ #define IMPROV_COMPLEX_BE /* Places where complexity is reduced, BE (no big impact on complexity) */ #endif lib_dec/ivas_stereo_cng_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ static void stereo_dft_generate_comfort_noise_fx( Word32 tmp32_1, tmp32_2; Word16 q_div, q_sqrt1, q_sqrt2, q_sqrt, sqrt_res; Word16 q_shift, q_shift_1, q_shift_2, min_q; #ifdef IMPROV_PRECISION #ifdef IMPROV_COMPLEX Word16 tmp16, tmp_p, tmp_s; #endif hFdCngCom = st->hFdCngDec->hFdCngCom; Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -85,5 +85,6 @@ #define IMPROV_PRECISION /* Places where precision can be improved without increasing complexity */ #define IMPROV_COMPLEX /* Places where complexity is reduced, coudl be non-BE */ #define IMPROV_COMPLEX_BE /* Places where complexity is reduced, BE (no big impact on complexity) */ #endif
lib_dec/ivas_stereo_cng_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ static void stereo_dft_generate_comfort_noise_fx( Word32 tmp32_1, tmp32_2; Word16 q_div, q_sqrt1, q_sqrt2, q_sqrt, sqrt_res; Word16 q_shift, q_shift_1, q_shift_2, min_q; #ifdef IMPROV_PRECISION #ifdef IMPROV_COMPLEX Word16 tmp16, tmp_p, tmp_s; #endif hFdCngCom = st->hFdCngDec->hFdCngCom; Loading