# HG changeset patch # User superdump # Date 1215856099 0 # Node ID 37dd0809921ac64a7d3c57d98c3a1f8ead862822 # Parent 35744b4e508291f9cfe000df20e09b64603d8f34 Correct a couple of typos diff -r 35744b4e5082 -r 37dd0809921a acelp_vectors.h --- a/acelp_vectors.h Sat Jul 12 09:23:37 2008 +0000 +++ b/acelp_vectors.h Sat Jul 12 09:48:19 2008 +0000 @@ -66,7 +66,7 @@ * \note (EE) Reference G.729D code also uses gray decoding for each * pulse index before looking up the value in the table. * - * Used in G.729 @6.4k (with gray coding), AMD @5.9k (without gray coding) + * Used in G.729 @6.4k (with gray coding), AMR @5.9k (without gray coding) */ extern const uint8_t ff_fc_2pulses_9bits_track1[16]; extern const uint8_t ff_fc_2pulses_9bits_track1_gray[16]; diff -r 35744b4e5082 -r 37dd0809921a lsp.h --- a/lsp.h Sat Jul 12 09:23:37 2008 +0000 +++ b/lsp.h Sat Jul 12 09:48:19 2008 +0000 @@ -37,7 +37,7 @@ * \param lsfq_max maximum allowed LSF value * \param lp_order LP filter order */ -void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsqf_min, int lsfq_max, int lp_order); +void ff_acelp_reorder_lsf(int16_t* lsfq, int lsfq_min_distance, int lsfq_min, int lsfq_max, int lp_order); /** * \brief Convert LSF to LSP