Loading lib_com/bitstream.c +8 −0 Original line number Diff line number Diff line Loading @@ -780,11 +780,19 @@ int16_t get_ivas_max_num_indices_metadata( /* o } else if ( ivas_total_brate <= IVAS_384k ) { #ifdef FIX_509 return 2000; #else return 1500; #endif } else { #ifdef FIX_509 return 2500; #else return 2000; #endif } } else if ( ivas_format == MASA_FORMAT ) Loading lib_com/options.h +3 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,9 @@ #define FIX_483b /* FhG: fix issue 483, uninitialized values in ivas_mct_core_enc */ #define FIX_170_DTX_MASA /* Nokia: Fix issue 170, relaxing the use of DTX in MASA format */ #define FIX_509 /* FhG: fix issue 509, too low number of bitsream indices in SBA */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading Loading
lib_com/bitstream.c +8 −0 Original line number Diff line number Diff line Loading @@ -780,11 +780,19 @@ int16_t get_ivas_max_num_indices_metadata( /* o } else if ( ivas_total_brate <= IVAS_384k ) { #ifdef FIX_509 return 2000; #else return 1500; #endif } else { #ifdef FIX_509 return 2500; #else return 2000; #endif } } else if ( ivas_format == MASA_FORMAT ) Loading
lib_com/options.h +3 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,9 @@ #define FIX_483b /* FhG: fix issue 483, uninitialized values in ivas_mct_core_enc */ #define FIX_170_DTX_MASA /* Nokia: Fix issue 170, relaxing the use of DTX in MASA format */ #define FIX_509 /* FhG: fix issue 509, too low number of bitsream indices in SBA */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading