Loading lib_dec/ivas_binRenderer_internal.c +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading lib_util/hrtf_file_reader.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ #include "ivas_prot.h" #include "ivas_prot_fx.h" #include "ivas_rom_binauralRenderer.h" /*---------------------------------------------------------------------* * Local structures *---------------------------------------------------------------------*/ Loading Loading
lib_dec/ivas_binRenderer_internal.c +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading
lib_util/hrtf_file_reader.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ #include "ivas_prot.h" #include "ivas_prot_fx.h" #include "ivas_rom_binauralRenderer.h" /*---------------------------------------------------------------------* * Local structures *---------------------------------------------------------------------*/ Loading