Commit 59f104ce authored by Fabian Bauer's avatar Fabian Bauer
Browse files

try L_deposit_h

parent 11cd64e9
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;