Commit 39c38eaa authored by emerit's avatar emerit
Browse files

fix code format

parent 46aa6bce
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -225,7 +225,6 @@ static ivas_error ivas_rend_initCrend(
    {
#ifdef NONBE_FIX_BINARY_BINAURAL_READING
        hHrtf->init_from_rom = 1;

#endif
        if ( inConfigType == IVAS_REND_AUDIO_CONFIG_TYPE_CHANNEL_BASED )
        {
@@ -761,7 +760,6 @@ static ivas_error ivas_rend_initCrend(
                    return IVAS_ERROR( IVAS_ERR_INVALID_OUTPUT_FORMAT, "Invalid command wrong output format" );
                }
#endif

                hHrtf->latency_s = hSetOfHRTF->hHRTF_hrir_combined->latency_s;
                hHrtf->max_num_iterations = hSetOfHRTF->hHRTF_hrir_combined->max_num_iterations;
                hHrtf->index_frequency_max_diffuse = hSetOfHRTF->hHRTF_hrir_combined->index_frequency_max_diffuse;
@@ -850,7 +848,6 @@ static ivas_error ivas_rend_initCrend(
                    return IVAS_ERROR( IVAS_ERR_INVALID_OUTPUT_FORMAT, "Invalid command wrong output format" );
                }
#endif

                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;
@@ -883,7 +880,6 @@ static ivas_error ivas_rend_initCrend(
                    return IVAS_ERROR( IVAS_ERR_INVALID_OUTPUT_FORMAT, "Invalid command wrong output format" );
                }
#endif

                hHrtf->latency_s = hSetOfHRTF->hHRTF_hrir_hoa2->latency_s;
                hHrtf->max_num_iterations = hSetOfHRTF->hHRTF_hrir_hoa2->max_num_iterations;
                hHrtf->index_frequency_max_diffuse = hSetOfHRTF->hHRTF_hrir_hoa2->index_frequency_max_diffuse;
@@ -916,7 +912,6 @@ static ivas_error ivas_rend_initCrend(
                    return IVAS_ERROR( IVAS_ERR_INVALID_OUTPUT_FORMAT, "Invalid command wrong output format" );
                }
#endif

                hHrtf->latency_s = hSetOfHRTF->hHRTF_hrir_foa->latency_s;
                hHrtf->max_num_iterations = hSetOfHRTF->hHRTF_hrir_foa->max_num_iterations;
                hHrtf->index_frequency_max_diffuse = hSetOfHRTF->hHRTF_hrir_foa->index_frequency_max_diffuse;
+1 −2
Original line number Diff line number Diff line
@@ -27,8 +27,7 @@ set(SOURCE_FILES_C
  ${IVAS_REND_PATH}/ivas_rom_binauralRenderer.c
  ${IVAS_REND_PATH}/ivas_rom_binaural_crend_head.c
  ${IVAS_REND_PATH}/ivas_rom_rend.c
  ${IVAS_UTIL_PATH}/cmdl_tools.c
  )
  ${IVAS_UTIL_PATH}/cmdl_tools.c)

set(SOURCE_FILES_H
  ${IVAS_REND_PATH}/ivas_rom_binauralRenderer.h