Commit e4b85995 authored by malenov's avatar malenov
Browse files

fixing CREND unit test

parent b8241ded
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
#include "ivas_prox_mix.h"
#include "prot.h"
#include "ivas_prot.h"
#include "wmc_auto.h"

#if defined( __unix__ ) || defined( __unix ) || defined( __APPLE__ ) || defined( __CYGWIN__ )
#define USE_DIRENT
@@ -702,7 +703,7 @@ int main( int argc, char **argv )
    }

#ifdef WMOPS
    rest_mem( USE_32BITS );
    reset_mem( USE_32BITS );
#endif

    switch ( io_params.test )
@@ -727,7 +728,7 @@ int main( int argc, char **argv )
    FILES_CLOSE;

#ifdef WMOPS
    print_mem();
    print_mem( NULL );
#endif

    return 0;
+5 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@
#include "head_rotation_file_reader.h"
#include "options.h"
#include "render_config_reader.h"
#include "wmc_auto.h"


static ivas_result_t ivas_dec_default_io_params( ivas_dec_io_params_t *pIO_params )
@@ -1556,6 +1557,10 @@ ivas_result_t ivas_common_mixer_renderer( ivas_crend_io_params_t *pIo_params, fl

        fprintf( stdout, "Processed frame: %ld\r", (long) frame_count );
        frame_count++;

#ifdef WMOPS
        update_wmops();
#endif
    }

    int16_t pcm[MAX_OUTPUT_CHANNELS] = { 0 };