Loading lib_rend/ivas_lc3plus_dec.c +50 −52 Original line number Diff line number Diff line Loading @@ -699,5 +699,3 @@ ivas_error IVAS_LC3PLUS_DEC_Conceal( return IVAS_LC3PLUS_DEC_Decode_or_Conceal_internal( handle, bitstream_in, 0, badFrameIndicator, pcm_out ); } lib_rend/ivas_lc3plus_dec.h +1 −8 Original line number Diff line number Diff line Loading @@ -40,13 +40,6 @@ #include "ivas_lc3plus_common.h" #include "ivas_cnst.h" #ifdef DEBUGGING /* if defined, collects runtime stats and prints them in the DTOR */ // #define LC3PLUS_DEC_COLLECT_STATS /* if defined, caching can be disabled, otherwise it's always active */ // #define LC3PLUS_DEC_ALLOW_DISABLE_CACHING #endif typedef enum { DEC_ACTION_DECODE_AND_DROP = 0, Loading Loading
lib_rend/ivas_lc3plus_dec.c +50 −52 Original line number Diff line number Diff line Loading @@ -699,5 +699,3 @@ ivas_error IVAS_LC3PLUS_DEC_Conceal( return IVAS_LC3PLUS_DEC_Decode_or_Conceal_internal( handle, bitstream_in, 0, badFrameIndicator, pcm_out ); }
lib_rend/ivas_lc3plus_dec.h +1 −8 Original line number Diff line number Diff line Loading @@ -40,13 +40,6 @@ #include "ivas_lc3plus_common.h" #include "ivas_cnst.h" #ifdef DEBUGGING /* if defined, collects runtime stats and prints them in the DTOR */ // #define LC3PLUS_DEC_COLLECT_STATS /* if defined, caching can be disabled, otherwise it's always active */ // #define LC3PLUS_DEC_ALLOW_DISABLE_CACHING #endif typedef enum { DEC_ACTION_DECODE_AND_DROP = 0, Loading