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

commit 1

parent 3a445559
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;
}
+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
 *----------------------------------------------------------------------------------*/
+47 −46
Original line number Diff line number Diff line
@@ -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