Loading lib_com/ivas_stereo_dft_com.c +0 −4 Original line number Diff line number Diff line Loading @@ -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; Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
lib_com/ivas_stereo_dft_com.c +0 −4 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading