FFmpeg
|
rangecoder.c
Go to the documentation of this file.
void ff_init_range_encoder(RangeCoder *c, uint8_t *buf, int buf_size)
Definition: rangecoder.c:41
Range coder.
simple assert() macros that are a bit more flexible than ISO C assert().
external API header
#define av_assert1(cond)
assert() equivalent, that does not lie in speed critical code.
Definition: avassert.h:53
void ff_build_rac_states(RangeCoder *c, int factor, int max_p)
Definition: rangecoder.c:60
Definition: mss3.c:61
static unsigned int av_lfg_get(AVLFG *c)
Get the next random unsigned 32-bit number using an ALFG.
Definition: lfg.h:38
void ff_init_range_decoder(RangeCoder *c, const uint8_t *buf, int buf_size)
Definition: rangecoder.c:52
#define put_rac(C, S, B)
Generated on Mon Nov 18 2024 06:51:59 for FFmpeg by 1.8.11