Loading lib_enc/ivas_mdct_core_enc.c +4 −0 Original line number Diff line number Diff line Loading @@ -881,7 +881,11 @@ void ivas_mdct_core_whitening_enc( { chE_tot = sum_f( chE, NB_DIV ); #ifdef FIX_MCT_UNINIT_MEM if ( chE_tot < SILENT_CHANNEL_THRES && nSubframes == 1 ) #else if ( chE_tot < SILENT_CHANNEL_THRES ) #endif { st->mct_chan_mode = MCT_CHAN_MODE_IGNORE; st->bits_frame_channel = 0; Loading Loading
lib_enc/ivas_mdct_core_enc.c +4 −0 Original line number Diff line number Diff line Loading @@ -881,7 +881,11 @@ void ivas_mdct_core_whitening_enc( { chE_tot = sum_f( chE, NB_DIV ); #ifdef FIX_MCT_UNINIT_MEM if ( chE_tot < SILENT_CHANNEL_THRES && nSubframes == 1 ) #else if ( chE_tot < SILENT_CHANNEL_THRES ) #endif { st->mct_chan_mode = MCT_CHAN_MODE_IGNORE; st->bits_frame_channel = 0; Loading