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/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 lib_com/complex_basop.h +47 −46 Original line number Diff line number Diff line Loading @@ -74,3 +74,4 @@ cmplx_s C_shl( cmplx_s inp, Word16 shift_val ); #endif /* #ifdef COMPLEX_OPERATOR */ #endif /* ifndef _COMPLEX_BASIC_OP_H */ 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/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
lib_com/complex_basop.h +47 −46 Original line number Diff line number Diff line Loading @@ -74,3 +74,4 @@ cmplx_s C_shl( cmplx_s inp, Word16 shift_val ); #endif /* #ifdef COMPLEX_OPERATOR */ #endif /* ifndef _COMPLEX_BASIC_OP_H */