Loading lib_rend/ivas_dirac_output_synthesis_dec.c +4 −3 Original line number Diff line number Diff line Loading @@ -1570,7 +1570,7 @@ void ivas_dirac_dec_output_synthesis_process_subframe_psd_ls( return; } #ifndef FIX_998_UNUSED_FUNCTION /*------------------------------------------------------------------------- * ivas_dirac_dec_get_response_split_order() * Loading Loading @@ -1732,7 +1732,7 @@ static void ivas_dirac_dec_get_response_split_order( return; } #endif /*------------------------------------------------------------------------- * ivas_dirac_dec_compute_directional_responses() Loading Loading @@ -1821,7 +1821,7 @@ void ivas_dirac_dec_compute_directional_responses( { set_f( direct_response_hoa, 1.0f, MAX_OUTPUT_CHANNELS ); set_f( direct_response_dir2, 1.0f, MAX_OUTPUT_CHANNELS ); #ifndef FIX_998_UNUSED_FUNCTION if ( p_Rmat != 0 ) { ivas_dirac_dec_get_response_split_order( azimuth[k], elevation[k], direct_response_hoa, shd_rot_max_order, p_Rmat ); Loading @@ -1832,6 +1832,7 @@ void ivas_dirac_dec_compute_directional_responses( } } else #endif { ivas_dirac_dec_get_response( azimuth[k], elevation[k], direct_response_hoa, hDirACRend->hOutSetup.ambisonics_order ); Loading Loading
lib_rend/ivas_dirac_output_synthesis_dec.c +4 −3 Original line number Diff line number Diff line Loading @@ -1570,7 +1570,7 @@ void ivas_dirac_dec_output_synthesis_process_subframe_psd_ls( return; } #ifndef FIX_998_UNUSED_FUNCTION /*------------------------------------------------------------------------- * ivas_dirac_dec_get_response_split_order() * Loading Loading @@ -1732,7 +1732,7 @@ static void ivas_dirac_dec_get_response_split_order( return; } #endif /*------------------------------------------------------------------------- * ivas_dirac_dec_compute_directional_responses() Loading Loading @@ -1821,7 +1821,7 @@ void ivas_dirac_dec_compute_directional_responses( { set_f( direct_response_hoa, 1.0f, MAX_OUTPUT_CHANNELS ); set_f( direct_response_dir2, 1.0f, MAX_OUTPUT_CHANNELS ); #ifndef FIX_998_UNUSED_FUNCTION if ( p_Rmat != 0 ) { ivas_dirac_dec_get_response_split_order( azimuth[k], elevation[k], direct_response_hoa, shd_rot_max_order, p_Rmat ); Loading @@ -1832,6 +1832,7 @@ void ivas_dirac_dec_compute_directional_responses( } } else #endif { ivas_dirac_dec_get_response( azimuth[k], elevation[k], direct_response_hoa, hDirACRend->hOutSetup.ambisonics_order ); Loading