Commit d27b9cf1 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_XXX_JBM_FIFO_BUFFER

parent 9050e697
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 */
+0 −8
Original line number Diff line number Diff line
@@ -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 )
    {
+0 −3
Original line number Diff line number Diff line
@@ -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 */