Loading apps/renderer.c +0 −1 Original line number Diff line number Diff line Loading @@ -1385,7 +1385,6 @@ static bool parseDiegeticPan( } } return true; } static bool parseOrientationTracking( Loading lib_com/ivas_cov_smooth.c +1 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,7 @@ static void ivas_set_up_cov_smoothing( ivas_cov_smooth_state_t *hCovState, ivas_filterbank_t *pFb, const float max_update_rate, const int16_t min_pool_size , const int16_t min_pool_size, const int32_t ivas_total_brate ) { int16_t j, k; Loading lib_com/ivas_fb_mixer.c +2 −4 Original line number Diff line number Diff line Loading @@ -491,8 +491,7 @@ void ivas_fb_mixer_pcm_ingest( float **ppOut_pcm, /* o : output audio channels */ const int16_t frame_len /* i : frame length */ , const int16_t HOA_md_ind[IVAS_SPAR_MAX_CH] ) const int16_t HOA_md_ind[IVAS_SPAR_MAX_CH] ) { int16_t i; int16_t num_chs_ingest; Loading Loading @@ -580,8 +579,7 @@ void ivas_fb_mixer_get_windowed_fr( set_zero( fr_in_block, offset ); for ( ch_idx = 0; ch_idx < nchan_fb_in ; nchan_fb_in; ch_idx++ ) { mvr2r( &hFbMixer->ppFilterbank_prior_input[ch_idx][offset + hFbMixer->fb_cfg->windowed_fr_offset], &fr_in_block[offset], n_old_samples - offset ); Loading lib_com/ivas_sba_config.c +1 −2 Original line number Diff line number Diff line Loading @@ -223,8 +223,7 @@ int16_t ivas_sba_get_nchan( int16_t ivas_sba_get_nchan_metadata( const int16_t sba_order /* i : Ambisonic (SBA) order */ , const int32_t ivas_total_brate ) const int32_t ivas_total_brate ) { int16_t nb_channels; Loading lib_com/ivas_spar_com.c +2 −4 Original line number Diff line number Diff line Loading @@ -1686,13 +1686,11 @@ void ivas_get_spar_md_from_dirac( remix_order = remix_order_set[hSpar_md_cfg->remix_unmix_order]; num_ch = ivas_sba_get_nchan_metadata( order , num_ch = ivas_sba_get_nchan_metadata( order, IVAS_256k /*dummy value as order is always 1 in this function*/ ); hoa2_ch = ivas_sba_get_nchan_metadata( SBA_HOA2_ORDER , hoa2_ch = ivas_sba_get_nchan_metadata( SBA_HOA2_ORDER, IVAS_256k /*dummy value as order is always 1 in this function*/ ); Loading Loading
apps/renderer.c +0 −1 Original line number Diff line number Diff line Loading @@ -1385,7 +1385,6 @@ static bool parseDiegeticPan( } } return true; } static bool parseOrientationTracking( Loading
lib_com/ivas_cov_smooth.c +1 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,7 @@ static void ivas_set_up_cov_smoothing( ivas_cov_smooth_state_t *hCovState, ivas_filterbank_t *pFb, const float max_update_rate, const int16_t min_pool_size , const int16_t min_pool_size, const int32_t ivas_total_brate ) { int16_t j, k; Loading
lib_com/ivas_fb_mixer.c +2 −4 Original line number Diff line number Diff line Loading @@ -491,8 +491,7 @@ void ivas_fb_mixer_pcm_ingest( float **ppOut_pcm, /* o : output audio channels */ const int16_t frame_len /* i : frame length */ , const int16_t HOA_md_ind[IVAS_SPAR_MAX_CH] ) const int16_t HOA_md_ind[IVAS_SPAR_MAX_CH] ) { int16_t i; int16_t num_chs_ingest; Loading Loading @@ -580,8 +579,7 @@ void ivas_fb_mixer_get_windowed_fr( set_zero( fr_in_block, offset ); for ( ch_idx = 0; ch_idx < nchan_fb_in ; nchan_fb_in; ch_idx++ ) { mvr2r( &hFbMixer->ppFilterbank_prior_input[ch_idx][offset + hFbMixer->fb_cfg->windowed_fr_offset], &fr_in_block[offset], n_old_samples - offset ); Loading
lib_com/ivas_sba_config.c +1 −2 Original line number Diff line number Diff line Loading @@ -223,8 +223,7 @@ int16_t ivas_sba_get_nchan( int16_t ivas_sba_get_nchan_metadata( const int16_t sba_order /* i : Ambisonic (SBA) order */ , const int32_t ivas_total_brate ) const int32_t ivas_total_brate ) { int16_t nb_channels; Loading
lib_com/ivas_spar_com.c +2 −4 Original line number Diff line number Diff line Loading @@ -1686,13 +1686,11 @@ void ivas_get_spar_md_from_dirac( remix_order = remix_order_set[hSpar_md_cfg->remix_unmix_order]; num_ch = ivas_sba_get_nchan_metadata( order , num_ch = ivas_sba_get_nchan_metadata( order, IVAS_256k /*dummy value as order is always 1 in this function*/ ); hoa2_ch = ivas_sba_get_nchan_metadata( SBA_HOA2_ORDER , hoa2_ch = ivas_sba_get_nchan_metadata( SBA_HOA2_ORDER, IVAS_256k /*dummy value as order is always 1 in this function*/ ); Loading