Commit 35a623c6 authored by multrus's avatar multrus
Browse files

also removed unused struct members q_lp_speech and q_lp_noise

parent 7f002eed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -137,10 +137,14 @@ typedef struct

    Word16 flag_dtx_mode;
    Word32 lp_speech; /* format: Q9.23 */
#ifndef FIX_BASOP_2621_STEREO_CNG_NOISY_SPEECH_QSHIFT
    Word16 q_lp_speech;
#endif

    Word32 lp_noise; /* format: Q9.23 */
#ifndef FIX_BASOP_2621_STEREO_CNG_NOISY_SPEECH_QSHIFT
    Word16 q_lp_noise;
#endif

    Word16 msPeriodogBuf[MSBUFLEN * NPART_SHAPING];