Commit c4c4f379 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

remove unused split-order function under ifdef FIX_998_UNUSED_FUNCTION

parent 350ba166
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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()
 *
@@ -1732,7 +1732,7 @@ static void ivas_dirac_dec_get_response_split_order(

    return;
}

#endif

/*-------------------------------------------------------------------------
 * ivas_dirac_dec_compute_directional_responses()
@@ -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 );
@@ -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 );