Commit 3b18e2ce authored by vaclav's avatar vaclav
Browse files

fix

parent 0afb835e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1131,6 +1131,13 @@ void ivas_param_ism_dec_digest_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 );

    IF( !st_ivas->hDecoderConfig->Opt_tsm )
    {
        Scale_sig32( p_data_fx[0], output_frame, sub( Q11, q_data ) ); /*keepeing p_data_fx at Q11*/
        Scale_sig32( p_data_fx[1], output_frame, sub( Q11, q_data ) ); /*keepeing p_data_fx at Q11*/
    }

#else
    hParamIsmDec = st_ivas->hParamIsmDec;
    assert( hParamIsmDec );