Loading lib_enc/ivas_ism_dtx_enc.c +3 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,9 @@ ivas_error ivas_ism_dtx_open( hISMDTX->sce_id_dtx = 0; #ifdef DISCRETE_ISM_DTX_CNG hISMDTX->cnt_SID_ISM = -1; #endif #else set_s( hISMDTX->dtx_speech_buffer_enc, 0, PARAM_ISM_HYS_BUF_SIZE ); #endif for ( i = 0; i < MAX_NUM_OBJECTS; i++ ) { Loading @@ -105,7 +105,7 @@ ivas_error ivas_ism_dtx_open( /*! r: indication of DTX frame */ #ifdef DTX_PARAM_BE int16_t ivas_ism_dtx_enc_COMMON( // VE!!!!! to be renamed at the end int16_t ivas_ism_dtx_enc_COMMON( #else int16_t ivas_ism_dtx_enc( #endif Loading lib_enc/ivas_stat_enc.h +2 −1 Original line number Diff line number Diff line Loading @@ -562,8 +562,9 @@ typedef struct #ifdef DISCRETE_ISM_DTX_CNG int16_t cnt_SID_ISM; #endif // VE!!!!! #else int16_t dtx_speech_buffer_enc[PARAM_ISM_HYS_BUF_SIZE]; #endif float long_term_energy_stereo_dmx_enc[MAX_NUM_OBJECTS][PARAM_ISM_HYS_BUF_SIZE]; float coh[MAX_NUM_OBJECTS]; Loading lib_dec/ivas_dec.c +3 −3 File changed.Contains only whitespace changes. Show changes Loading
lib_enc/ivas_ism_dtx_enc.c +3 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,9 @@ ivas_error ivas_ism_dtx_open( hISMDTX->sce_id_dtx = 0; #ifdef DISCRETE_ISM_DTX_CNG hISMDTX->cnt_SID_ISM = -1; #endif #else set_s( hISMDTX->dtx_speech_buffer_enc, 0, PARAM_ISM_HYS_BUF_SIZE ); #endif for ( i = 0; i < MAX_NUM_OBJECTS; i++ ) { Loading @@ -105,7 +105,7 @@ ivas_error ivas_ism_dtx_open( /*! r: indication of DTX frame */ #ifdef DTX_PARAM_BE int16_t ivas_ism_dtx_enc_COMMON( // VE!!!!! to be renamed at the end int16_t ivas_ism_dtx_enc_COMMON( #else int16_t ivas_ism_dtx_enc( #endif Loading
lib_enc/ivas_stat_enc.h +2 −1 Original line number Diff line number Diff line Loading @@ -562,8 +562,9 @@ typedef struct #ifdef DISCRETE_ISM_DTX_CNG int16_t cnt_SID_ISM; #endif // VE!!!!! #else int16_t dtx_speech_buffer_enc[PARAM_ISM_HYS_BUF_SIZE]; #endif float long_term_energy_stereo_dmx_enc[MAX_NUM_OBJECTS][PARAM_ISM_HYS_BUF_SIZE]; float coh[MAX_NUM_OBJECTS]; Loading