comparison acelp_vectors.h @ 7656:bf3f37d70597 libavcodec

Make comments doxygen compatible.
author michael
date Thu, 21 Aug 2008 23:49:58 +0000
parents 37dd0809921a
children c44919224bcd
comparison
equal deleted inserted replaced
7655:f91a738da9c3 7656:bf3f37d70597
23 #ifndef FFMPEG_ACELP_VECTORS_H 23 #ifndef FFMPEG_ACELP_VECTORS_H
24 #define FFMPEG_ACELP_VECTORS_H 24 #define FFMPEG_ACELP_VECTORS_H
25 25
26 #include <stdint.h> 26 #include <stdint.h>
27 27
28 /* 28 /**
29 * Track|Pulse| Positions 29 * Track|Pulse| Positions
30 * ------------------------------------------------------------------------- 30 * -------------------------------------------------------------------------
31 * 1 | 0 | 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75 31 * 1 | 0 | 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75
32 * ------------------------------------------------------------------------- 32 * -------------------------------------------------------------------------
33 * 2 | 1 | 1, 6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71, 76 33 * 2 | 1 | 1, 6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71, 76
39 * 39 *
40 * Used in G.729 @8k, G.729 @4.4k, AMR @7.95k, AMR @7.40k 40 * Used in G.729 @8k, G.729 @4.4k, AMR @7.95k, AMR @7.40k
41 */ 41 */
42 extern const uint8_t ff_fc_4pulses_8bits_tracks_13[16]; 42 extern const uint8_t ff_fc_4pulses_8bits_tracks_13[16];
43 43
44 /* 44 /**
45 * Track|Pulse| Positions 45 * Track|Pulse| Positions
46 * ------------------------------------------------------------------------- 46 * -------------------------------------------------------------------------
47 * 4 | 3 | 3, 8, 13, 18, 23, 28, 33, 38, 43, 48, 53, 58, 63, 68, 73, 78 47 * 4 | 3 | 3, 8, 13, 18, 23, 28, 33, 38, 43, 48, 53, 58, 63, 68, 73, 78
48 * | | 4, 9, 14, 19, 24, 29, 34, 39, 44, 49, 54, 59, 64, 69, 74, 79 48 * | | 4, 9, 14, 19, 24, 29, 34, 39, 44, 49, 54, 59, 64, 69, 74, 79
49 * ------------------------------------------------------------------------- 49 * -------------------------------------------------------------------------
52 * 52 *
53 * Used in G.729 @8k, G.729 @4.4k, AMR @7.95k, AMR @7.40k 53 * Used in G.729 @8k, G.729 @4.4k, AMR @7.95k, AMR @7.40k
54 */ 54 */
55 extern const uint8_t ff_fc_4pulses_8bits_track_4[32]; 55 extern const uint8_t ff_fc_4pulses_8bits_track_4[32];
56 56
57 /* 57 /**
58 * Track|Pulse| Positions 58 * Track|Pulse| Positions
59 * ----------------------------------------- 59 * -----------------------------------------
60 * 1 | 0 | 1, 6, 11, 16, 21, 26, 31, 36 60 * 1 | 0 | 1, 6, 11, 16, 21, 26, 31, 36
61 * | | 3, 8, 13, 18, 23, 28, 33, 38 61 * | | 3, 8, 13, 18, 23, 28, 33, 38
62 * ----------------------------------------- 62 * -----------------------------------------
69 * Used in G.729 @6.4k (with gray coding), AMR @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 /**
75 * Track|Pulse| Positions 75 * Track|Pulse| Positions
76 * ----------------------------------------- 76 * -----------------------------------------
77 * 2 | 1 | 0, 7, 14, 20, 27, 34, 1, 21 77 * 2 | 1 | 0, 7, 14, 20, 27, 34, 1, 21
78 * | | 2, 9, 15, 22, 29, 35, 6, 26 78 * | | 2, 9, 15, 22, 29, 35, 6, 26
79 * | | 4,10, 17, 24, 30, 37, 11, 31 79 * | | 4,10, 17, 24, 30, 37, 11, 31