Loading lib_dec/fd_cng_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -696,7 +696,11 @@ Word16 ApplyFdCng ( L_tmp_exp = add(L_tmp_exp,-7); /*->Q16, L_tmp_exp */ L_tmp_exp = add(L_tmp_exp,31-16); /*->Q31, L_tmp_exp*/ #ifdef BASOP_NOGLOB st->cngTDLevel = round_fx_sat(Sqrt32(L_tmp, &L_tmp_exp)); #else st->cngTDLevel = round_fx(Sqrt32(L_tmp, &L_tmp_exp)); #endif st->cngTDLevel_e = L_tmp_exp; move16(); Loading Loading
lib_dec/fd_cng_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -696,7 +696,11 @@ Word16 ApplyFdCng ( L_tmp_exp = add(L_tmp_exp,-7); /*->Q16, L_tmp_exp */ L_tmp_exp = add(L_tmp_exp,31-16); /*->Q31, L_tmp_exp*/ #ifdef BASOP_NOGLOB st->cngTDLevel = round_fx_sat(Sqrt32(L_tmp, &L_tmp_exp)); #else st->cngTDLevel = round_fx(Sqrt32(L_tmp, &L_tmp_exp)); #endif st->cngTDLevel_e = L_tmp_exp; move16(); Loading