Commit 2065b05e authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compiler warnings

parent 79cb6aa0
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
@@ -1871,8 +1873,10 @@ void ivas_dirac_dec_render_sf(
                                                          elevation,
                                                          md_idx,
                                                          surCohRatio,
#ifndef FIX_998_UNUSED_FUNCTION
                                                          0,
                                                          NULL,
#endif
                                                          hodirac_flag );
        }
    }
@@ -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,
@@ -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,
+8 −0
Original line number Diff line number Diff line
@@ -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*/
@@ -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 );
    }

@@ -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 )
@@ -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 */
)
{
+10 −6
Original line number Diff line number Diff line
@@ -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 );


@@ -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,
+4 −0
Original line number Diff line number Diff line
@@ -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                */
@@ -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                                 */
);