| FFmpeg
    | 
#include <stdint.h>#include "libavutil/mem_internal.h"#include "avcodec.h"#include "bytestream.h"#include "hq_hqadsp.h"#include "vlc.h"Go to the source code of this file.
| Data Structures | |
| struct | HQContext | 
| struct | HQProfile | 
| Macros | |
| #define | NUM_HQ_AC_ENTRIES 746 | 
| #define | NUM_HQ_PROFILES 22 | 
| #define | NUM_HQ_QUANTS 16 | 
| Functions | |
| int | ff_hq_init_vlcs (HQContext *c) | 
| Variables | |
| const int32_t *const | ff_hq_quants [16][2][4] | 
| const HQProfile | ff_hq_profile [NUM_HQ_PROFILES] | 
| const uint8_t | ff_hq_ac_skips [NUM_HQ_AC_ENTRIES] | 
| const int16_t | ff_hq_ac_syms [NUM_HQ_AC_ENTRIES] | 
Definition at line 8368 of file hq_hqadata.c.
Referenced by hq_hqa_decode_init().
| const int32_t* const ff_hq_quants[16][2][4] | 
Definition at line 1126 of file hq_hqadata.c.
Referenced by hq_decode_block().
| const HQProfile ff_hq_profile[NUM_HQ_PROFILES] | 
Definition at line 8343 of file hq_hqadata.c.
Referenced by hq_decode_frame().
| const uint8_t ff_hq_ac_skips[NUM_HQ_AC_ENTRIES] | 
Definition at line 1292 of file hq_hqadata.c.
Referenced by hq_decode_block().
| const int16_t ff_hq_ac_syms[NUM_HQ_AC_ENTRIES] | 
Definition at line 1342 of file hq_hqadata.c.
Referenced by hq_decode_block().
 1.8.17
 1.8.17