Commit e1884be0 authored by vaclav's avatar vaclav
Browse files

revert some formatting changes

parent d767fa59
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1805,6 +1805,7 @@ void ivas_dirac_dec_render_sf(
    SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom;

    push_wmops( "ivas_dirac_dec_render" );

    /* Initialize aux buffers */
    hDirAC = st_ivas->hDirAC;
    hDirACRend = st_ivas->hDirACRend;
@@ -2648,5 +2649,6 @@ void ivas_dirac_dec_render_sf(
    hSpatParamRendCom->subframes_rendered++;

    pop_wmops();

    return;
}
+5 −0
Original line number Diff line number Diff line
@@ -453,6 +453,7 @@ ivas_error ivas_param_ism_dec_open(
    ivas_error error;

    error = IVAS_ERR_OK;

    push_wmops( "ivas_param_ism_dec_open" );

    /*-----------------------------------------------------------------*
@@ -660,6 +661,7 @@ ivas_error ivas_param_ism_dec_open(
#endif

    pop_wmops();

    return error;
}

@@ -802,6 +804,7 @@ void ivas_param_ism_dec(

    ivas_total_brate = st_ivas->hDecoderConfig->ivas_total_brate;
    hSetup = st_ivas->hIntSetup;

    push_wmops( "ivas_param_ism_dec" );

    /* set buffers to zero */
@@ -1129,6 +1132,7 @@ void ivas_param_ism_dec_digest_tc(
    }

    push_wmops( "ivas_param_ism_dec" );

    /* general setup */
    ivas_jbm_dec_get_adapted_linear_interpolator( DEFAULT_JBM_CLDFB_TIMESLOTS, nCldfbSlots, hParamIsmDec->hParamIsmRendering->interpolator );

@@ -1247,6 +1251,7 @@ void ivas_param_ism_dec_digest_tc(
    ivas_param_ism_compute_mixing_matrix( st_ivas->nchan_ism, hParamIsmDec, st_ivas->hISMDTX, direct_response, nchan_transport, nchan_out_woLFE, cx_diag, ref_power, hParamIsmDec->hParamIsmRendering->mixing_matrix_lin );

    pop_wmops();

    return;
}

+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ ivas_error ivas_jbm_dec_tc(
    int32_t ism_total_brate;

    push_wmops( "ivas_jbm_dec_tc" );

    /*----------------------------------------------------------------*
     * Initialization of local vars after struct has been set
     *----------------------------------------------------------------*/
@@ -754,6 +755,7 @@ ivas_error ivas_jbm_dec_tc(
#endif

    pop_wmops();

    return IVAS_ERR_OK;
}

+1 −0
Original line number Diff line number Diff line
@@ -508,6 +508,7 @@ void ivas_mc_paramupmix_dec_render(

    hMCParamUpmix = st_ivas->hMCParamUpmix;
    assert( hMCParamUpmix );

    push_wmops( "ivas_mc_paramupmix_dec_render" );

    for ( ch = 0; ch < MAX_OUTPUT_CHANNELS; ch++ )
+2 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ void ivas_param_ism_stereo_dmx(
    float last_dmx_gain;
    float last_cardioid_left;
    ISM_METADATA_HANDLE hIsmMetaData;

    push_wmops( "ivas_param_ism_st_dmx" );

    /*Initialization*/
@@ -330,6 +331,7 @@ void ivas_param_ism_stereo_dmx(
    mvr2r( stereo_dmx[1], data[1], input_frame );

    pop_wmops();

    return;
}

Loading