Commit b1390667 authored by multrus's avatar multrus
Browse files

wrap ivas_binaural_cldfb(), ivas_binaural_cldfb_sf() into #ifdef DEBUGGING ... #endif

parent 8988cbf3
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5393,6 +5393,7 @@ ivas_error ivas_allocate_binaural_hrtf(
    int16_t allocate_init_flag                                  /* i  : Memory allocation flag  */
);

#ifdef DEBUGGING
void ivas_binaural_cldfb(
    Decoder_Struct *st_ivas,                                    /* i/o: IVAS decoder structure                                  */
    float *output_f[]                                           /* i/o: synthesized core-coder transport channels/DirAC output  */
@@ -5404,6 +5405,7 @@ void ivas_binaural_cldfb_sf(
    const int16_t slot_size,                                    /* i  : JBM slot size                                           */
    float *output_f[]                                           /* i/o: synthesized core-coder transport channels/DirAC output  */
);
#endif

void ivas_binRenderer(
    BINAURAL_RENDERER_HANDLE hBinRenderer, /* i/o: binaural renderer handle    */
+2 −0
Original line number Diff line number Diff line
@@ -1562,6 +1562,7 @@ void ivas_binaural_add_LFE(
}


#ifdef DEBUGGING
/*-------------------------------------------------------------------------*
 * ivas_binaural_cldfb()
 *
@@ -1875,6 +1876,7 @@ void ivas_binaural_cldfb_sf(

    return;
}
#endif


/*-------------------------------------------------------------------------