FFmpeg
|
#include "diractab.h"
Go to the source code of this file.
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] |
const uint8_t ff_dirac_default_qmat[7][4][4] |
Definition at line 24 of file diractab.c.
Referenced by dirac_unpack_idwt_params(), and init_quant_matrix().
const int32_t ff_dirac_qscale_tab[116] |
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().
const int32_t ff_dirac_qoffset_intra_tab[120] |
Definition at line 53 of file diractab.c.
Referenced by codeblock(), decode_hq_slice(), and decode_subband().
const int ff_dirac_qoffset_inter_tab[122] |
Definition at line 72 of file diractab.c.
Referenced by codeblock().