Go to the source code of this file.
◆ SIZE
◆ put_cabac_bit()
◆ renorm_cabac_encoder()
◆ put_cabac()
◆ put_cabac_bypass()
- Parameters
-
bit | 0 -> write zero bit, !=0 write one bit |
Definition at line 81 of file cabac.c.
Referenced by main().
◆ put_cabac_terminate()
- Returns
- the number of bytes written
Definition at line 104 of file cabac.c.
Referenced by main().
◆ init_cabac_encoder()
static void init_cabac_encoder |
( |
CABACTestContext * |
c, |
|
|
uint8_t * |
buf, |
|
|
int |
buf_size |
|
) |
| |
|
static |
- Parameters
-
buf_size | size of buf in bits |
Definition at line 129 of file cabac.c.
Referenced by main().
◆ main()