FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | prob_context |
Enumerations | |
enum | BlockPartition { PARTITION_NONE, PARTITION_H, PARTITION_V, PARTITION_SPLIT } |
enum | InterPredMode { NEARESTMV = 10, NEARMV = 11, ZEROMV = 12, NEWMV = 13 } |
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 [256] |
static const int16_t | vp9_ac_qlookup [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 BlockPartition |
enum InterPredMode |
enum MVJoint |
|
static |
Definition at line 36 of file vp9data.h.
Referenced by decode_sb().
|
static |
Definition at line 42 of file vp9data.h.
Referenced by decode_sb().
|
static |
Definition at line 66 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 76 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 88 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 202 of file vp9data.h.
Referenced by decode_mode().
|
static |
|
static |
Definition at line 228 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 233 of file vp9data.h.
Referenced by decode_mode().
|
static |
Definition at line 239 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
Definition at line 274 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
Definition at line 309 of file vp9data.h.
Referenced by intra_recon().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 472 of file vp9data.h.
Referenced by decode_coeffs().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1029 of file vp9data.h.
Referenced by decode_coeffs().
|
static |
Definition at line 1048 of file vp9data.h.
Referenced by decode_coeffs_b_generic().
|
static |
Definition at line 1334 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
Definition at line 1439 of file vp9data.h.
Referenced by decode_frame_header().
|
static |
|
static |
Definition at line 2136 of file vp9data.h.
Referenced by read_mv_component().
|
static |
Definition at line 2149 of file vp9data.h.
Referenced by read_mv_component().