Loading lib_dec/ivas_dirac_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -1856,8 +1856,10 @@ void ivas_dirac_dec_render_sf( elevation, md_idx, surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION st_ivas->hCombinedOrientationData->shd_rot_max_order, p_Rmat, #endif hodirac_flag ); } else Loading @@ -1871,8 +1873,10 @@ void ivas_dirac_dec_render_sf( elevation, md_idx, surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION 0, NULL, #endif hodirac_flag ); } } Loading Loading @@ -2213,8 +2217,10 @@ void ivas_dirac_dec_render_sf( hSpatParamRendCom->diffuseness_vector[md_idx], hSpatParamRendCom, hDirACRend, #ifndef FIX_998_UNUSED_FUNCTION st_ivas->hCombinedOrientationData->shd_rot_max_order, p_Rmat, #endif st_ivas->hVBAPdata, hDirACRend->hOutSetup, nchan_transport, Loading @@ -2231,8 +2237,10 @@ void ivas_dirac_dec_render_sf( hSpatParamRendCom->diffuseness_vector[md_idx], hSpatParamRendCom, hDirACRend, #ifndef FIX_998_UNUSED_FUNCTION 0, 0, #endif st_ivas->hVBAPdata, hDirACRend->hOutSetup, nchan_transport, Loading lib_rend/ivas_dirac_output_synthesis_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -542,8 +542,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( const float *diffuseness, SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom, /* i/o: common spatial renderer data handle */ DIRAC_REND_HANDLE hDirACRend, /* i/o: DirAC renderer handle */ #ifndef FIX_998_UNUSED_FUNCTION const int16_t sh_rot_max_order, const float *p_Rmat, /* i : rotation matrix */ #endif const VBAP_HANDLE hVBAPdata, /* i : VBAP structure */ const IVAS_OUTPUT_SETUP hOutSetup, /* i : output setup structure */ const int16_t nchan_transport, /* i : number of transport channels*/ Loading Loading @@ -590,8 +592,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( elevation, md_idx, NULL, #ifndef FIX_998_UNUSED_FUNCTION 2, p_Rmat, #endif hodirac_flag ); } Loading Loading @@ -638,8 +642,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( elevation, md_idx, NULL, #ifndef FIX_998_UNUSED_FUNCTION sh_rot_max_order, p_Rmat, #endif hodirac_flag ); if ( hDirACRend->synthesisConf == DIRAC_SYNTHESIS_GAIN_SHD ) Loading Loading @@ -1750,8 +1756,10 @@ void ivas_dirac_dec_compute_directional_responses( const int16_t *elevation, const int16_t md_idx, const float *surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION const int16_t shd_rot_max_order, /* i : split-order rotation method */ const float *p_Rmat, /* i : rotation matrix */ #endif const int16_t hodirac_flag /* i : flag to indicate HO-DirAC mode */ ) { Loading lib_rend/ivas_dirac_rend.c +10 −6 Original line number Diff line number Diff line Loading @@ -2216,8 +2216,10 @@ static void ivas_masa_ext_dirac_render_sf( elevation, md_idx, surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION 0, NULL, #endif 0 ); Loading Loading @@ -2372,8 +2374,10 @@ static void ivas_masa_ext_dirac_render_sf( hSpatParamRendCom->diffuseness_vector[md_idx], hSpatParamRendCom, hDirACRend, #ifndef FIX_998_UNUSED_FUNCTION 0, 0, #endif hMasaExtRend->hVBAPdata, hDirACRend->hOutSetup, nchan_transport, Loading lib_rend/ivas_prot_rend.h +4 −0 Original line number Diff line number Diff line Loading @@ -470,8 +470,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( const float *diffuseness, SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom, /* i/o: common spatial renderer data handle */ DIRAC_REND_HANDLE hDirACRend, /* i/o: DirAC renderer handle */ #ifndef FIX_998_UNUSED_FUNCTION const int16_t sh_rot_max_order, const float *p_Rmat, /* i : rotation matrix */ #endif const VBAP_HANDLE hVBAPdata, /* i : VBAP structure */ const IVAS_OUTPUT_SETUP hOutSetup, /* i : output setup structure */ const int16_t nchan_transport, /* i : number of transport channels */ Loading Loading @@ -538,8 +540,10 @@ void ivas_dirac_dec_compute_directional_responses( const int16_t *elevation, const int16_t md_idx, const float *surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION const int16_t shd_rot_max_order, /* i : split-order rotation method */ const float *p_Rmat, /* i : rotation matrix */ #endif const int16_t hodirac_flag /* i : flag to indicate HO-DirAC mode */ ); Loading Loading
lib_dec/ivas_dirac_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -1856,8 +1856,10 @@ void ivas_dirac_dec_render_sf( elevation, md_idx, surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION st_ivas->hCombinedOrientationData->shd_rot_max_order, p_Rmat, #endif hodirac_flag ); } else Loading @@ -1871,8 +1873,10 @@ void ivas_dirac_dec_render_sf( elevation, md_idx, surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION 0, NULL, #endif hodirac_flag ); } } Loading Loading @@ -2213,8 +2217,10 @@ void ivas_dirac_dec_render_sf( hSpatParamRendCom->diffuseness_vector[md_idx], hSpatParamRendCom, hDirACRend, #ifndef FIX_998_UNUSED_FUNCTION st_ivas->hCombinedOrientationData->shd_rot_max_order, p_Rmat, #endif st_ivas->hVBAPdata, hDirACRend->hOutSetup, nchan_transport, Loading @@ -2231,8 +2237,10 @@ void ivas_dirac_dec_render_sf( hSpatParamRendCom->diffuseness_vector[md_idx], hSpatParamRendCom, hDirACRend, #ifndef FIX_998_UNUSED_FUNCTION 0, 0, #endif st_ivas->hVBAPdata, hDirACRend->hOutSetup, nchan_transport, Loading
lib_rend/ivas_dirac_output_synthesis_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -542,8 +542,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( const float *diffuseness, SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom, /* i/o: common spatial renderer data handle */ DIRAC_REND_HANDLE hDirACRend, /* i/o: DirAC renderer handle */ #ifndef FIX_998_UNUSED_FUNCTION const int16_t sh_rot_max_order, const float *p_Rmat, /* i : rotation matrix */ #endif const VBAP_HANDLE hVBAPdata, /* i : VBAP structure */ const IVAS_OUTPUT_SETUP hOutSetup, /* i : output setup structure */ const int16_t nchan_transport, /* i : number of transport channels*/ Loading Loading @@ -590,8 +592,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( elevation, md_idx, NULL, #ifndef FIX_998_UNUSED_FUNCTION 2, p_Rmat, #endif hodirac_flag ); } Loading Loading @@ -638,8 +642,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( elevation, md_idx, NULL, #ifndef FIX_998_UNUSED_FUNCTION sh_rot_max_order, p_Rmat, #endif hodirac_flag ); if ( hDirACRend->synthesisConf == DIRAC_SYNTHESIS_GAIN_SHD ) Loading Loading @@ -1750,8 +1756,10 @@ void ivas_dirac_dec_compute_directional_responses( const int16_t *elevation, const int16_t md_idx, const float *surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION const int16_t shd_rot_max_order, /* i : split-order rotation method */ const float *p_Rmat, /* i : rotation matrix */ #endif const int16_t hodirac_flag /* i : flag to indicate HO-DirAC mode */ ) { Loading
lib_rend/ivas_dirac_rend.c +10 −6 Original line number Diff line number Diff line Loading @@ -2216,8 +2216,10 @@ static void ivas_masa_ext_dirac_render_sf( elevation, md_idx, surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION 0, NULL, #endif 0 ); Loading Loading @@ -2372,8 +2374,10 @@ static void ivas_masa_ext_dirac_render_sf( hSpatParamRendCom->diffuseness_vector[md_idx], hSpatParamRendCom, hDirACRend, #ifndef FIX_998_UNUSED_FUNCTION 0, 0, #endif hMasaExtRend->hVBAPdata, hDirACRend->hOutSetup, nchan_transport, Loading
lib_rend/ivas_prot_rend.h +4 −0 Original line number Diff line number Diff line Loading @@ -470,8 +470,10 @@ void ivas_dirac_dec_output_synthesis_process_slot( const float *diffuseness, SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom, /* i/o: common spatial renderer data handle */ DIRAC_REND_HANDLE hDirACRend, /* i/o: DirAC renderer handle */ #ifndef FIX_998_UNUSED_FUNCTION const int16_t sh_rot_max_order, const float *p_Rmat, /* i : rotation matrix */ #endif const VBAP_HANDLE hVBAPdata, /* i : VBAP structure */ const IVAS_OUTPUT_SETUP hOutSetup, /* i : output setup structure */ const int16_t nchan_transport, /* i : number of transport channels */ Loading Loading @@ -538,8 +540,10 @@ void ivas_dirac_dec_compute_directional_responses( const int16_t *elevation, const int16_t md_idx, const float *surCohRatio, #ifndef FIX_998_UNUSED_FUNCTION const int16_t shd_rot_max_order, /* i : split-order rotation method */ const float *p_Rmat, /* i : rotation matrix */ #endif const int16_t hodirac_flag /* i : flag to indicate HO-DirAC mode */ ); Loading