|
FFmpeg
|
#include "hq_common.h"Go to the source code of this file.
Macros | |
| #define | REPEAT(x) |
| #define | ELEM(_sym, _len) |
| #define | LEN5(sym) |
| #define | LEN4(sym) |
| #define | LEN2(sym) |
Variables | |
| const VLCElem | ff_hq_cbp_vlc [1<< HQ_CBP_VLC_BITS] |
| #define REPEAT | ( | x | ) |
Definition at line 21 of file hq_common.c.
| #define ELEM | ( | _sym, | |
| _len ) |
Definition at line 22 of file hq_common.c.
| #define LEN5 | ( | sym | ) |
Definition at line 23 of file hq_common.c.
| #define LEN4 | ( | sym | ) |
Definition at line 24 of file hq_common.c.
| #define LEN2 | ( | sym | ) |
| const VLCElem ff_hq_cbp_vlc[1<< HQ_CBP_VLC_BITS] |
Definition at line 27 of file hq_common.c.
Referenced by hqa_decode_mb(), hqx_decode_422a(), and hqx_decode_444a().