Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,7 @@ /* any switch which is non-be wrt selection floating point code */ /* all switches in this category should start with "NONBE_" */ // #define NONBE_FIX_1075 /* ##################### End NON-BE switches ########################### */ Loading lib_dec/ivas_init_dec.c +19 −0 Original line number Diff line number Diff line Loading @@ -2086,6 +2086,15 @@ ivas_error ivas_init_decoder( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif /* Allocate 'hIsmRendererData' handle and memory for delay buffer within 'hMasaIsmData' */ if ( ( error = ivas_omasa_separate_object_renderer_open( st_ivas ) ) != IVAS_ERR_OK ) Loading Loading @@ -2155,6 +2164,16 @@ ivas_error ivas_init_decoder( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif } } Loading lib_dec/ivas_mct_dec.c +9 −0 Original line number Diff line number Diff line Loading @@ -1251,6 +1251,15 @@ static ivas_error ivas_mc_dec_reconfig( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif if ( st_ivas->hIntSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { Loading lib_dec/ivas_omasa_dec.c +9 −0 Original line number Diff line number Diff line Loading @@ -386,6 +386,15 @@ ivas_error ivas_omasa_dec_config( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif #ifdef FIX_1033_MEMORY_LEAK_OMASA } #endif Loading lib_dec/ivas_sba_dec.c +9 −0 Original line number Diff line number Diff line Loading @@ -503,6 +503,15 @@ ivas_error ivas_sba_dec_reconfigure( return error; } } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif } /* Allocate memory for OSBA delay buffer */ Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,7 @@ /* any switch which is non-be wrt selection floating point code */ /* all switches in this category should start with "NONBE_" */ // #define NONBE_FIX_1075 /* ##################### End NON-BE switches ########################### */ Loading
lib_dec/ivas_init_dec.c +19 −0 Original line number Diff line number Diff line Loading @@ -2086,6 +2086,15 @@ ivas_error ivas_init_decoder( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif /* Allocate 'hIsmRendererData' handle and memory for delay buffer within 'hMasaIsmData' */ if ( ( error = ivas_omasa_separate_object_renderer_open( st_ivas ) ) != IVAS_ERR_OK ) Loading Loading @@ -2155,6 +2164,16 @@ ivas_error ivas_init_decoder( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif } } Loading
lib_dec/ivas_mct_dec.c +9 −0 Original line number Diff line number Diff line Loading @@ -1251,6 +1251,15 @@ static ivas_error ivas_mc_dec_reconfig( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif if ( st_ivas->hIntSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { Loading
lib_dec/ivas_omasa_dec.c +9 −0 Original line number Diff line number Diff line Loading @@ -386,6 +386,15 @@ ivas_error ivas_omasa_dec_config( { return error; } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif #ifdef FIX_1033_MEMORY_LEAK_OMASA } #endif Loading
lib_dec/ivas_sba_dec.c +9 −0 Original line number Diff line number Diff line Loading @@ -503,6 +503,15 @@ ivas_error ivas_sba_dec_reconfigure( return error; } } #ifdef NONBE_FIX_1075 if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { if ( ( error = ivas_reverb_open( &st_ivas->hReverb, st_ivas->hHrtfStatistics, st_ivas->hRenderConfig, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) { return error; } } #endif } /* Allocate memory for OSBA delay buffer */ Loading