Commit 050de318 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

clang-format

parent a5bb6d1c
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5130,8 +5130,7 @@ ivas_error ivas_allocate_binaural_hrtf(
    HRTFS_FASTCONV *HrtfFastConv,                               /* i/o: FASTCONV HRTF structure */
    const AUDIO_CONFIG input_config,                            /* i  : input audio configuration                       */
    const BINAURAL_INPUT_AUDIO_CONFIG bin_input_config,         /* i  : binaural input audio config                     */
    const RENDERER_TYPE renderer_type                           /* i  : renderer type                                   */
    ,
    const RENDERER_TYPE renderer_type,                          /* i  : renderer type                                   */
    const int16_t allocate_init_flag                            /* i  : Memory allocation flag                          */
);

+4 −8
Original line number Diff line number Diff line
@@ -520,10 +520,8 @@ static ivas_error ivas_alloc_pppMem(
    float ****pppMem,
    const int16_t dim1,
    const int16_t dim2,
    const int16_t dim3
    ,
    const int16_t allocate_init_flag
)
    const int16_t dim3,
    const int16_t allocate_init_flag )
{
    int16_t i, j;
    float ***localMem = NULL;
@@ -1412,10 +1410,8 @@ void ivas_binRenderer_close(

static void ivas_free_pppHrtfMem(
    float ****ppppHRIR,
    const int16_t dim
    ,
    const int16_t alloc_init
)
    const int16_t dim,
    const int16_t alloc_init )
{
    int16_t i, j;