Loading Workspace_msvc/lib_rend.vcxproj +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ <ClCompile Include="..\lib_rend\lib_rend.c" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\lib_rend\ivas_lib_rend_internal.h" /> <ClInclude Include="..\lib_rend\ivas_prot_rend.h" /> <ClInclude Include="..\lib_rend\ivas_rom_binauralRenderer.h" /> <ClInclude Include="..\lib_rend\ivas_rom_binaural_crend_head.h" /> <ClInclude Include="..\lib_rend\ivas_rom_rend.h" /> Loading lib_com/ivas_prot.h +3 −3 Original line number Diff line number Diff line Loading @@ -3182,7 +3182,7 @@ void ivas_sba_getTCs( const int16_t input_frame /* i : frame length */ ); // VE2AT: move to ivas_lib_rend_internal.h ? // VE2AT: move to ivas_prot_rend.h ? ivas_error ivas_sba_linear_renderer( float output_f[][L_FRAME48k], /* i/o: synthesized core-coder transport channels/DirAC output */ const int16_t output_frame, /* i : output frame length per channel */ Loading Loading @@ -3212,7 +3212,7 @@ void ivas_sba_dirac_stereo_smooth_parameters( STEREO_DFT_DEC_DATA_HANDLE hStereoDft /* i/o: encoder DFT stereo handle */ ); // VE2AT: move to ivas_lib_rend_internal.h ? // VE2AT: move to ivas_prot_rend.h ? ivas_error ivas_sba_get_hoa_dec_matrix( const IVAS_OUTPUT_SETUP hOutSetup, /* i : target output setup */ float **hoa_dec_mtx, /* o : ALLRAD decoder matrix */ Loading Loading @@ -4629,7 +4629,7 @@ void ivas_HRTF_parambin_binary_close( ); #endif // VE2AT: move to ivas_lib_rend_internal.h ?? // VE2AT: move to ivas_prot_rend.h ?? void QuatToRotMat( const IVAS_QUATERNION quat, /* i : quaternion describing the rotation */ float Rmat[3][3] /* o : real-space rotation matrix for this rotation */ Loading lib_rend/ivas_binauralRenderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include <math.h> #include "prot.h" #include "ivas_prot.h" #include "ivas_lib_rend_internal.h" #include "ivas_prot_rend.h" #include "cnst.h" #include "ivas_cnst.h" #include "ivas_rom_rend.h" Loading lib_rend/ivas_binaural_reverb.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include <math.h> #include "prot.h" //#include "ivas_prot.h" #include "ivas_lib_rend_internal.h" #include "ivas_prot_rend.h" //#include "ivas_rom_com.h" //#include "ivas_rom_binauralRenderer.h" #ifdef DEBUGGING Loading lib_rend/ivas_crend.c +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ #include "options.h" #include "prot.h" #include "ivas_prot.h" #include "ivas_lib_rend_internal.h" #include "ivas_prot_rend.h" #include "ivas_cnst.h" #include "ivas_rom_rend.h" #include "ivas_stat_dec.h" Loading Loading
Workspace_msvc/lib_rend.vcxproj +1 −1 Original line number Diff line number Diff line Loading @@ -229,7 +229,7 @@ <ClCompile Include="..\lib_rend\lib_rend.c" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\lib_rend\ivas_lib_rend_internal.h" /> <ClInclude Include="..\lib_rend\ivas_prot_rend.h" /> <ClInclude Include="..\lib_rend\ivas_rom_binauralRenderer.h" /> <ClInclude Include="..\lib_rend\ivas_rom_binaural_crend_head.h" /> <ClInclude Include="..\lib_rend\ivas_rom_rend.h" /> Loading
lib_com/ivas_prot.h +3 −3 Original line number Diff line number Diff line Loading @@ -3182,7 +3182,7 @@ void ivas_sba_getTCs( const int16_t input_frame /* i : frame length */ ); // VE2AT: move to ivas_lib_rend_internal.h ? // VE2AT: move to ivas_prot_rend.h ? ivas_error ivas_sba_linear_renderer( float output_f[][L_FRAME48k], /* i/o: synthesized core-coder transport channels/DirAC output */ const int16_t output_frame, /* i : output frame length per channel */ Loading Loading @@ -3212,7 +3212,7 @@ void ivas_sba_dirac_stereo_smooth_parameters( STEREO_DFT_DEC_DATA_HANDLE hStereoDft /* i/o: encoder DFT stereo handle */ ); // VE2AT: move to ivas_lib_rend_internal.h ? // VE2AT: move to ivas_prot_rend.h ? ivas_error ivas_sba_get_hoa_dec_matrix( const IVAS_OUTPUT_SETUP hOutSetup, /* i : target output setup */ float **hoa_dec_mtx, /* o : ALLRAD decoder matrix */ Loading Loading @@ -4629,7 +4629,7 @@ void ivas_HRTF_parambin_binary_close( ); #endif // VE2AT: move to ivas_lib_rend_internal.h ?? // VE2AT: move to ivas_prot_rend.h ?? void QuatToRotMat( const IVAS_QUATERNION quat, /* i : quaternion describing the rotation */ float Rmat[3][3] /* o : real-space rotation matrix for this rotation */ Loading
lib_rend/ivas_binauralRenderer.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include <math.h> #include "prot.h" #include "ivas_prot.h" #include "ivas_lib_rend_internal.h" #include "ivas_prot_rend.h" #include "cnst.h" #include "ivas_cnst.h" #include "ivas_rom_rend.h" Loading
lib_rend/ivas_binaural_reverb.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include <math.h> #include "prot.h" //#include "ivas_prot.h" #include "ivas_lib_rend_internal.h" #include "ivas_prot_rend.h" //#include "ivas_rom_com.h" //#include "ivas_rom_binauralRenderer.h" #ifdef DEBUGGING Loading
lib_rend/ivas_crend.c +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ #include "options.h" #include "prot.h" #include "ivas_prot.h" #include "ivas_lib_rend_internal.h" #include "ivas_prot_rend.h" #include "ivas_cnst.h" #include "ivas_rom_rend.h" #include "ivas_stat_dec.h" Loading