Loading lib_dec/ivas_init_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1105,7 +1105,7 @@ ivas_error ivas_init_decoder_front( } #ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES if ( ( error = ivas_HRTF_statistics_binary_open( &st_ivas->hHrtfStatistics, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) if ( ( error = ivas_HRTF_statistics_binary_open( &st_ivas->hHrtfStatistics ) ) != IVAS_ERR_OK ) { return error; } Loading lib_rend/ivas_hrtf.c +1 −2 Original line number Diff line number Diff line Loading @@ -247,8 +247,7 @@ void ivas_HRTF_parambin_binary_close( *-----------------------------------------------------------------------*/ ivas_error ivas_HRTF_statistics_binary_open( HRTFS_STATISTICS **hHrtfStatistics, int32_t sampleRate ) HRTFS_STATISTICS **hHrtfStatistics ) { *hHrtfStatistics = (HRTFS_STATISTICS *) malloc( sizeof( HRTFS_STATISTICS ) ); if ( *hHrtfStatistics == NULL ) Loading lib_rend/ivas_prot_rend.h +1 −2 Original line number Diff line number Diff line Loading @@ -619,8 +619,7 @@ void ivas_HRTF_parambin_binary_close( #ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES ivas_error ivas_HRTF_statistics_binary_open( HRTFS_STATISTICS **hHrtfStatistics, int32_t sampleRate HRTFS_STATISTICS **hHrtfStatistics ); void ivas_HRTF_statistics_binary_close( Loading lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -3474,7 +3474,7 @@ ivas_error IVAS_REND_Open( return error; } #ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES if ( ( error = ivas_HRTF_statistics_binary_open( &( hIvasRend->hHrtfs.hHrtfStatistics ), outputSampleRate ) ) != IVAS_ERR_OK ) if ( ( error = ivas_HRTF_statistics_binary_open( &( hIvasRend->hHrtfs.hHrtfStatistics ) ) ) != IVAS_ERR_OK ) { return error; } Loading Loading
lib_dec/ivas_init_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1105,7 +1105,7 @@ ivas_error ivas_init_decoder_front( } #ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES if ( ( error = ivas_HRTF_statistics_binary_open( &st_ivas->hHrtfStatistics, st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK ) if ( ( error = ivas_HRTF_statistics_binary_open( &st_ivas->hHrtfStatistics ) ) != IVAS_ERR_OK ) { return error; } Loading
lib_rend/ivas_hrtf.c +1 −2 Original line number Diff line number Diff line Loading @@ -247,8 +247,7 @@ void ivas_HRTF_parambin_binary_close( *-----------------------------------------------------------------------*/ ivas_error ivas_HRTF_statistics_binary_open( HRTFS_STATISTICS **hHrtfStatistics, int32_t sampleRate ) HRTFS_STATISTICS **hHrtfStatistics ) { *hHrtfStatistics = (HRTFS_STATISTICS *) malloc( sizeof( HRTFS_STATISTICS ) ); if ( *hHrtfStatistics == NULL ) Loading
lib_rend/ivas_prot_rend.h +1 −2 Original line number Diff line number Diff line Loading @@ -619,8 +619,7 @@ void ivas_HRTF_parambin_binary_close( #ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES ivas_error ivas_HRTF_statistics_binary_open( HRTFS_STATISTICS **hHrtfStatistics, int32_t sampleRate HRTFS_STATISTICS **hHrtfStatistics ); void ivas_HRTF_statistics_binary_close( Loading
lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -3474,7 +3474,7 @@ ivas_error IVAS_REND_Open( return error; } #ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES if ( ( error = ivas_HRTF_statistics_binary_open( &( hIvasRend->hHrtfs.hHrtfStatistics ), outputSampleRate ) ) != IVAS_ERR_OK ) if ( ( error = ivas_HRTF_statistics_binary_open( &( hIvasRend->hHrtfs.hHrtfStatistics ) ) ) != IVAS_ERR_OK ) { return error; } Loading