Loading apps/decoder.c +6 −0 Original line number Diff line number Diff line Loading @@ -2470,10 +2470,16 @@ static ivas_error decodeG192( if ( vec_pos_update == 0 ) { update_wmops(); #ifdef FIX_RAM_COUNTING_5MS_RENDERING update_mem(); export_mem( "mem_analysis.csv" ); #endif } #ifndef FIX_RAM_COUNTING_5MS_RENDERING #ifdef MEM_COUNT_DETAILS export_mem( "mem_analysis.csv" ); #endif #endif #endif } Loading lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ #define OSBA_SPLIT_RENDERING #endif #define FIX_RAM_COUNTING_5MS_RENDERING /* FhG: fix for correct RAM reporting with 5ms rendering */ /* #################### End BE switches ################################## */ /* #################### Start NON-BE switches ############################ */ Loading Loading
apps/decoder.c +6 −0 Original line number Diff line number Diff line Loading @@ -2470,10 +2470,16 @@ static ivas_error decodeG192( if ( vec_pos_update == 0 ) { update_wmops(); #ifdef FIX_RAM_COUNTING_5MS_RENDERING update_mem(); export_mem( "mem_analysis.csv" ); #endif } #ifndef FIX_RAM_COUNTING_5MS_RENDERING #ifdef MEM_COUNT_DETAILS export_mem( "mem_analysis.csv" ); #endif #endif #endif } Loading
lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,8 @@ #define OSBA_SPLIT_RENDERING #endif #define FIX_RAM_COUNTING_5MS_RENDERING /* FhG: fix for correct RAM reporting with 5ms rendering */ /* #################### End BE switches ################################## */ /* #################### Start NON-BE switches ############################ */ Loading