Loading lib_dec/ivas_binRenderer_internal.c +2 −2 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ static ivas_error ivas_binRenderer_convModuleOpen( } else if ( input_config == AUDIO_CONFIG_HOA2 ) { /* HOA3 filter coefficients */ /* HOA2 filter coefficients */ hBinRenConvModule->filterTapsLeftReal[bandIdx][chIdx] = hHrtf->leftHRIRReal_HOA2[bandIdx][chIdx]; hBinRenConvModule->filterTapsLeftImag[bandIdx][chIdx] = hHrtf->leftHRIRImag_HOA2[bandIdx][chIdx]; hBinRenConvModule->filterTapsRightReal[bandIdx][chIdx] = hHrtf->rightHRIRReal_HOA2[bandIdx][chIdx]; Loading @@ -372,7 +372,7 @@ static ivas_error ivas_binRenderer_convModuleOpen( } else if ( input_config == AUDIO_CONFIG_FOA ) { /* HOA3 filter coefficients */ /* FOA filter coefficients */ hBinRenConvModule->filterTapsLeftReal[bandIdx][chIdx] = hHrtf->leftHRIRReal_FOA[bandIdx][chIdx]; hBinRenConvModule->filterTapsLeftImag[bandIdx][chIdx] = hHrtf->leftHRIRImag_FOA[bandIdx][chIdx]; hBinRenConvModule->filterTapsRightReal[bandIdx][chIdx] = hHrtf->rightHRIRReal_FOA[bandIdx][chIdx]; Loading lib_rend/ivas_crend.c +0 −2 Original line number Diff line number Diff line Loading @@ -981,9 +981,7 @@ static ivas_error ivas_rend_initCrend( } #endif } #else hHrtf->latency_s = hSetOfHRTF->hHRTF_hrir_hoa3->latency_s; hHrtf->max_num_iterations = hSetOfHRTF->hHRTF_hrir_hoa3->max_num_iterations; hHrtf->index_frequency_max_diffuse = hSetOfHRTF->hHRTF_hrir_hoa3->index_frequency_max_diffuse; Loading lib_util/hrtf_file_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -1217,7 +1217,7 @@ static ivas_error create_fastconv_HRTF_from_rawdata( } else if ( rend_type == RENDERER_BINAURAL_FASTCONV && input_cfg == BINAURAL_INPUT_AUDIO_CONFIG_FOA ) { /* HRIR_HOA2 */ /* HRIR_FOA */ ( *hHRTF )->FASTCONV_FOA_latency_s = *( (float *) ( hrtf_data_rptr ) ); hrtf_data_rptr += sizeof( float ); Loading Loading
lib_dec/ivas_binRenderer_internal.c +2 −2 Original line number Diff line number Diff line Loading @@ -364,7 +364,7 @@ static ivas_error ivas_binRenderer_convModuleOpen( } else if ( input_config == AUDIO_CONFIG_HOA2 ) { /* HOA3 filter coefficients */ /* HOA2 filter coefficients */ hBinRenConvModule->filterTapsLeftReal[bandIdx][chIdx] = hHrtf->leftHRIRReal_HOA2[bandIdx][chIdx]; hBinRenConvModule->filterTapsLeftImag[bandIdx][chIdx] = hHrtf->leftHRIRImag_HOA2[bandIdx][chIdx]; hBinRenConvModule->filterTapsRightReal[bandIdx][chIdx] = hHrtf->rightHRIRReal_HOA2[bandIdx][chIdx]; Loading @@ -372,7 +372,7 @@ static ivas_error ivas_binRenderer_convModuleOpen( } else if ( input_config == AUDIO_CONFIG_FOA ) { /* HOA3 filter coefficients */ /* FOA filter coefficients */ hBinRenConvModule->filterTapsLeftReal[bandIdx][chIdx] = hHrtf->leftHRIRReal_FOA[bandIdx][chIdx]; hBinRenConvModule->filterTapsLeftImag[bandIdx][chIdx] = hHrtf->leftHRIRImag_FOA[bandIdx][chIdx]; hBinRenConvModule->filterTapsRightReal[bandIdx][chIdx] = hHrtf->rightHRIRReal_FOA[bandIdx][chIdx]; Loading
lib_rend/ivas_crend.c +0 −2 Original line number Diff line number Diff line Loading @@ -981,9 +981,7 @@ static ivas_error ivas_rend_initCrend( } #endif } #else hHrtf->latency_s = hSetOfHRTF->hHRTF_hrir_hoa3->latency_s; hHrtf->max_num_iterations = hSetOfHRTF->hHRTF_hrir_hoa3->max_num_iterations; hHrtf->index_frequency_max_diffuse = hSetOfHRTF->hHRTF_hrir_hoa3->index_frequency_max_diffuse; Loading
lib_util/hrtf_file_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -1217,7 +1217,7 @@ static ivas_error create_fastconv_HRTF_from_rawdata( } else if ( rend_type == RENDERER_BINAURAL_FASTCONV && input_cfg == BINAURAL_INPUT_AUDIO_CONFIG_FOA ) { /* HRIR_HOA2 */ /* HRIR_FOA */ ( *hHRTF )->FASTCONV_FOA_latency_s = *( (float *) ( hrtf_data_rptr ) ); hrtf_data_rptr += sizeof( float ); Loading