Commit fb1bec0c authored by vaclav's avatar vaclav
Browse files

- rename ivas_lib_rend_internal.h to ivas_prot_rend.h

- add MSVC filters for lib_rend
parent 064fed5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />
+3 −3
Original line number Diff line number Diff line
@@ -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                         */
@@ -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                   */
@@ -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            */
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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