Loading apps/decoder.c +4 −8 Original line number Diff line number Diff line Loading @@ -807,18 +807,14 @@ cleanup: destroy_hrtf_statistics( hHrtfStatistics ); #endif } #ifdef FIX_1990_SANITIZER_IN_REVERB_LOAD // TODO: /* This free differs from float version. This is needed as HRTF statistics from ROM are currently converted from Word16 values to Word32 values. */ This is needed as HRTF statistics from ROM are currently converted from Word16 values to scaled Word32 values. */ #ifdef FIX_CREND_SIMPLIFY_CODE else { IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics; IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics ); destroy_hrtf_statistics( hHrtfStatistics ); } #else IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics ); destroy_hrtf_statistics( hHrtfStatistics ); Loading Loading
apps/decoder.c +4 −8 Original line number Diff line number Diff line Loading @@ -807,18 +807,14 @@ cleanup: destroy_hrtf_statistics( hHrtfStatistics ); #endif } #ifdef FIX_1990_SANITIZER_IN_REVERB_LOAD // TODO: /* This free differs from float version. This is needed as HRTF statistics from ROM are currently converted from Word16 values to Word32 values. */ This is needed as HRTF statistics from ROM are currently converted from Word16 values to scaled Word32 values. */ #ifdef FIX_CREND_SIMPLIFY_CODE else { IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics; IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics ); destroy_hrtf_statistics( hHrtfStatistics ); } #else IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics ); destroy_hrtf_statistics( hHrtfStatistics ); Loading