FFmpeg
|
#include "hq_hqa.h"
Go to the source code of this file.
Macros | |
#define | MAT_SIZE 64 |
Functions | |
av_cold int | ff_hq_init_vlcs (HQContext *c) |
Variables | |
static const uint8_t | cbp_vlc_bits [16] |
static const uint8_t | cbp_vlc_lens [16] |
static const int32_t | qmat00 [MAT_SIZE] |
static const int32_t | qmat01 [MAT_SIZE] |
static const int32_t | qmat02 [MAT_SIZE] |
static const int32_t | qmat03 [MAT_SIZE] |
static const int32_t | qmat04 [MAT_SIZE] |
static const int32_t | qmat05 [MAT_SIZE] |
static const int32_t | qmat06 [MAT_SIZE] |
static const int32_t | qmat07 [MAT_SIZE] |
static const int32_t | qmat08 [MAT_SIZE] |
static const int32_t | qmat09 [MAT_SIZE] |
static const int32_t | qmat0A [MAT_SIZE] |
static const int32_t | qmat0B [MAT_SIZE] |
static const int32_t | qmat0C [MAT_SIZE] |
static const int32_t | qmat0D [MAT_SIZE] |
static const int32_t | qmat0E [MAT_SIZE] |
static const int32_t | qmat0F [MAT_SIZE] |
static const int32_t | qmat10 [MAT_SIZE] |
static const int32_t | qmat11 [MAT_SIZE] |
static const int32_t | qmat12 [MAT_SIZE] |
static const int32_t | qmat13 [MAT_SIZE] |
static const int32_t | qmat14 [MAT_SIZE] |
static const int32_t | qmat15 [MAT_SIZE] |
static const int32_t | qmat16 [MAT_SIZE] |
static const int32_t | qmat17 [MAT_SIZE] |
static const int32_t | qmat18 [MAT_SIZE] |
static const int32_t | qmat19 [MAT_SIZE] |
static const int32_t | qmat1A [MAT_SIZE] |
static const int32_t | qmat1B [MAT_SIZE] |
static const int32_t | qmat1C [MAT_SIZE] |
static const int32_t | qmat1D [MAT_SIZE] |
static const int32_t | qmat1E [MAT_SIZE] |
static const int32_t | qmat1F [MAT_SIZE] |
static const int32_t | qmat20 [MAT_SIZE] |
static const int32_t | qmat21 [MAT_SIZE] |
static const int32_t | qmat22 [MAT_SIZE] |
static const int32_t | qmat23 [MAT_SIZE] |
static const int32_t | qmat24 [MAT_SIZE] |
static const int32_t | qmat25 [MAT_SIZE] |
static const int32_t | qmat26 [MAT_SIZE] |
static const int32_t | qmat27 [MAT_SIZE] |
static const int32_t | qmat28 [MAT_SIZE] |
static const int32_t | qmat29 [MAT_SIZE] |
static const int32_t | qmat2A [MAT_SIZE] |
static const int32_t | qmat2B [MAT_SIZE] |
static const int32_t | qmat2C [MAT_SIZE] |
static const int32_t | qmat2D [MAT_SIZE] |
static const int32_t | qmat2E [MAT_SIZE] |
static const int32_t | qmat2F [MAT_SIZE] |
static const int32_t | qmat30 [MAT_SIZE] |
static const int32_t | qmat31 [MAT_SIZE] |
static const int32_t | qmat32 [MAT_SIZE] |
static const int32_t | qmat33 [MAT_SIZE] |
static const int32_t | qmat34 [MAT_SIZE] |
static const int32_t | qmat35 [MAT_SIZE] |
static const int32_t | qmat36 [MAT_SIZE] |
static const int32_t | qmat37 [MAT_SIZE] |
static const int32_t | qmat38 [MAT_SIZE] |
static const int32_t | qmat39 [MAT_SIZE] |
static const int32_t | qmat3A [MAT_SIZE] |
static const int32_t | qmat3B [MAT_SIZE] |
static const int32_t | qmat3C [MAT_SIZE] |
static const int32_t | qmat3D [MAT_SIZE] |
static const int32_t | qmat3E [MAT_SIZE] |
static const int32_t | qmat3F [MAT_SIZE] |
static const int32_t | qmat40 [MAT_SIZE] |
static const int32_t | qmat41 [MAT_SIZE] |
static const int32_t | qmat42 [MAT_SIZE] |
static const int32_t | qmat43 [MAT_SIZE] |
static const int32_t | qmat44 [MAT_SIZE] |
static const int32_t | qmat45 [MAT_SIZE] |
static const int32_t | qmat46 [MAT_SIZE] |
static const int32_t | qmat47 [MAT_SIZE] |
static const int32_t | qmat48 [MAT_SIZE] |
static const int32_t | qmat49 [MAT_SIZE] |
static const int32_t | qmat4A [MAT_SIZE] |
static const int32_t | qmat4B [MAT_SIZE] |
static const int32_t | qmat4C [MAT_SIZE] |
static const int32_t | qmat4D [MAT_SIZE] |
const int32_t *const | ff_hq_quants [NUM_HQ_QUANTS][2][4] |
static const uint8_t | hq_ac_bits [NUM_HQ_AC_ENTRIES] |
static const uint16_t | hq_ac_codes [NUM_HQ_AC_ENTRIES] |
const uint8_t | ff_hq_ac_skips [NUM_HQ_AC_ENTRIES] |
const int16_t | ff_hq_ac_syms [NUM_HQ_AC_ENTRIES] |
static const uint8_t | hq_tab_01 [] |
static const uint8_t | hq_tab_02 [] |
static const uint8_t | hq_tab_03 [] |
static const uint8_t | hq_tab_04 [] |
static const uint8_t | hq_tab_05 [] |
static const uint8_t | hq_tab_06 [] |
static const uint8_t | hq_tab_07 [] |
static const uint8_t | hq_tab_08 [] |
static const uint8_t | hq_tab_09 [] |
static const uint8_t | hq_tab_10 [] |
static const uint8_t | hq_tab_11 [] |
static const uint8_t | hq_tab_12 [] |
static const uint8_t | hq_tab_13 [] |
static const uint8_t | hq_tab_14 [] |
static const uint8_t | hq_tab_15 [] |
static const uint8_t | hq_tab_16 [] |
static const uint8_t | hq_tab_17 [] |
static const uint8_t | hq_tab_18 [] |
static const uint8_t | hq_tab_19 [] |
static const uint8_t | hq_tab_20 [] |
static const uint8_t | hq_tab_21 [] |
const HQProfile | ff_hq_profile [NUM_HQ_PROFILES] |
#define MAT_SIZE 64 |
Definition at line 23 of file hq_hqadata.c.
Definition at line 8368 of file hq_hqadata.c.
Referenced by hq_hqa_decode_init().
|
static |
Definition at line 25 of file hq_hqadata.c.
Referenced by ff_hq_init_vlcs().
|
static |
Definition at line 30 of file hq_hqadata.c.
Referenced by ff_hq_init_vlcs().
Definition at line 34 of file hq_hqadata.c.
Definition at line 48 of file hq_hqadata.c.
Definition at line 62 of file hq_hqadata.c.
Definition at line 76 of file hq_hqadata.c.
Definition at line 90 of file hq_hqadata.c.
Definition at line 104 of file hq_hqadata.c.
Definition at line 118 of file hq_hqadata.c.
Definition at line 132 of file hq_hqadata.c.
Definition at line 146 of file hq_hqadata.c.
Definition at line 160 of file hq_hqadata.c.
Definition at line 174 of file hq_hqadata.c.
Definition at line 188 of file hq_hqadata.c.
Definition at line 202 of file hq_hqadata.c.
Definition at line 216 of file hq_hqadata.c.
Definition at line 230 of file hq_hqadata.c.
Definition at line 244 of file hq_hqadata.c.
Definition at line 258 of file hq_hqadata.c.
Definition at line 272 of file hq_hqadata.c.
Definition at line 286 of file hq_hqadata.c.
Definition at line 300 of file hq_hqadata.c.
Definition at line 314 of file hq_hqadata.c.
Definition at line 328 of file hq_hqadata.c.
Definition at line 342 of file hq_hqadata.c.
Referenced by ff_convert_matrix().
Definition at line 356 of file hq_hqadata.c.
Definition at line 370 of file hq_hqadata.c.
Definition at line 384 of file hq_hqadata.c.
Definition at line 398 of file hq_hqadata.c.
Definition at line 412 of file hq_hqadata.c.
Definition at line 426 of file hq_hqadata.c.
Definition at line 440 of file hq_hqadata.c.
Definition at line 454 of file hq_hqadata.c.
Definition at line 468 of file hq_hqadata.c.
Definition at line 482 of file hq_hqadata.c.
Definition at line 496 of file hq_hqadata.c.
Definition at line 510 of file hq_hqadata.c.
Definition at line 524 of file hq_hqadata.c.
Definition at line 538 of file hq_hqadata.c.
Definition at line 552 of file hq_hqadata.c.
Definition at line 566 of file hq_hqadata.c.
Definition at line 580 of file hq_hqadata.c.
Definition at line 594 of file hq_hqadata.c.
Definition at line 608 of file hq_hqadata.c.
Definition at line 622 of file hq_hqadata.c.
Definition at line 636 of file hq_hqadata.c.
Definition at line 650 of file hq_hqadata.c.
Definition at line 664 of file hq_hqadata.c.
Definition at line 678 of file hq_hqadata.c.
Definition at line 692 of file hq_hqadata.c.
Definition at line 706 of file hq_hqadata.c.
Definition at line 720 of file hq_hqadata.c.
Definition at line 734 of file hq_hqadata.c.
Definition at line 748 of file hq_hqadata.c.
Definition at line 762 of file hq_hqadata.c.
Definition at line 776 of file hq_hqadata.c.
Definition at line 790 of file hq_hqadata.c.
Definition at line 804 of file hq_hqadata.c.
Definition at line 818 of file hq_hqadata.c.
Definition at line 832 of file hq_hqadata.c.
Definition at line 846 of file hq_hqadata.c.
Definition at line 860 of file hq_hqadata.c.
Definition at line 874 of file hq_hqadata.c.
Definition at line 888 of file hq_hqadata.c.
Definition at line 902 of file hq_hqadata.c.
Definition at line 916 of file hq_hqadata.c.
Definition at line 930 of file hq_hqadata.c.
Definition at line 944 of file hq_hqadata.c.
Definition at line 958 of file hq_hqadata.c.
Definition at line 972 of file hq_hqadata.c.
Definition at line 986 of file hq_hqadata.c.
Definition at line 1000 of file hq_hqadata.c.
Definition at line 1014 of file hq_hqadata.c.
Definition at line 1028 of file hq_hqadata.c.
Definition at line 1042 of file hq_hqadata.c.
Definition at line 1056 of file hq_hqadata.c.
Definition at line 1070 of file hq_hqadata.c.
Definition at line 1084 of file hq_hqadata.c.
Definition at line 1098 of file hq_hqadata.c.
Definition at line 1112 of file hq_hqadata.c.
const int32_t* const ff_hq_quants[NUM_HQ_QUANTS][2][4] |
|
static |
Definition at line 1145 of file hq_hqadata.c.
Referenced by ff_hq_init_vlcs().
|
static |
Definition at line 1195 of file hq_hqadata.c.
Referenced by ff_hq_init_vlcs().
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().
|
static |
Definition at line 1440 of file hq_hqadata.c.
|
static |
Definition at line 1623 of file hq_hqadata.c.
|
static |
Definition at line 1813 of file hq_hqadata.c.
|
static |
Definition at line 2032 of file hq_hqadata.c.
|
static |
Definition at line 2395 of file hq_hqadata.c.
|
static |
Definition at line 2878 of file hq_hqadata.c.
|
static |
Definition at line 3607 of file hq_hqadata.c.
|
static |
Definition at line 4426 of file hq_hqadata.c.
|
static |
Definition at line 5518 of file hq_hqadata.c.
|
static |
Definition at line 5681 of file hq_hqadata.c.
|
static |
Definition at line 5724 of file hq_hqadata.c.
|
static |
Definition at line 5738 of file hq_hqadata.c.
|
static |
Definition at line 5995 of file hq_hqadata.c.
|
static |
Definition at line 6086 of file hq_hqadata.c.
|
static |
Definition at line 6133 of file hq_hqadata.c.
|
static |
Definition at line 6189 of file hq_hqadata.c.
|
static |
Definition at line 6206 of file hq_hqadata.c.
|
static |
Definition at line 6892 of file hq_hqadata.c.
|
static |
Definition at line 7535 of file hq_hqadata.c.
|
static |
Definition at line 7948 of file hq_hqadata.c.
|
static |
Definition at line 8127 of file hq_hqadata.c.
const HQProfile ff_hq_profile[NUM_HQ_PROFILES] |
Definition at line 8343 of file hq_hqadata.c.
Referenced by hq_decode_frame().