Loading lib_dec/core_dec_init_fx.c +3 −17 Original line number Diff line number Diff line Loading @@ -2240,28 +2240,14 @@ void open_decoder_LPD_ivas_fx( IF( st->tcxonly ) { st->p_bpf_noise_buf = NULL; #ifdef HARMONIZE_2583_open_decoder_LPD IF( GT_16( st->element_mode, EVS_MONO ) ) { #endif st->p_bpf_noise_buf_32 = NULL; #ifdef HARMONIZE_2583_open_decoder_LPD } #endif } ELSE { st->p_bpf_noise_buf = st->bpf_noise_buf; move32(); #ifdef HARMONIZE_2583_open_decoder_LPD IF( GT_16( st->element_mode, EVS_MONO ) ) { #endif st->p_bpf_noise_buf_32 = st->bpf_noise_buf_32; move32(); #ifdef HARMONIZE_2583_open_decoder_LPD } #endif } test(); test(); Loading Loading
lib_dec/core_dec_init_fx.c +3 −17 Original line number Diff line number Diff line Loading @@ -2240,28 +2240,14 @@ void open_decoder_LPD_ivas_fx( IF( st->tcxonly ) { st->p_bpf_noise_buf = NULL; #ifdef HARMONIZE_2583_open_decoder_LPD IF( GT_16( st->element_mode, EVS_MONO ) ) { #endif st->p_bpf_noise_buf_32 = NULL; #ifdef HARMONIZE_2583_open_decoder_LPD } #endif } ELSE { st->p_bpf_noise_buf = st->bpf_noise_buf; move32(); #ifdef HARMONIZE_2583_open_decoder_LPD IF( GT_16( st->element_mode, EVS_MONO ) ) { #endif st->p_bpf_noise_buf_32 = st->bpf_noise_buf_32; move32(); #ifdef HARMONIZE_2583_open_decoder_LPD } #endif } test(); test(); Loading