FFmpeg
4.4.5
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | DIRAC_MAX_QUANT_INDEX (FF_ARRAY_ELEMS(ff_dirac_qscale_tab)) |
Variables | |
const uint8_t | ff_dirac_default_qmat [7][4][4] |
const int32_t | ff_dirac_qscale_tab [116] |
const int32_t | ff_dirac_qoffset_intra_tab [120] |
const int | ff_dirac_qoffset_inter_tab [122] |
#define DIRAC_MAX_QUANT_INDEX (FF_ARRAY_ELEMS(ff_dirac_qscale_tab)) |
Definition at line 41 of file diractab.h.
|
extern |
Definition at line 24 of file diractab.c.
Referenced by dirac_unpack_idwt_params(), and init_quant_matrix().
|
extern |
Definition at line 34 of file diractab.c.
Referenced by codeblock(), count_hq_slice(), decode_hq_slice(), decode_subband(), encode_subband(), and vc2_encode_init().
|
extern |
Definition at line 53 of file diractab.c.
Referenced by codeblock(), decode_hq_slice(), and decode_subband().
|
extern |
Definition at line 72 of file diractab.c.
Referenced by codeblock().