Commit 1bde2346 authored by emerit's avatar emerit
Browse files

code fix

parent 6289d101
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1801,9 +1801,9 @@ static ivas_error ivas_rend_crendConvolver(
    int16_t nchan_in, nchan_out;
    const float *pIn;
#ifdef FIX_CREND_SIMPLIFY_CODE
    const float *pFreq_filt_re, *pFreq_filt_im;
    float *pFreq_buf_re = NULL, *pFreq_buf_im = NULL;
    float *pFreq_buf2_re = NULL, *pFreq_buf2_im = NULL;
    const float *pFreq_filt_re, *pFreq_filt_im;
    float pOut[2 /*Re,Im*/ * L_FRAME48k / MAX_PARAM_SPATIAL_SUBFRAMES];
    float tmp_out_re[L_FRAME48k / MAX_PARAM_SPATIAL_SUBFRAMES], tmp_out_im[L_FRAME48k / MAX_PARAM_SPATIAL_SUBFRAMES];
#else
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
#include "ivas_prot_rend.h"

#include "ivas_prot.h"
#ifdef FIX_CREND_SIMPLIFY_CODE
#ifndef FIX_CREND_SIMPLIFY_CODE
#include "ivas_rom_binaural_crend_head.h"
#endif