Commit 3270643e authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

whitespace + update comments

parent ac70361b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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];
@@ -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];
+0 −2
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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 );