FFmpeg
|
#include "dirac_vlc.h"
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 | |
const LUTState | ff_dirac_golomb_lut [1024] |
#define PROCESS_VALS |
Definition at line 1073 of file dirac_vlc.c.
anonymous enum |
Enumerator | |
---|---|
STATE_START | |
STATE_FOLLOW | |
STATE_DATA | |
STATE_SIGN |
Definition at line 21 of file dirac_vlc.c.
Definition at line 1093 of file dirac_vlc.c.
Referenced by decode_hq_slice().
Definition at line 1113 of file dirac_vlc.c.
Referenced by decode_hq_slice().
const LUTState ff_dirac_golomb_lut[1024] |
Definition at line 46 of file dirac_vlc.c.
Referenced by ff_dirac_golomb_read_16bit(), and ff_dirac_golomb_read_32bit().