Commit 92fc6369 authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "[revert-me] add intentional crash + changed complexity"

This reverts commit e4ed9c4f.
parent e8ab50b3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -159,10 +159,10 @@ ivas_error ivas_jbm_dec_tc_fx(
        set32_fx( &p_output_fx[0][0], 0, L_FRAME48k );
        set32_fx( &p_output_fx[1][0], 0, L_FRAME48k );

        // IF( ( error = ivas_cpe_dec_fx( st_ivas, 0, &p_output_fx[0], output_frame, 0 ) ) != IVAS_ERR_OK )
        // {
        //     return error;
        // }
        IF( ( error = ivas_cpe_dec_fx( st_ivas, 0, &p_output_fx[0], output_frame, 0 ) ) != IVAS_ERR_OK )
        {
            return error;
        }

        IF( NE_16( q_output, Q11 ) )
        {
+0 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
*******************************************************************************************************/

#include <stdint.h>
#include <assert.h>
#include <math.h>
#include "options.h"
#include "cnst.h"
@@ -188,7 +187,6 @@ ivas_error ivas_enc_fx(
    }
    ELSE IF( EQ_32( ivas_format, ISM_FORMAT ) )
    {
        assert( 0 );
        /* select ISM format mode; reconfigure the ISM format encoder */
        IF( ( error = ivas_ism_enc_config( st_ivas ) ) != IVAS_ERR_OK )
        {