Libav
|
Context Adaptive Binary Arithmetic Coder. More...
Go to the source code of this file.
Functions | |
void | ff_init_cabac_decoder (CABACContext *c, const uint8_t *buf, int buf_size) |
Variables | |
const uint8_t | ff_h264_cabac_tables [512+4 *2 *64+4 *64+63] |
Context Adaptive Binary Arithmetic Coder.
Definition in file cabac.c.
void ff_init_cabac_decoder | ( | CABACContext * | c, |
const uint8_t * | buf, | ||
int | buf_size | ||
) |
buf_size | size of buf in bits |
Definition at line 163 of file cabac.c.
Referenced by cabac_init_decoder(), decode_slice(), ff_h264_decode_mb_cabac(), and skip_bytes().