|
FFmpeg
|
#include <stdint.h>#include "vlc.h"#include "libavutil/attributes.h"#include "libavutil/macros.h"Go to the source code of this file.
Data Structures | |
| struct | HQXAC |
Macros | |
| #define | HQX_DC_VLC_BITS 9 |
| #define | E(level, run) |
| #define | INIT_DC_TABLE(idx, name) |
Enumerations | |
| enum | HQXACMode { HQX_AC_Q0 = 0 , HQX_AC_Q8 , HQX_AC_Q16 , HQX_AC_Q32 , HQX_AC_Q64 , HQX_AC_Q128 , NUM_HQX_AC } |
Functions | |
| av_unused static av_cold void | hqx_init_static (void) |
Variables | |
| static const uint16_t | dc9_vlc_bits [512] |
| static const uint8_t | dc9_vlc_lens [512] |
| static const uint16_t | dc10_vlc_bits [1024] |
| static const uint8_t | dc10_vlc_lens [1024] |
| static const uint16_t | dc11_vlc_bits [2048] |
| static const uint8_t | dc11_vlc_lens [2048] |
| static HQXAC | hqx_ac [NUM_HQX_AC] |
| static const int16_t | hqx_ac_run_level [] |
| static const uint8_t | hqx_ac_lens [] |
| static const uint16_t | hqx_ac_nb_elems [] = { 815, 907, 512, 354, 257, 194 } |
| static VLCElem | cbp_vlc [896+1344+15630] |
| static const VLCElem * | dc_vlc [2] |
| #define HQX_DC_VLC_BITS 9 |
Definition at line 31 of file hqxvlc.h.
Referenced by decode_block(), and hqx_decode_init().
| #define INIT_DC_TABLE | ( | idx, | |
| name ) |
Definition at line 1526 of file hqxvlc.h.
Referenced by hqx_init_static().
| enum HQXACMode |
Definition at line 1534 of file hqxvlc.h.
Referenced by hqx_decode_init().
|
static |
Definition at line 348 of file hqxvlc.h.
Referenced by hqx_decode_init().
|
static |
Definition at line 607 of file hqxvlc.h.
Referenced by hqx_decode_init().
|
static |
Definition at line 739 of file hqxvlc.h.
Referenced by decode_block(), and hqx_init_static().
|
static |
Definition at line 747 of file hqxvlc.h.
Referenced by hqx_init_static().
|
static |
Definition at line 1339 of file hqxvlc.h.
Referenced by hqx_init_static().
|
static |
Definition at line 1520 of file hqxvlc.h.
Referenced by hqx_init_static().
|
static |
Definition at line 1522 of file hqxvlc.h.
Referenced by hqx_init_static().