Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ variables: IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main include: - local: .gitlab-ci/variables.yml - local: .gitlab-ci/rules-basis.yml - project: ivas-codec-pc/ivas-codec-ci ref: *IVAS_CODEC_CI_REF file: main-basop.yml - local: .gitlab-ci/variables.yml - local: .gitlab-ci/rules-basis.yml lib_com/ivas_cnst.h +2 −0 Original line number Diff line number Diff line Loading @@ -1562,7 +1562,9 @@ typedef enum typedef enum { IVAS_FILTER_ORDER_1 = 1, #ifndef NONBE_FIX_MC_LFE_LPF IVAS_FILTER_ORDER_2 = 2, #endif IVAS_FILTER_ORDER_4 = 4, } ivas_filter_order; Loading lib_com/ivas_filters_fx.c +8 −0 Original line number Diff line number Diff line Loading @@ -64,7 +64,11 @@ void ivas_filters_init_fx( test(); #ifdef NONBE_FIX_MC_LFE_LPF IF( EQ_16( order, IVAS_FILTER_ORDER_1 ) ) #else IF( EQ_16( order, IVAS_FILTER_ORDER_2 ) || EQ_16( order, IVAS_FILTER_ORDER_1 ) ) #endif { filter_state->filt_len = add( order, 1 ); move16(); Loading Loading @@ -166,7 +170,9 @@ void ivas_filter_process_fx( SWITCH( filter_state->order ) { case IVAS_FILTER_ORDER_1: #ifndef NONBE_FIX_MC_LFE_LPF case IVAS_FILTER_ORDER_2: #endif set_val_Word16( pIn_Out_e, sub( Q31, q_factor ), length ); ivas_iir_2_filter_fx( filter_state, pIn_Out_fx, length, IVAS_FILTER_STAGE_0, pIn_Out_e ); /* Scale pIn_Out_fx back to input Q */ Loading Loading @@ -205,7 +211,9 @@ void ivas_filter_process_exp_fx( SWITCH( filter_state->order ) { case IVAS_FILTER_ORDER_1: #ifndef NONBE_FIX_MC_LFE_LPF case IVAS_FILTER_ORDER_2: #endif ivas_iir_2_filter_fx( filter_state, pIn_Out_fx, length, IVAS_FILTER_STAGE_0, pIn_Out_e ); /* Scale pIn_Out_fx back to input Q */ BREAK; Loading lib_com/ivas_lfe_com_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ void ivas_lfe_lpf_select_filt_coeff_fx( { SWITCH( order ) { #ifndef NONBE_FIX_MC_LFE_LPF case IVAS_FILTER_ORDER_2: SWITCH( sampling_rate ) { Loading @@ -74,6 +76,7 @@ void ivas_lfe_lpf_select_filt_coeff_fx( BREAK; } BREAK; #endif case IVAS_FILTER_ORDER_4: SWITCH( sampling_rate ) { Loading lib_com/ivas_prot_fx.h +4 −0 Original line number Diff line number Diff line Loading @@ -864,7 +864,11 @@ void ivas_lfe_dec_close_fx( ivas_error ivas_create_lfe_dec_fx( LFE_DEC_HANDLE *hLFE_out, /* o : IVAS LFE decoder structure */ const Word32 output_Fs, /* i : output sampling rate */ #ifdef NONBE_FIX_MC_LFE_LPF const Word32 delay_ns /* i : additional LFE delay to sync other channel outputs */ #else const Word32 binauralization_delay_ns /* i : additional LFE delay to sync with binaural renderer */ #endif ); void ivas_lfe_dec_fx( Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ variables: IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main include: - local: .gitlab-ci/variables.yml - local: .gitlab-ci/rules-basis.yml - project: ivas-codec-pc/ivas-codec-ci ref: *IVAS_CODEC_CI_REF file: main-basop.yml - local: .gitlab-ci/variables.yml - local: .gitlab-ci/rules-basis.yml
lib_com/ivas_cnst.h +2 −0 Original line number Diff line number Diff line Loading @@ -1562,7 +1562,9 @@ typedef enum typedef enum { IVAS_FILTER_ORDER_1 = 1, #ifndef NONBE_FIX_MC_LFE_LPF IVAS_FILTER_ORDER_2 = 2, #endif IVAS_FILTER_ORDER_4 = 4, } ivas_filter_order; Loading
lib_com/ivas_filters_fx.c +8 −0 Original line number Diff line number Diff line Loading @@ -64,7 +64,11 @@ void ivas_filters_init_fx( test(); #ifdef NONBE_FIX_MC_LFE_LPF IF( EQ_16( order, IVAS_FILTER_ORDER_1 ) ) #else IF( EQ_16( order, IVAS_FILTER_ORDER_2 ) || EQ_16( order, IVAS_FILTER_ORDER_1 ) ) #endif { filter_state->filt_len = add( order, 1 ); move16(); Loading Loading @@ -166,7 +170,9 @@ void ivas_filter_process_fx( SWITCH( filter_state->order ) { case IVAS_FILTER_ORDER_1: #ifndef NONBE_FIX_MC_LFE_LPF case IVAS_FILTER_ORDER_2: #endif set_val_Word16( pIn_Out_e, sub( Q31, q_factor ), length ); ivas_iir_2_filter_fx( filter_state, pIn_Out_fx, length, IVAS_FILTER_STAGE_0, pIn_Out_e ); /* Scale pIn_Out_fx back to input Q */ Loading Loading @@ -205,7 +211,9 @@ void ivas_filter_process_exp_fx( SWITCH( filter_state->order ) { case IVAS_FILTER_ORDER_1: #ifndef NONBE_FIX_MC_LFE_LPF case IVAS_FILTER_ORDER_2: #endif ivas_iir_2_filter_fx( filter_state, pIn_Out_fx, length, IVAS_FILTER_STAGE_0, pIn_Out_e ); /* Scale pIn_Out_fx back to input Q */ BREAK; Loading
lib_com/ivas_lfe_com_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ void ivas_lfe_lpf_select_filt_coeff_fx( { SWITCH( order ) { #ifndef NONBE_FIX_MC_LFE_LPF case IVAS_FILTER_ORDER_2: SWITCH( sampling_rate ) { Loading @@ -74,6 +76,7 @@ void ivas_lfe_lpf_select_filt_coeff_fx( BREAK; } BREAK; #endif case IVAS_FILTER_ORDER_4: SWITCH( sampling_rate ) { Loading
lib_com/ivas_prot_fx.h +4 −0 Original line number Diff line number Diff line Loading @@ -864,7 +864,11 @@ void ivas_lfe_dec_close_fx( ivas_error ivas_create_lfe_dec_fx( LFE_DEC_HANDLE *hLFE_out, /* o : IVAS LFE decoder structure */ const Word32 output_Fs, /* i : output sampling rate */ #ifdef NONBE_FIX_MC_LFE_LPF const Word32 delay_ns /* i : additional LFE delay to sync other channel outputs */ #else const Word32 binauralization_delay_ns /* i : additional LFE delay to sync with binaural renderer */ #endif ); void ivas_lfe_dec_fx( Loading