FFmpeg
|
Go to the source code of this file.
const uint8_t ff_vp9_bwh_tab[2][N_BS_SIZES][2] |
Definition at line 25 of file vp9data.c.
Referenced by decode_coeffs(), decode_mode(), ff_vp9_decode_block(), inter_pred(), inter_recon(), and intra_recon().
const int8_t ff_vp9_partition_tree[3][2] |
Definition at line 35 of file vp9data.c.
Referenced by decode_sb().
const uint8_t ff_vp9_default_kf_partition_probs[4][4][3] |
Definition at line 41 of file vp9data.c.
Referenced by decode_sb().
const int8_t ff_vp9_segmentation_tree[7][2] |
Definition at line 65 of file vp9data.c.
Referenced by decode_mode().
const int8_t ff_vp9_intramode_tree[9][2] |
Definition at line 75 of file vp9data.c.
Referenced by decode_mode().
const uint8_t ff_vp9_default_kf_ymode_probs[10][10][9] |
Definition at line 87 of file vp9data.c.
Referenced by decode_mode().
const uint8_t ff_vp9_default_kf_uvmode_probs[10][9] |
Definition at line 201 of file vp9data.c.
Referenced by decode_mode().
const int8_t ff_vp9_inter_mode_tree[3][2] |
Definition at line 214 of file vp9data.c.
Referenced by decode_mode().
const int8_t ff_vp9_filter_tree[2][2] |
Definition at line 220 of file vp9data.c.
Referenced by decode_mode().
enum FilterMode ff_vp9_filter_lut[3] |
Definition at line 225 of file vp9data.c.
Referenced by decode_mode().
const int16_t ff_vp9_dc_qlookup[3][256] |
Definition at line 231 of file vp9data.c.
Referenced by decode_frame_header().
const int16_t ff_vp9_ac_qlookup[3][256] |
Definition at line 334 of file vp9data.c.
Referenced by decode_frame_header().
enum TxfmType ff_vp9_intra_txfm_type[14] |
Definition at line 437 of file vp9data.c.
Referenced by intra_recon().
const int16_t* const ff_vp9_scans[5][4] |
Definition at line 600 of file vp9data.c.
Referenced by copy_subcoefs(), and decode_coeffs().
const int16_t(* const[5][4] ff_vp9_scans_nb)[2] |
Definition at line 1157 of file vp9data.c.
Referenced by decode_coeffs().
const uint8_t ff_vp9_model_pareto8[256][8] |
Definition at line 1176 of file vp9data.c.
Referenced by decode_frame_header().
const ProbContext ff_vp9_default_probs |
Definition at line 1435 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 1540 of file vp9data.c.
Referenced by decode_frame_header().
const int8_t ff_vp9_mv_joint_tree[3][2] |
Definition at line 2224 of file vp9data.c.
Referenced by ff_vp9_fill_mv().
const int8_t ff_vp9_mv_class_tree[10][2] |
Definition at line 2230 of file vp9data.c.
Referenced by read_mv_component().
const int8_t ff_vp9_mv_fp_tree[3][2] |
Definition at line 2243 of file vp9data.c.
Referenced by read_mv_component().