Loading lib_com/ivas_prot.h +1 −2 Original line number Diff line number Diff line Loading @@ -5130,8 +5130,7 @@ ivas_error ivas_allocate_binaural_hrtf( HRTFS_FASTCONV *HrtfFastConv, /* i/o: FASTCONV HRTF structure */ const AUDIO_CONFIG input_config, /* i : input audio configuration */ const BINAURAL_INPUT_AUDIO_CONFIG bin_input_config, /* i : binaural input audio config */ const RENDERER_TYPE renderer_type /* i : renderer type */ , const RENDERER_TYPE renderer_type, /* i : renderer type */ const int16_t allocate_init_flag /* i : Memory allocation flag */ ); Loading lib_dec/ivas_binRenderer_internal.c +4 −8 Original line number Diff line number Diff line Loading @@ -520,10 +520,8 @@ static ivas_error ivas_alloc_pppMem( float ****pppMem, const int16_t dim1, const int16_t dim2, const int16_t dim3 , const int16_t allocate_init_flag ) const int16_t dim3, const int16_t allocate_init_flag ) { int16_t i, j; float ***localMem = NULL; Loading Loading @@ -1412,10 +1410,8 @@ void ivas_binRenderer_close( static void ivas_free_pppHrtfMem( float ****ppppHRIR, const int16_t dim , const int16_t alloc_init ) const int16_t dim, const int16_t alloc_init ) { int16_t i, j; Loading Loading
lib_com/ivas_prot.h +1 −2 Original line number Diff line number Diff line Loading @@ -5130,8 +5130,7 @@ ivas_error ivas_allocate_binaural_hrtf( HRTFS_FASTCONV *HrtfFastConv, /* i/o: FASTCONV HRTF structure */ const AUDIO_CONFIG input_config, /* i : input audio configuration */ const BINAURAL_INPUT_AUDIO_CONFIG bin_input_config, /* i : binaural input audio config */ const RENDERER_TYPE renderer_type /* i : renderer type */ , const RENDERER_TYPE renderer_type, /* i : renderer type */ const int16_t allocate_init_flag /* i : Memory allocation flag */ ); Loading
lib_dec/ivas_binRenderer_internal.c +4 −8 Original line number Diff line number Diff line Loading @@ -520,10 +520,8 @@ static ivas_error ivas_alloc_pppMem( float ****pppMem, const int16_t dim1, const int16_t dim2, const int16_t dim3 , const int16_t allocate_init_flag ) const int16_t dim3, const int16_t allocate_init_flag ) { int16_t i, j; float ***localMem = NULL; Loading Loading @@ -1412,10 +1410,8 @@ void ivas_binRenderer_close( static void ivas_free_pppHrtfMem( float ****ppppHRIR, const int16_t dim , const int16_t alloc_init ) const int16_t dim, const int16_t alloc_init ) { int16_t i, j; Loading