Commit 08ceba5a authored by vaillancour's avatar vaillancour
Browse files

adding a condition to differentiate EVS and IVAS

parent 211eb37b
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2653,6 +2653,10 @@ void non_linearity(
    const int16_t coder_type,     /* i  : Coder Type                              */
    const float *voice_factors,   /* i  : Voice Factors                           */
    const int16_t L_frame         /* i  : ACELP frame length                      */
#ifdef NONBE_1328_FIX_NON_LINEARITY
    ,
    const int16_t element_mode  /* i  : element_mode to differentiate EVS and IVAS */
#endif 
);

void interp_code_5over2(