Commit c7203ef7 authored by vaclav's avatar vaclav
Browse files

typos in comments

parent d1d8d66d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ void hq_lr_dec(

    if ( flag_spt == 1 )
    {
        /* initalize the desired parameters for SPT */
        /* initialize the desired parameters for SPT */
        spt_shorten_domain_band_save( bands, band_start, band_end, band_width, org_band_start, org_band_end, org_band_width );
        spt_shorten_domain_pre( band_start, band_end, hHQ_core->prev_SWB_peak_pos, bands, bwe_br, new_band_start, new_band_end, new_band_width );
        spt_shorten_domain_set_dec( st, p2a_flags, new_band_start, new_band_end, new_band_width, bands, band_start, band_end, band_width, &bit_budget );
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ ivas_error ivas_corecoder_dec_reconfig(
    }

    /*-----------------------------------------------------------------*
     * Allocate, initalize, and configure SCE/CPE/MCT handles
     * Allocate, initialize, and configure SCE/CPE/MCT handles
     *-----------------------------------------------------------------*/

    /* remove dummy CPE element for DFT stereo-like upmix */
+4 −2
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ ivas_error ivas_sba_dec_reconfigure(
    st_ivas->sba_mode = ivas_sba_mode_select( ivas_total_brate );

    /*-----------------------------------------------------------------*
     * Allocate, initalize, and configure SBA handles
     * Allocate, initialize, and configure SBA handles
     *-----------------------------------------------------------------*/

    if ( st_ivas->sba_mode != SBA_MODE_SPAR )
@@ -282,6 +282,7 @@ ivas_error ivas_sba_dec_reconfigure(
    {
        ivas_binRenderer_close( &st_ivas->hBinRenderer );
    }

    if ( st_ivas->renderer_type != old_renderer_type )
    {
        if ( st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC || st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC_ROOM || st_ivas->renderer_type == RENDERER_STEREO_PARAMETRIC )
@@ -304,6 +305,7 @@ ivas_error ivas_sba_dec_reconfigure(
    {
        ivas_dirac_dec_close_binaural_data( &st_ivas->hDiracDecBin );
    }

    if ( ( ( st_ivas->renderer_type != RENDERER_DISABLE ) && ( st_ivas->renderer_type != RENDERER_SBA_LINEAR_DEC ) ) || ( sba_mode_old != st_ivas->sba_mode ) )
    {
        DIRAC_CONFIG_FLAG flag_config;
@@ -344,7 +346,7 @@ ivas_error ivas_sba_dec_reconfigure(
    }

    /*-----------------------------------------------------------------*
     * Allocate, initalize, and configure SCE/CPE/MCT handles
     * Allocate, initialize, and configure SCE/CPE/MCT handles
     *-----------------------------------------------------------------*/

    ivas_corecoder_dec_reconfig( st_ivas, nSCE_old, nCPE_old, nchan_transport_old, sba_dirac_stereo_flag_old, st_ivas->hDecoderConfig->ivas_total_brate / st_ivas->nchan_transport, ( st_ivas->hDecoderConfig->ivas_total_brate / st_ivas->nchan_transport ) * CPE_CHANNELS );
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ void hq_lr_enc(

    if ( flag_spt == 1 )
    {
        /* initalize the desired parameters for SPT */
        /* initialize the desired parameters for SPT */
        spt_shorten_domain_band_save( bands, band_start, band_end, band_width, org_band_start, org_band_end, org_band_width );
        spt_shorten_domain_pre( band_start, band_end, hHQ_core->prev_SWB_peak_pos, bands, bwe_br, new_band_start, new_band_end, new_band_width );
        spt_shorten_domain_set( hBstr, hHQ_core, t_audio, p2a_flags, new_band_start, new_band_end, new_band_width, bands, band_start, band_end, band_width, &bit_budget );
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
/*-------------------------------------------------------------------*
 * ivas_corecoder_enc_reconfig()
 *
 * Allocate, initalize, and configure SCE/CPE/MCT handles in case of bitrate switching
 * Allocate, initialize, and configure SCE/CPE/MCT handles in case of bitrate switching
 *-------------------------------------------------------------------*/

ivas_error ivas_corecoder_enc_reconfig(
Loading