|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | LUTState |
Macros | |
| #define | PROCESS_VALS |
Enumerations | |
| enum | { STATE_START = 0 , STATE_FOLLOW = 256 , STATE_DATA = 512 , STATE_SIGN = 768 } |
Functions | |
| int | ff_dirac_golomb_read_16bit (const uint8_t *buf, int bytes, uint8_t *_dst, int coeffs) |
| int | ff_dirac_golomb_read_32bit (const uint8_t *buf, int bytes, uint8_t *_dst, int coeffs) |
Variables | |
| static const LUTState | dirac_golomb_lut [1024] |
| #define PROCESS_VALS |
Definition at line 1075 of file dirac_vlc.c.
Referenced by ff_dirac_golomb_read_16bit(), and ff_dirac_golomb_read_32bit().
| anonymous enum |
| Enumerator | |
|---|---|
| STATE_START | |
| STATE_FOLLOW | |
| STATE_DATA | |
| STATE_SIGN | |
Definition at line 23 of file dirac_vlc.c.
| int ff_dirac_golomb_read_16bit | ( | const uint8_t * | buf, |
| int | bytes, | ||
| uint8_t * | _dst, | ||
| int | coeffs ) |
Definition at line 1095 of file dirac_vlc.c.
Referenced by decode_hq_slice().
| int ff_dirac_golomb_read_32bit | ( | const uint8_t * | buf, |
| int | bytes, | ||
| uint8_t * | _dst, | ||
| int | coeffs ) |
Definition at line 1115 of file dirac_vlc.c.
Referenced by decode_hq_slice().
|
static |
Definition at line 48 of file dirac_vlc.c.
Referenced by ff_dirac_golomb_read_16bit(), and ff_dirac_golomb_read_32bit().