comparison acelp_vectors.h @ 7248:37dd0809921a libavcodec

Correct a couple of typos
author superdump
date Sat, 12 Jul 2008 09:48:19 +0000
parents ab9533fb9335
children bf3f37d70597
comparison
equal deleted inserted replaced
7247:35744b4e5082 7248:37dd0809921a
64 * \remark Track in the table should be read top-to-bottom, left-to-right. 64 * \remark Track in the table should be read top-to-bottom, left-to-right.
65 * 65 *
66 * \note (EE) Reference G.729D code also uses gray decoding for each 66 * \note (EE) Reference G.729D code also uses gray decoding for each
67 * pulse index before looking up the value in the table. 67 * pulse index before looking up the value in the table.
68 * 68 *
69 * Used in G.729 @6.4k (with gray coding), AMD @5.9k (without gray coding) 69 * Used in G.729 @6.4k (with gray coding), AMR @5.9k (without gray coding)
70 */ 70 */
71 extern const uint8_t ff_fc_2pulses_9bits_track1[16]; 71 extern const uint8_t ff_fc_2pulses_9bits_track1[16];
72 extern const uint8_t ff_fc_2pulses_9bits_track1_gray[16]; 72 extern const uint8_t ff_fc_2pulses_9bits_track1_gray[16];
73 73
74 /* 74 /*