Loading lib_enc/ivas_mct_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ void ivas_mct_core_enc( #ifdef DEBUGGING format_bits = ( ivas_format == MC_FORMAT ? IVAS_FORMAT_SIGNALING_NBITS + MC_LS_SETUP_BITS : IVAS_FORMAT_SIGNALING_NBITS_EXTENDED + SBA_ORDER_BITS + SBA_PLANAR_BITS ); #ifdef OSBA_DISC_OBJ_MCT format_bits += ( ivas_format == SBA_ISM_FORMAT && nChannels > FOA_CHANNELS ); /*TODO needs to be rechecked when coding FOA*/ format_bits += ( ivas_format == SBA_ISM_FORMAT && nChannels > FOA_CHANNELS ); #endif mct_bits += hMCT->nBitsMCT + hMCT->nchan_out_woLFE; assert( ( total_brate + ( NBITS_BWIDTH + format_bits + mct_bits + sba_meta + lfe_bits ) * FRAMES_PER_SEC ) == ivas_total_brate ); Loading Loading
lib_enc/ivas_mct_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -574,7 +574,7 @@ void ivas_mct_core_enc( #ifdef DEBUGGING format_bits = ( ivas_format == MC_FORMAT ? IVAS_FORMAT_SIGNALING_NBITS + MC_LS_SETUP_BITS : IVAS_FORMAT_SIGNALING_NBITS_EXTENDED + SBA_ORDER_BITS + SBA_PLANAR_BITS ); #ifdef OSBA_DISC_OBJ_MCT format_bits += ( ivas_format == SBA_ISM_FORMAT && nChannels > FOA_CHANNELS ); /*TODO needs to be rechecked when coding FOA*/ format_bits += ( ivas_format == SBA_ISM_FORMAT && nChannels > FOA_CHANNELS ); #endif mct_bits += hMCT->nBitsMCT + hMCT->nchan_out_woLFE; assert( ( total_brate + ( NBITS_BWIDTH + format_bits + mct_bits + sba_meta + lfe_bits ) * FRAMES_PER_SEC ) == ivas_total_brate ); Loading