Commit f486a435 authored by multrus's avatar multrus
Browse files

[cleanup] remove inactive switch DISABLE_ADAP_RES_COD_TMP

parent 7a8f63bd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -142,11 +142,7 @@ void stereo_dft_config(
        *bits_frame_nominal = ACELP_24k40 / FRAMES_PER_SEC;
        if ( hConfig != NULL )
        {
#ifdef DISABLE_ADAP_RES_COD_TMP
            hConfig->ada_wb_res_cod_mode = 0;
#else
            hConfig->ada_wb_res_cod_mode = 1;
#endif
#ifdef DEBUG_MODE_DFT
            hConfig->itd_mode = 1;
            hConfig->gipd_mode = 1;
+0 −1
Original line number Diff line number Diff line
@@ -143,7 +143,6 @@
#define BITSTREAM_INDICES_MEMORY                        /* Don't count memory for bitstream Indice at the encoder - it is a temporary solution for development only */
#endif

/*#define DISABLE_ADAP_RES_COD_TMP*/                    /* temporary fix for IVAS-403, disables adaptive residual coding */
#define ADAP_OPT                                        /* Issue 69: optimized the adap algorithm */
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */