Libav
|
Go to the source code of this file.
const int8_t ff_vp9_partition_tree[3][2] |
Definition at line 25 of file vp9data.c.
Referenced by decode_subblock().
const uint8_t ff_vp9_default_kf_partition_probs[4][4][3] |
Definition at line 31 of file vp9data.c.
Referenced by decode_subblock().
const int8_t ff_vp9_segmentation_tree[7][2] |
Definition at line 55 of file vp9data.c.
Referenced by decode_mode().
const int8_t ff_vp9_intramode_tree[9][2] |
Definition at line 65 of file vp9data.c.
Referenced by decode_mode().
const uint8_t ff_vp9_default_kf_ymode_probs[10][10][9] |
Definition at line 77 of file vp9data.c.
Referenced by decode_mode().
const uint8_t ff_vp9_default_kf_uvmode_probs[10][9] |
Definition at line 191 of file vp9data.c.
Referenced by decode_mode().
const int8_t ff_vp9_inter_mode_tree[3][2] |
Definition at line 204 of file vp9data.c.
Referenced by decode_mode().
const int8_t ff_vp9_filter_tree[2][2] |
Definition at line 210 of file vp9data.c.
Referenced by decode_mode().
enum FilterMode ff_vp9_filter_lut[3] |
Definition at line 215 of file vp9data.c.
Referenced by decode_mode().
const int16_t ff_vp9_dc_qlookup[256] |
Definition at line 221 of file vp9data.c.
Referenced by decode_frame_header().
const int16_t ff_vp9_ac_qlookup[256] |
Definition at line 256 of file vp9data.c.
Referenced by decode_frame_header().
enum TxfmType ff_vp9_intra_txfm_type[14] |
Definition at line 291 of file vp9data.c.
Referenced by decode_coeffs(), and intra_recon().
const int16_t* ff_vp9_scans[5][4] |
Definition at line 486 of file vp9data.c.
Referenced by decode_coeffs().
const int16_t(*[5][4] ff_vp9_scans_nb)[2] |
Definition at line 1043 of file vp9data.c.
Referenced by decode_coeffs().
const uint8_t ff_vp9_model_pareto8[256][8] |
Definition at line 1062 of file vp9data.c.
Referenced by decode_block_coeffs().
const ProbContext ff_vp9_default_probs |
Definition at line 1321 of file vp9data.c.
Referenced by decode_frame_header().
const uint8_t ff_vp9_default_coef_probs[4][2][2][6][6][3] |
Definition at line 1426 of file vp9data.c.
Referenced by decode_frame_header().
const int8_t ff_vp9_mv_joint_tree[3][2] |
Definition at line 2110 of file vp9data.c.
Referenced by ff_vp9_fill_mv().
const int8_t ff_vp9_mv_class_tree[10][2] |
Definition at line 2116 of file vp9data.c.
Referenced by read_mv_component().
const int8_t ff_vp9_mv_fp_tree[3][2] |
Definition at line 2129 of file vp9data.c.
Referenced by read_mv_component().