Commit f14d6ad4 authored by Manuel Jander's avatar Manuel Jander
Browse files

Silence warning by deactivating change.

parent e3ea6d15
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 );
@@ -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] );
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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                    */
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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                    */