Commit a9190412 authored by Nishant S Kulgod's avatar Nishant S Kulgod
Browse files

commit 1

parent 72a8b06c
Loading
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
@@ -75,3 +75,4 @@ Word16 update_mixed_context( Word16 ctx, Word16 a )
    }
    return add(shl(s_and(ctx, 0xf), 4), add(t, 13));
}
+11 −9
Original line number Diff line number Diff line
@@ -571,10 +571,12 @@ ivas_error config_acelp1_IVAS(
    if ( L_frame == L_FRAME )
    {
        nb_subfr = NB_SUBFR;

    }
    else /* L_frame == L_FRAME16k */
    {
        nb_subfr = NB_SUBFR16k;

    }

    coder_type_sw = coder_type;
+46 −45
Original line number Diff line number Diff line
@@ -132,3 +132,4 @@ void cb_shape_fx(

    return;
}
+2 −0
Original line number Diff line number Diff line
@@ -2016,6 +2016,8 @@ typedef enum _DCTTYPE
#define EPSILON_FX_SMALL                         1
#define  EPSILON_FIX (1)
#define  EPSILON_FX (Word32)1
#define EPSILON_FX_M                         1208925819
#define EPSILON_FX_E                         -49


#define MAX_SEGMENT_LENGTH                  480
+8 −7
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ typedef struct _IVAS_JBM_TRACE_DATA
} IVAS_JBM_TRACE_DATA;



/*----------------------------------------------------------------------------------*
 * Renderer API structures and enums
 *----------------------------------------------------------------------------------*/
Loading