Commit de96ddbf authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[strip] FIX_1123_FASTCONV_16BIT_ROM

parent bc5aead1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5131,10 +5131,8 @@ ivas_error ivas_allocate_binaural_hrtf(
    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                                   */
#ifndef FIX_1123_FASTCONV_16BIT_ROM
    ,
    const int16_t allocate_init_flag                            /* i  : Memory allocation flag                          */
#endif
);

#ifdef DEBUGGING
+0 −270

File changed.

Preview size limit exceeded, changes collapsed.

+0 −51

File changed.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Diff line number Diff line
@@ -1286,9 +1286,7 @@ typedef struct ivas_hrtfs_fastconv_struct
    float ***rightHRIRImag_FOA;
    float FASTCONV_FOA_latency_s;

#ifndef FIX_1123_FASTCONV_16BIT_ROM
    int16_t allocate_init_flag; /*Memory allocation flag 0: if the hrtf pointers are allocated at application level , 1: of allocated at ivas_binaural_hrtf_open() */
#endif
#ifdef FIX_1123_FASTCONV_16BIT_FMT
    uint16_t ntaps_hrir;
    uint16_t ntaps_hrir_hoa3;
+0 −184

File changed.

Preview size limit exceeded, changes collapsed.