Commit bcd743d9 authored by multrus's avatar multrus
Browse files

Merge branch 'main' into reduced_complexity_32_by_32_bit_div_newton

parents 37bb9abe 571ad39a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2548,8 +2548,8 @@ ivas_error ivas_jbm_dec_flush_renderer_fx(
    Word16 n_slots_still_available;
    Word16 n_samples_to_render;
    DECODER_TC_BUFFER_HANDLE hTcBuffer;
    Word32 output_fx[MAX_CICP_CHANNELS][L_FRAME48k / MAX_PARAM_SPATIAL_SUBFRAMES];
    Word32 *p_output_fx[MAX_CICP_CHANNELS];
    Word32 output_fx[MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS][L_FRAME48k / MAX_PARAM_SPATIAL_SUBFRAMES];
    Word32 *p_output_fx[MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS];
    Word16 nchan_in, nchan_out;
    IF( !st_ivas->hDecoderConfig->Opt_tsm )
    {