Commit 5364426f authored by vaclav's avatar vaclav
Browse files

- Merge branch 'basop-2492-remove-duplicates-for-decode_indexes-function' of...

- Merge branch 'basop-2492-remove-duplicates-for-decode_indexes-function' of https://forge.3gpp.org/rep/sa4/audio/ivas-basop into basop-2492-remove-duplicates-for-decode_indexes-function
parents 0bac2e81 a8cdb8bb
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -264,7 +264,6 @@ Word16 deindex_lvq_cng_fx(
    Word32 *p_offset_scale1,
    Word32 *p_offset_scale2,
    Word16 *p_no_scales );
#endif

Word16 deindex_lvq_cng_ivas_fx(
    Word16 *index, /* i: index to be decoded, as an array of 3 short */
@@ -272,6 +271,7 @@ Word16 deindex_lvq_cng_ivas_fx(
    Word16 idx_cv, /* i: relative mode_lvq, wrt START_CNG */
    Word16 no_bits /* i: number of bits for lattice */
);
#endif

/*========================================================================================================/
swb_bwe_com_fx.c
@@ -1012,6 +1012,10 @@ Word16 vq_dec_lvq_ivas_fx(
    Word16 no_bits    /* i  : no. bits for lattice                      */
);
#endif
void a2rc_fx(
    const Word16 *a,
    Word16 *refl,
    Word16 lpcorder );

void a2rc_fx(
    const Word16 *a,
+404 −420

File changed.

Preview size limit exceeded, changes collapsed.