exp golomb vlc stuff
更多...
#include <limits.h>
#include "bitstreamf.h"
浏览源代码.
exp golomb vlc stuff
- 作者
- Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at and Alex Beregszaszi
◆ get_ur_golomb_shorten
read unsigned golomb rice code (shorten).
◆ av_log2()
static int av_log2 |
( |
unsigned int |
v | ) |
|
|
inlinestatic |
◆ get_sr_golomb_flac()
static int get_sr_golomb_flac |
( |
GetBitContext * |
gb, |
|
|
int |
k, |
|
|
int |
limit, |
|
|
int |
esc_len |
|
) |
| |
|
inlinestatic |
read signed golomb rice code (flac).
◆ get_sr_golomb_shorten()
read signed golomb rice code (shorten).
◆ get_ur_golomb_jpegls()
static int get_ur_golomb_jpegls |
( |
GetBitContext * |
gb, |
|
|
int |
k, |
|
|
int |
limit, |
|
|
int |
esc_len |
|
) |
| |
|
inlinestatic |
read unsigned golomb rice code (jpegls).
◆ ff_log2_tab
const uint8_t ff_log2_tab[256] |