Loading lib_enc/ivas_core_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -671,7 +671,7 @@ ivas_error ivas_core_enc_fx( IF( GE_32( input_Fs, 16000 ) && LT_16( st->bwidth, SWB ) && st->hBWE_TD != NULL ) { /* Common pre-processing for WB TBE and WB BWE */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO wb_pre_proc_ivas_fx( st, last_element_mode, new_inp_resamp16k_fx[n], hb_speech_fx, sub( *Q_new, 1 ) ); #else wb_pre_proc_ivas_fx( st, last_element_mode, new_inp_resamp16k_fx[n], hb_speech_fx ); Loading @@ -688,7 +688,7 @@ ivas_error ivas_core_enc_fx( ELSE IF( EQ_16( st->extl, WB_BWE ) && n == 0 && NE_16( st->element_mode, IVAS_CPE_MDCT ) ) { /* WB BWE encoder */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO wb_bwe_enc_ivas_fx( st, new_inp_resamp16k_fx[n], sub( *Q_new, 1 ) ); #else wb_bwe_enc_ivas_fx( st, new_inp_resamp16k_fx[n] ); Loading lib_enc/prot_fx_enc.h +2 −2 Original line number Diff line number Diff line Loading @@ -727,7 +727,7 @@ void wb_bwe_enc_fx( void wb_bwe_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_wb_speech_fx, /* i : original i signal at 16kHz */ const Word16 new_wb_speech_q /* i : Q of new_wb_speech_fx */ #else Loading @@ -744,7 +744,7 @@ void wb_pre_proc_fx( void wb_pre_proc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ const Word16 last_element_mode, /* i : last element mode */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_inp_resamp16k, /* i : original input signal in new_inp_resamp16k_q */ Word16 *hb_speech, /* o : HB target signal (6-8kHz) at 16kHz in Q-1 */ const Word16 new_inp_resamp16k_q /* i : Q of new_inp_resamp16k */ Loading lib_enc/swb_bwe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ void wb_bwe_enc_fx( void wb_bwe_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_wb_speech_fx, /* i : original i signal at 16kHz */ const Word16 new_wb_speech_q /* i : Q of new_wb_speech_fx */ #else Loading lib_enc/swb_pre_proc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ void wb_pre_proc_fx( void wb_pre_proc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ const Word16 last_element_mode, /* i : last element mode */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_inp_resamp16k, /* i : original input signal in new_inp_resamp16k_q */ Word16 *hb_speech, /* o : HB target signal (6-8kHz) at 16kHz in Q-1 */ const Word16 new_inp_resamp16k_q /* i : Q of new_inp_resamp16k */ Loading Loading
lib_enc/ivas_core_enc_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -671,7 +671,7 @@ ivas_error ivas_core_enc_fx( IF( GE_32( input_Fs, 16000 ) && LT_16( st->bwidth, SWB ) && st->hBWE_TD != NULL ) { /* Common pre-processing for WB TBE and WB BWE */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO wb_pre_proc_ivas_fx( st, last_element_mode, new_inp_resamp16k_fx[n], hb_speech_fx, sub( *Q_new, 1 ) ); #else wb_pre_proc_ivas_fx( st, last_element_mode, new_inp_resamp16k_fx[n], hb_speech_fx ); Loading @@ -688,7 +688,7 @@ ivas_error ivas_core_enc_fx( ELSE IF( EQ_16( st->extl, WB_BWE ) && n == 0 && NE_16( st->element_mode, IVAS_CPE_MDCT ) ) { /* WB BWE encoder */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO wb_bwe_enc_ivas_fx( st, new_inp_resamp16k_fx[n], sub( *Q_new, 1 ) ); #else wb_bwe_enc_ivas_fx( st, new_inp_resamp16k_fx[n] ); Loading
lib_enc/prot_fx_enc.h +2 −2 Original line number Diff line number Diff line Loading @@ -727,7 +727,7 @@ void wb_bwe_enc_fx( void wb_bwe_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_wb_speech_fx, /* i : original i signal at 16kHz */ const Word16 new_wb_speech_q /* i : Q of new_wb_speech_fx */ #else Loading @@ -744,7 +744,7 @@ void wb_pre_proc_fx( void wb_pre_proc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ const Word16 last_element_mode, /* i : last element mode */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_inp_resamp16k, /* i : original input signal in new_inp_resamp16k_q */ Word16 *hb_speech, /* o : HB target signal (6-8kHz) at 16kHz in Q-1 */ const Word16 new_inp_resamp16k_q /* i : Q of new_inp_resamp16k */ Loading
lib_enc/swb_bwe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ void wb_bwe_enc_fx( void wb_bwe_enc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_wb_speech_fx, /* i : original i signal at 16kHz */ const Word16 new_wb_speech_q /* i : Q of new_wb_speech_fx */ #else Loading
lib_enc/swb_pre_proc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ void wb_pre_proc_fx( void wb_pre_proc_ivas_fx( Encoder_State *st_fx, /* i/o: encoder state structure */ const Word16 last_element_mode, /* i : last element mode */ #ifdef NONBE_FIX_ISSUE_2206 #ifdef NONBE_FIX_ISSUE_2206_NO const Word16 *new_inp_resamp16k, /* i : original input signal in new_inp_resamp16k_q */ Word16 *hb_speech, /* o : HB target signal (6-8kHz) at 16kHz in Q-1 */ const Word16 new_inp_resamp16k_q /* i : Q of new_inp_resamp16k */ Loading