Commit e4ed9c4f authored by Jan Kiene's avatar Jan Kiene
Browse files

[revert-me] add intentional crash + changed complexity

parent 4200ee7a
Loading
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 ) )
        {
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
*******************************************************************************************************/

#include <stdint.h>
#include <assert.h>
#include <math.h>
#include "options.h"
#include "cnst.h"
@@ -187,6 +188,7 @@ 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 )
        {