Loading lib_com/ACcontextMapping_fx.c +17 −16 Original line number Diff line number Diff line Loading @@ -75,3 +75,4 @@ Word16 update_mixed_context( Word16 ctx, Word16 a ) } return add(shl(s_and(ctx, 0xf), 4), add(t, 13)); } lib_com/bits_alloc.c +11 −9 Original line number Diff line number Diff line Loading @@ -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; Loading lib_com/cb_shape_fx.c +46 −45 Original line number Diff line number Diff line Loading @@ -132,3 +132,4 @@ void cb_shape_fx( return; } lib_com/cnst.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading lib_com/common_api_types.h +8 −7 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ typedef struct _IVAS_JBM_TRACE_DATA } IVAS_JBM_TRACE_DATA; /*----------------------------------------------------------------------------------* * Renderer API structures and enums *----------------------------------------------------------------------------------*/ Loading Loading
lib_com/ACcontextMapping_fx.c +17 −16 Original line number Diff line number Diff line Loading @@ -75,3 +75,4 @@ Word16 update_mixed_context( Word16 ctx, Word16 a ) } return add(shl(s_and(ctx, 0xf), 4), add(t, 13)); }
lib_com/bits_alloc.c +11 −9 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_com/cb_shape_fx.c +46 −45 Original line number Diff line number Diff line Loading @@ -132,3 +132,4 @@ void cb_shape_fx( return; }
lib_com/cnst.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
lib_com/common_api_types.h +8 −7 Original line number Diff line number Diff line Loading @@ -216,6 +216,7 @@ typedef struct _IVAS_JBM_TRACE_DATA } IVAS_JBM_TRACE_DATA; /*----------------------------------------------------------------------------------* * Renderer API structures and enums *----------------------------------------------------------------------------------*/ Loading