Commit a128918e authored by vaclav's avatar vaclav
Browse files

address two VE comments

parent 8364fb0d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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++ )
    {
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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];
+3 −3

File changed.

Contains only whitespace changes.