Commit 0efede34 authored by vaclav's avatar vaclav
Browse files

more VE: comments

parent 8e4d31c0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1947,7 +1947,7 @@ typedef struct Decoder_Struct
    SBA_MODE sba_mode;                                      /* SBA format mode */
    MC_MODE mc_mode;                                        /* MC format mode */
#ifdef FIX_MC_BR_SW_TCX_PLC_FADEOUT
    MC_MODE last_mc_mode;
    MC_MODE last_mc_mode; // !!! VE: could it be removed and get from ivas_mc_mode_select() in ivas_cpe_dec() ? 
#endif
    int16_t sba_order;                                      /* Ambisonic (SBA) order */
    int16_t sba_planar;                                     /* Ambisonic (SBA) planar flag */
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ ivas_error ivas_corecoder_enc_reconfig(
#ifdef MC_BITRATE_SWITCHING
                if ( st_ivas->mc_mode == MC_MODE_MCMASA && st_ivas->hMcMasa->separateChannelEnabled )
                {
                    st_ivas->hEncoderConfig->element_mode_init = IVAS_CPE_MDCT;
                    st_ivas->hEncoderConfig->element_mode_init = IVAS_CPE_MDCT; // !!! VE: can it be set in McMASA config module rather than here?
                }
                if ( ( error = create_cpe_enc( st_ivas, cpe_id, brate_CPE ) ) != IVAS_ERR_OK )
#else