Mercurial > libavcodec.hg
comparison golomb.c @ 1753:bbf583d24584 libavcodec
inttypes.h patch by (Chip <szarlada at freemail dot hu>)
author | michael |
---|---|
date | Thu, 22 Jan 2004 12:09:14 +0000 |
parents | fa181d095027 |
children | ef2149182f1c |
comparison
equal
deleted
inserted
replaced
1752:9f47c2211da9 | 1753:bbf583d24584 |
---|---|
23 * @brief | 23 * @brief |
24 * exp golomb vlc stuff | 24 * exp golomb vlc stuff |
25 * @author Michael Niedermayer <michaelni@gmx.at> | 25 * @author Michael Niedermayer <michaelni@gmx.at> |
26 */ | 26 */ |
27 | 27 |
28 #include <inttypes.h> | 28 #include "common.h" |
29 | 29 |
30 const uint8_t ff_golomb_vlc_len[512]={ | 30 const uint8_t ff_golomb_vlc_len[512]={ |
31 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9, | 31 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9, |
32 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, | 32 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7, |
33 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, | 33 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, |