Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,6 @@ #define FIX_1449_RENDERER_FRAME_SIZE_UNCLEAR_IN_ISAR /* Dolby: Fix for issue 1449: renderer frame size unclear in ISAR */ #define FIX_1872_REMOVE_UNUSED_PSNOISEGEN_ISAR /* Dolby: Remove unused psNoiseGen from ISAR */ #define FIX_1478_UNINIT_ON_BFI /* VA: Fix issue 1478 where a vector is partly un-initialized during bfi */ #define FIX_1487_ACCESS_OF_UNINIT_VAL_FROM_ARR_ISM_DTX /* FhG/VA: init nb_bits_metadata to zero */ #define FIX_1486_INIT_OUTPUT_POINTERS /* FhG: always initialize pointers in renderer flush */ #define FIX_2290_COPY_OF_UNINIT_DATA /* VA: prevent the copy of un-initialized data */ #define CLEANUP_ACELP_ENC /* VA: basop issue 2304: Remove duplicated code in excitation encoding in the ACELP core */ Loading lib_dec/ivas_ism_dtx_dec_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -126,12 +126,10 @@ void ivas_ism_dtx_dec_fx( move16(); } } #ifdef FIX_1487_ACCESS_OF_UNINIT_VAL_FROM_ARR_ISM_DTX ELSE { set16_fx( nb_bits_metadata, 0, st_ivas->nchan_transport ); } #endif IF( !st_ivas->bfi ) { Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,6 @@ #define FIX_1449_RENDERER_FRAME_SIZE_UNCLEAR_IN_ISAR /* Dolby: Fix for issue 1449: renderer frame size unclear in ISAR */ #define FIX_1872_REMOVE_UNUSED_PSNOISEGEN_ISAR /* Dolby: Remove unused psNoiseGen from ISAR */ #define FIX_1478_UNINIT_ON_BFI /* VA: Fix issue 1478 where a vector is partly un-initialized during bfi */ #define FIX_1487_ACCESS_OF_UNINIT_VAL_FROM_ARR_ISM_DTX /* FhG/VA: init nb_bits_metadata to zero */ #define FIX_1486_INIT_OUTPUT_POINTERS /* FhG: always initialize pointers in renderer flush */ #define FIX_2290_COPY_OF_UNINIT_DATA /* VA: prevent the copy of un-initialized data */ #define CLEANUP_ACELP_ENC /* VA: basop issue 2304: Remove duplicated code in excitation encoding in the ACELP core */ Loading
lib_dec/ivas_ism_dtx_dec_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -126,12 +126,10 @@ void ivas_ism_dtx_dec_fx( move16(); } } #ifdef FIX_1487_ACCESS_OF_UNINIT_VAL_FROM_ARR_ISM_DTX ELSE { set16_fx( nb_bits_metadata, 0, st_ivas->nchan_transport ); } #endif IF( !st_ivas->bfi ) { Loading