FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | prob_context |
Enumerations | |
enum | MVJoint { MV_JOINT_ZERO, MV_JOINT_H, MV_JOINT_V, MV_JOINT_HV } |
Variables | |
static const int8_t | vp9_partition_tree [3][2] |
static const uint8_t | vp9_default_kf_partition_probs [4][4][3] |
static const int8_t | vp9_segmentation_tree [7][2] |
static const int8_t | vp9_intramode_tree [9][2] |
static const uint8_t | vp9_default_kf_ymode_probs [10][10][9] |
static const uint8_t | vp9_default_kf_uvmode_probs [10][9] |
static const int8_t | vp9_inter_mode_tree [3][2] |
static const int8_t | vp9_filter_tree [2][2] |
static enum FilterMode | vp9_filter_lut [3] |
static const int16_t | vp9_dc_qlookup [3][256] |
static const int16_t | vp9_ac_qlookup [3][256] |
static enum TxfmType | vp9_intra_txfm_type [14] |
static const int16_t | vp9_default_scan_4x4 [16] |
static const int16_t | vp9_col_scan_4x4 [16] |
static const int16_t | vp9_row_scan_4x4 [16] |
static const int16_t | vp9_default_scan_8x8 [64] |
static const int16_t | vp9_col_scan_8x8 [64] |
static const int16_t | vp9_row_scan_8x8 [64] |
static const int16_t | vp9_default_scan_16x16 [256] |
static const int16_t | vp9_col_scan_16x16 [256] |
static const int16_t | vp9_row_scan_16x16 [256] |
static const int16_t | vp9_default_scan_32x32 [1024] |
static const int16_t *const | vp9_scans [5][4] |
static const int16_t | vp9_default_scan_4x4_nb [16][2] |
static const int16_t | vp9_col_scan_4x4_nb [16][2] |
static const int16_t | vp9_row_scan_4x4_nb [16][2] |
static const int16_t | vp9_default_scan_8x8_nb [64][2] |
static const int16_t | vp9_col_scan_8x8_nb [64][2] |
static const int16_t | vp9_row_scan_8x8_nb [64][2] |
static const int16_t | vp9_default_scan_16x16_nb [256][2] |
static const int16_t | vp9_col_scan_16x16_nb [256][2] |
static const int16_t | vp9_row_scan_16x16_nb [256][2] |
static const int16_t | vp9_default_scan_32x32_nb [1024][2] |
static const int16_t(*const [5][4] | vp9_scans_nb )[2] |
static const uint8_t | vp9_model_pareto8 [256][8] |
static const prob_context | vp9_default_probs |
static const uint8_t | vp9_default_coef_probs [4][2][2][6][6][3] |
static const int8_t | vp9_mv_joint_tree [3][2] |
static const int8_t | vp9_mv_class_tree [10][2] |
static const int8_t | vp9_mv_fp_tree [3][2] |
enum MVJoint |
|
static |
Definition at line 29 of file vp9data.h.
Referenced by decode_sb().
|
static |
Definition at line 35 of file vp9data.h.
Referenced by decode_sb().
|
static |
Definition at line 59 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 69 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 81 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 195 of file vp9data.h.
Referenced by decode_mode().
|
static |
|
static |
Definition at line 214 of file vp9data.h.
Referenced by decode_mode().
|
static |
|
static |
Definition at line 225 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
Definition at line 328 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
Definition at line 431 of file vp9data.h.
Referenced by intra_recon().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 594 of file vp9data.h.
Referenced by copy_subcoefs(), and decode_coeffs().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1151 of file vp9data.h.
Referenced by decode_coeffs().
|
static |
Definition at line 1170 of file vp9data.h.
Referenced by decode_coeffs_b_generic().
|
static |
Definition at line 1456 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
Definition at line 1561 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
Definition at line 2252 of file vp9data.h.
Referenced by fill_mv().
|
static |
Definition at line 2258 of file vp9data.h.
Referenced by read_mv_component().
|
static |
Definition at line 2271 of file vp9data.h.
Referenced by read_mv_component().