Commit 5f0209bd authored by vaclav's avatar vaclav
Browse files

fix

parent f732629a
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1129,7 +1129,19 @@ void ivas_param_ism_dec_digest_tc_fx(

    cldfb_real_buffer = st_ivas->hParamIsmDec->hParamIsmRendering->Cldfb_RealBuffer_tc_fx;
    cldfb_imag_buffer = st_ivas->hParamIsmDec->hParamIsmRendering->Cldfb_ImagBuffer_tc_fx;

    ivas_ism_param_dec_tc_gain_adjust_fx( st_ivas, output_frame, shr( output_frame, 1 ), p_data_fx, &q_data );
#else
    hParamIsmDec = st_ivas->hParamIsmDec;
    assert( hParamIsmDec );
    hSpatParamRendCom = st_ivas->hSpatParamRendCom;
    assert( hSpatParamRendCom );
    output_frame = imult1616( nCldfbSlots, hSpatParamRendCom->num_freq_bands );
    fade_len = shr( output_frame, 1 );

    nchan_transport = st_ivas->nchan_transport;
    move16();

    IF( st_ivas->hDecoderConfig->Opt_tsm )
    {
        /*TODO : FhG to check*/