FFmpeg
|
Go to the source code of this file.
Functions | |
DECLARE_ASM_ALIGNED (1, const uint8_t, ff_h264_cabac_tables)[512+4 *2 *64+4 *64+63] | |
int | ff_init_cabac_decoder (CABACContext *c, const uint8_t *buf, int buf_size) |
DECLARE_ASM_ALIGNED | ( | 1 | , |
const uint8_t | , | ||
ff_h264_cabac_tables | |||
) |
int ff_init_cabac_decoder | ( | CABACContext * | c, |
const uint8_t * | buf, | ||
int | buf_size | ||
) |
buf_size | size of buf in bits |
Definition at line 162 of file cabac.c.
Referenced by cabac_init_decoder(), decode_slice(), ep_init_cabac_decoder(), ff_h264_decode_mb_cabac(), hls_decode_entry_wpp(), main(), and skip_bytes().