Loading lib_enc/swb_tbe_enc_fx.c +3 −2 Original line number Diff line number Diff line Loading @@ -6040,9 +6040,10 @@ static void Quant_shb_ener_sf_ivas_fx( move16(); idxSubEner_fx = usquant_fx( tmp, &temp_shb_ener_sf_fx, 0, 43, 1 << NUM_BITS_SHB_ENER_SF ); /* 43 = 0.042f in Q10 = Qin-1 */ /* o: temp_shb_ener_sf_fx in Q11 */ #ifdef HARMONIZE_TBE Q_fac = -Q9; move16(); #endif } /* shb_ener_sf_fx[0] = pow(10.0, temp_shb_ener_sf_fx ); */ Loading Loading
lib_enc/swb_tbe_enc_fx.c +3 −2 Original line number Diff line number Diff line Loading @@ -6040,9 +6040,10 @@ static void Quant_shb_ener_sf_ivas_fx( move16(); idxSubEner_fx = usquant_fx( tmp, &temp_shb_ener_sf_fx, 0, 43, 1 << NUM_BITS_SHB_ENER_SF ); /* 43 = 0.042f in Q10 = Qin-1 */ /* o: temp_shb_ener_sf_fx in Q11 */ #ifdef HARMONIZE_TBE Q_fac = -Q9; move16(); #endif } /* shb_ener_sf_fx[0] = pow(10.0, temp_shb_ener_sf_fx ); */ Loading