Commit 327a2178 authored by emerit's avatar emerit
Browse files

bug fix fastvonv ok now

parent 8189dbff
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -974,6 +974,8 @@ static ivas_error ivas_binaural_hrtf_open_fx(
            HrtfFastConv->FASTCONV_latency_s_fx = FASTCONV_HRIR_latency_s_fx;
            HrtfFastConv->ntaps = BINAURAL_NTAPS;
            HrtfFastConv->factor_Q_latency_s_fx = FASTCONV_factor_Q_HRIR_latency_s_fx;
            HrtfFastConv->factor_Q_filters_fx = FASTCONV_factor_Q_HRIR_fx;
            move16();
            move16();
            move16();
#else
@@ -991,6 +993,8 @@ static ivas_error ivas_binaural_hrtf_open_fx(
            HrtfFastConv->FASTCONV_latency_s_fx = FASTCONV_HOA2_latency_s_fx;
            HrtfFastConv->ntaps = BINAURAL_NTAPS_SBA;
            HrtfFastConv->factor_Q_latency_s_fx = FASTCONV_factor_Q_HOA2_latency_s_fx;
            HrtfFastConv->factor_Q_filters_fx = FASTCONV_factor_Q_HOA2_fx;
            move16();
            move16();
            move16();
#else
@@ -1009,6 +1013,8 @@ static ivas_error ivas_binaural_hrtf_open_fx(
            HrtfFastConv->FASTCONV_latency_s_fx = FASTCONV_HOA3_latency_s_fx;
            HrtfFastConv->ntaps = BINAURAL_NTAPS_SBA;
            HrtfFastConv->factor_Q_latency_s_fx = FASTCONV_factor_Q_HOA3_latency_s_fx;
            HrtfFastConv->factor_Q_filters_fx = FASTCONV_factor_Q_HOA3_fx;
            move16();
            move16();
            move16();
#else
@@ -1026,6 +1032,8 @@ static ivas_error ivas_binaural_hrtf_open_fx(
            HrtfFastConv->FASTCONV_latency_s_fx = FASTCONV_FOA_latency_s_fx;
            HrtfFastConv->ntaps = BINAURAL_NTAPS_SBA;
            HrtfFastConv->factor_Q_latency_s_fx = FASTCONV_factor_Q_FOA_latency_s_fx;
            HrtfFastConv->factor_Q_filters_fx = FASTCONV_factor_Q_FOA_fx;
            move16();
            move16();
            move16();
#else
@@ -1044,6 +1052,8 @@ static ivas_error ivas_binaural_hrtf_open_fx(
            HrtfFastConv->FASTCONV_latency_s_fx = FASTCONV_BRIR_latency_s_fx;
            HrtfFastConv->ntaps = BINAURAL_NTAPS_MAX;
            HrtfFastConv->factor_Q_latency_s_fx = FASTCONV_factor_Q_BRIR_latency_s_fx;
            HrtfFastConv->factor_Q_filters_fx = FASTCONV_factor_Q_BRIR_fx;
            move16();
            move16();
            move16();
#else
+0 −2
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@
#include "ivas_prot.h"
#include "ivas_prot_fx.h"

#include "ivas_rom_binauralRenderer.h"

/*---------------------------------------------------------------------*
 * Local structures
 *---------------------------------------------------------------------*/