comparison alsdec.c @ 12378:3fbaf3a70b29 libavcodec

Fix spelling in comment(s)
author siretart
date Sat, 07 Aug 2010 14:11:43 +0000
parents 8b28e74de2c0
children
comparison
equal deleted inserted replaced
12377:37fc04bf57b4 12378:3fbaf3a70b29
39 #include "libavutil/crc.h" 39 #include "libavutil/crc.h"
40 40
41 #include <stdint.h> 41 #include <stdint.h>
42 42
43 /** Rice parameters and corresponding index offsets for decoding the 43 /** Rice parameters and corresponding index offsets for decoding the
44 * indices of scaled PARCOR values. The table choosen is set globally 44 * indices of scaled PARCOR values. The table chosen is set globally
45 * by the encoder and stored in ALSSpecificConfig. 45 * by the encoder and stored in ALSSpecificConfig.
46 */ 46 */
47 static const int8_t parcor_rice_table[3][20][2] = { 47 static const int8_t parcor_rice_table[3][20][2] = {
48 { {-52, 4}, {-29, 5}, {-31, 4}, { 19, 4}, {-16, 4}, 48 { {-52, 4}, {-29, 5}, {-31, 4}, { 19, 4}, {-16, 4},
49 { 12, 3}, { -7, 3}, { 9, 3}, { -5, 3}, { 6, 3}, 49 { 12, 3}, { -7, 3}, { 9, 3}, { -5, 3}, { 6, 3},