Commit 99207ef1 authored by Manuel Jander's avatar Manuel Jander
Browse files

Correct comment indicating format of new_swb_speech from swb_pre_proc_fx().

parent 0798f964
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -542,11 +542,12 @@ void swb_CNG_enc_fx(

void swb_pre_proc_fx(
    Encoder_State *st, /* i/o: encoder state structure                  */
    Word16 *new_swb_speech, /* o  : original input signal at 32kHz - Q0      */
#ifdef NONBE_FIX_ISSUE_2206_SWB_EXPERIMENT
    Word16 *new_swb_speech, /* o  : original input signal at 32kHz - st->q_inp */
    Word16 *shb_speech,     /* o  : SHB target signal (6-14kHz) at 16kHz - shb_speech_q   */
    Word16 *shb_speech_q,   /* o  : SHB target signal (6-14kHz) at 16kHz - Q    */
#else
    Word16 *new_swb_speech, /* o  : original input signal at 32kHz - Q0      */
    Word16 *shb_speech,     /* o  : SHB target signal (6-14kHz) at 16kHz - Q0*/
#endif
    Word32 realBuffer[CLDFB_NO_COL_MAX][CLDFB_NO_CHANNELS_MAX], /* i  : real buffer Q - q_reImbuffer             */