Loading lib_com/ivas_prot.h +0 −4 Original line number Diff line number Diff line Loading @@ -2789,11 +2789,7 @@ float sumAbs( void mvc2c( const uint8_t x[], /* i : input vector */ uint8_t y[], /* o : output vector */ #ifdef FIX_XXX_JBM_FIFO_BUFFER const int32_t n #else const int16_t n /* i : vector size */ #endif ); /*! r: the dot product x'*A*A'*x */ Loading lib_com/ivas_tools.c +0 −8 Original line number Diff line number Diff line Loading @@ -75,18 +75,10 @@ float sumAbs( void mvc2c( const uint8_t x[], /* i : input vector */ uint8_t y[], /* o : output vector */ #ifdef FIX_XXX_JBM_FIFO_BUFFER const int32_t n #else const int16_t n /* i : vector size */ #endif ) { #ifdef FIX_XXX_JBM_FIFO_BUFFER int32_t i; #else int16_t i; #endif if ( n <= 0 ) { Loading lib_com/options.h +0 −3 Original line number Diff line number Diff line Loading @@ -146,9 +146,6 @@ #define DISABLE_ADAP_RES_COD_TMP /* temporary fix for IVAS-403, disables adaptive residual coding */ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ /*#define FIX_XXX_JBM_FIFO_BUFFER */ /* FhG: prevent wraparound of a length identifier in cause of large frames and many channels*/ #define FIX_196_REFACTOR_RENDERER_OUTPUT_CONFIG /* Phi: issue 196 - refactoring renderer output configuration */ #define FIX_393_459_460_SBA_MD /* FhG: fix issues 393, 459, 460, 494 all related to MD buffers and the read index for accessing them */ #define FIX_501_TABLE_IDX_INIT /* Dlb: Fix for the issue 501 */ Loading Loading
lib_com/ivas_prot.h +0 −4 Original line number Diff line number Diff line Loading @@ -2789,11 +2789,7 @@ float sumAbs( void mvc2c( const uint8_t x[], /* i : input vector */ uint8_t y[], /* o : output vector */ #ifdef FIX_XXX_JBM_FIFO_BUFFER const int32_t n #else const int16_t n /* i : vector size */ #endif ); /*! r: the dot product x'*A*A'*x */ Loading
lib_com/ivas_tools.c +0 −8 Original line number Diff line number Diff line Loading @@ -75,18 +75,10 @@ float sumAbs( void mvc2c( const uint8_t x[], /* i : input vector */ uint8_t y[], /* o : output vector */ #ifdef FIX_XXX_JBM_FIFO_BUFFER const int32_t n #else const int16_t n /* i : vector size */ #endif ) { #ifdef FIX_XXX_JBM_FIFO_BUFFER int32_t i; #else int16_t i; #endif if ( n <= 0 ) { Loading
lib_com/options.h +0 −3 Original line number Diff line number Diff line Loading @@ -146,9 +146,6 @@ #define DISABLE_ADAP_RES_COD_TMP /* temporary fix for IVAS-403, disables adaptive residual coding */ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ /*#define FIX_XXX_JBM_FIFO_BUFFER */ /* FhG: prevent wraparound of a length identifier in cause of large frames and many channels*/ #define FIX_196_REFACTOR_RENDERER_OUTPUT_CONFIG /* Phi: issue 196 - refactoring renderer output configuration */ #define FIX_393_459_460_SBA_MD /* FhG: fix issues 393, 459, 460, 494 all related to MD buffers and the read index for accessing them */ #define FIX_501_TABLE_IDX_INIT /* Dlb: Fix for the issue 501 */ Loading