Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ /* ################### Start DEBUGGING switches ########################### */ #ifndef RELEASE //#define DEBUGGING /* Activate debugging part of the code */ #define DEBUGGING /* Activate debugging part of the code */ #endif /*#define WMOPS*/ /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ Loading lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1873,7 +1873,7 @@ ivas_error IVAS_DEC_VoIP_GetSamples( { #ifdef DEBUGGING #ifdef VARIABLE_SPEED_DECODING if ( hVoIP->mode == IVAS_DEC_VOIP_MODE_VARIABLE_SPEED && hVoIP->needNewFrame ) if ( hVoIP->voipMode == IVAS_DEC_VOIP_MODE_VARIABLE_SPEED && hVoIP->needNewFrame ) { /* we need another bs frame fed into the decoder...*/ *sampleAvailableNext = 0; Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ /* ################### Start DEBUGGING switches ########################### */ #ifndef RELEASE //#define DEBUGGING /* Activate debugging part of the code */ #define DEBUGGING /* Activate debugging part of the code */ #endif /*#define WMOPS*/ /* Activate complexity and memory counters */ /*#define WMOPS_PER_FRAME*/ /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */ Loading
lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1873,7 +1873,7 @@ ivas_error IVAS_DEC_VoIP_GetSamples( { #ifdef DEBUGGING #ifdef VARIABLE_SPEED_DECODING if ( hVoIP->mode == IVAS_DEC_VOIP_MODE_VARIABLE_SPEED && hVoIP->needNewFrame ) if ( hVoIP->voipMode == IVAS_DEC_VOIP_MODE_VARIABLE_SPEED && hVoIP->needNewFrame ) { /* we need another bs frame fed into the decoder...*/ *sampleAvailableNext = 0; Loading