Loading lib_com/ivas_dirac_com.c +4 −0 Original line number Diff line number Diff line Loading @@ -334,7 +334,11 @@ void ivas_get_dirac_sba_max_md_bits( else if ( sba_total_brate <= IVAS_24k4 ) { *bits_frame_nominal = ACELP_16k40 / FRAMES_PER_SEC; #ifdef NONBE_FIX_871_ACELP_CRASH_IN_OSBA *metadata_max_bits = 101; #else *metadata_max_bits = 103; #endif } else if ( sba_total_brate <= IVAS_32k ) { Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,7 @@ #define NONBE_UNIFIED_DECODING_PATHS /* FhG: unify decoding paths */ #define NONBE_FIX_836_PARAMUPMIX_HEADROT /* Dlb: issue #836: Resolve "ParamUpmix MC to SBA conversion done on the already binaurlized output" */ #define NONBE_FIX_874_OMASA_BRSW_2TD /* Nokia: issue 874: Fixes the crashes with the long test vectors that prompted switching to TD*/ #define NONBE_FIX_871_ACELP_CRASH_IN_OSBA /* FhG: isse 871: crash in ACELP core encoder with OSBA */ /* ##################### End NON-BE switches ########################### */ Loading Loading
lib_com/ivas_dirac_com.c +4 −0 Original line number Diff line number Diff line Loading @@ -334,7 +334,11 @@ void ivas_get_dirac_sba_max_md_bits( else if ( sba_total_brate <= IVAS_24k4 ) { *bits_frame_nominal = ACELP_16k40 / FRAMES_PER_SEC; #ifdef NONBE_FIX_871_ACELP_CRASH_IN_OSBA *metadata_max_bits = 101; #else *metadata_max_bits = 103; #endif } else if ( sba_total_brate <= IVAS_32k ) { Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,7 @@ #define NONBE_UNIFIED_DECODING_PATHS /* FhG: unify decoding paths */ #define NONBE_FIX_836_PARAMUPMIX_HEADROT /* Dlb: issue #836: Resolve "ParamUpmix MC to SBA conversion done on the already binaurlized output" */ #define NONBE_FIX_874_OMASA_BRSW_2TD /* Nokia: issue 874: Fixes the crashes with the long test vectors that prompted switching to TD*/ #define NONBE_FIX_871_ACELP_CRASH_IN_OSBA /* FhG: isse 871: crash in ACELP core encoder with OSBA */ /* ##################### End NON-BE switches ########################### */ Loading