Commit 2e2e8c72 authored by multrus's avatar multrus
Browse files

[cleanup] accept REUSE_EVS_BE_GAUSS

parent 07d7b238
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@



#define REUSE_EVS_BE_GAUSS          
#define REUSE_EVS_BE_GAINQ          
#define REUSE_EVS_BE_ACELP_PITCH
#define REUSE_EVS_BE_ACELP_PITCH_PIT_Q
+0 −6
Original line number Diff line number Diff line
@@ -331,15 +331,9 @@ void encod_unvoiced_ivas_fx(
         *----------------------------------------------------------------*/
        IF( !uc_two_stage_flag )
        {
#ifndef REUSE_EVS_BE_GAUSS
            *pt_pitch_fx = gaus_encode_ivas_fx( st_fx, i_subfr, h1_fx, xn_fx, exc_fx, &hLPDmem->mem_w0, st_fx->clip_var_fx,
                                                &hLPDmem->tilt_code, code_fx, &L_gain_code_fx, y2_fx, &gain_inov_fx,
                                                &voice_fac_fx, &gain_pit_fx, Q_new, shift, &norm_gain_code_fx ); /* Q0 */
#else
            *pt_pitch_fx = gaus_encode_fx( st_fx, i_subfr, h1_fx, xn_fx, exc_fx, &hLPDmem->mem_w0, st_fx->clip_var_fx,
                                           &hLPDmem->tilt_code, code_fx, &L_gain_code_fx, y2_fx, &gain_inov_fx,
                                           &voice_fac_fx, &gain_pit_fx, Q_new, shift, &norm_gain_code_fx ); /* Q0 */
#endif
            move16();
        }
        ELSE
+0 −566

File changed.

Preview size limit exceeded, changes collapsed.