Loading lib_enc/tcx_utils_enc_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -3451,7 +3451,11 @@ void ProcessIGF_fx( } test(); #ifdef FIX_BASOP_2548_ProcessIGF_fx_PREDICTIONGAIN tns_predictionGain = L_deposit_h( hIGFEnc->tns_predictionGain ); #else tns_predictionGain = L_deposit_l( hIGFEnc->tns_predictionGain ); // todo: mul, 2026-03-12: check, why this is in Q23 #endif IF( LT_32( tns_predictionGain, ONE_POINT_ONE_FIVE_Q23 ) && LT_16( predictionGain, ONE_POINT_ONE_FIVE_Q7 ) ) { hIGFEnc->flatteningTrigger = 1; Loading Loading
lib_enc/tcx_utils_enc_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -3451,7 +3451,11 @@ void ProcessIGF_fx( } test(); #ifdef FIX_BASOP_2548_ProcessIGF_fx_PREDICTIONGAIN tns_predictionGain = L_deposit_h( hIGFEnc->tns_predictionGain ); #else tns_predictionGain = L_deposit_l( hIGFEnc->tns_predictionGain ); // todo: mul, 2026-03-12: check, why this is in Q23 #endif IF( LT_32( tns_predictionGain, ONE_POINT_ONE_FIVE_Q23 ) && LT_16( predictionGain, ONE_POINT_ONE_FIVE_Q7 ) ) { hIGFEnc->flatteningTrigger = 1; Loading