Commit 96cbaa4b authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent fe426381
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2282,7 +2282,6 @@ static ivas_error decodeG192(
                    goto cleanup;
                }
#endif

            }

            if ( isSplitRend )
+4 −5
Original line number Diff line number Diff line
@@ -1109,9 +1109,9 @@ void ivas_param_ism_dec_digest_tc_fx(
    output_frame = imult1616( nCldfbSlots, hSpatParamRendCom->num_freq_bands );
    fade_len = shr( output_frame, 1 );

#ifndef OBJ_EDITING_API
    nchan_transport = st_ivas->nchan_transport;
    move16();
#ifndef OBJ_EDITING_API
    ivas_total_brate = st_ivas->hDecoderConfig->ivas_total_brate;
    move32();

@@ -1981,12 +1981,11 @@ void ivas_param_ism_params_to_masa_param_mapping_fx(
#endif



    hParamIsmDec = st_ivas->hParamIsmDec;
    hSpatParamRendCom = st_ivas->hSpatParamRendCom;
#ifndef OBJ_EDITING_API
    nBins = hSpatParamRendCom->num_freq_bands;
    move16();
#ifndef OBJ_EDITING_API
    ivas_total_brate = st_ivas->hDecoderConfig->ivas_total_brate;
    move32();

+60 −63
Original line number Diff line number Diff line
@@ -1557,7 +1557,6 @@ void ivas_param_mc_dec_digest_tc_fx(
    move16();



    push_wmops( "param_mc_dec_digest_tc" );

#ifndef OBJ_EDITING_API
@@ -1646,10 +1645,8 @@ void ivas_param_mc_dec_digest_tc_fx(
#endif

        /* slot loop for gathering the input data */
        FOR( slot_idx = 0; slot_idx < nCldfbSlots; slot_idx++ )
        {
            IF( st_ivas->hDecoderConfig->Opt_tsm )
            {
        FOR( slot_idx = 0; slot_idx < nCldfbSlots; slot_idx++ ){
            IF( st_ivas->hDecoderConfig->Opt_tsm ){
#ifndef OBJ_EDITING_API
                IF( param_band_idx == 0 ) /* only run cldfbAna once */
                {
+13 −14
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ struct IVAS_DEC
#endif
    bool hasBeenPreparedRendering;
#endif

};

/*---------------------------------------------------------------------*
+7 −7

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

Loading