FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | VP7MVPred |
Macros | |
#define | VP7_MV_PRED_COUNT 12 |
Variables | |
static const uint8_t | vp7_pred4x4_mode [] |
static const uint8_t | vp8_pred4x4_mode [] |
static const int8_t | vp8_pred16x16_tree_intra [4][2] |
static const int8_t | vp8_pred16x16_tree_inter [4][2] |
static const VP7MVPred | vp7_mv_pred [VP7_MV_PRED_COUNT] |
static const int | vp7_mode_contexts [31][4] |
static const int | vp8_mode_contexts [6][4] |
static const uint8_t | vp8_mbsplits [5][16] |
static const uint8_t | vp8_mbfirstidx [4][16] |
static const uint8_t | vp8_mbsplit_count [4] |
static const uint8_t | vp8_mbsplit_prob [3] |
static const uint8_t | vp7_submv_prob [3] |
static const uint8_t | vp8_submv_prob [5][3] |
static const uint8_t | vp8_pred16x16_prob_intra [4] |
static const uint8_t | vp8_pred16x16_prob_inter [4] |
static const int8_t | vp8_pred4x4_tree [9][2] |
static const int8_t | vp8_pred8x8c_tree [3][2] |
static const uint8_t | vp8_pred8x8c_prob_intra [3] |
static const uint8_t | vp8_pred8x8c_prob_inter [3] |
static const uint8_t | vp8_pred4x4_prob_inter [9] |
static const uint8_t | vp8_pred4x4_prob_intra [10][10][9] |
static const uint8_t | vp8_coeff_band [16] |
static const int8_t | vp8_coeff_band_indexes [8][10] |
static const uint8_t | vp8_dct_cat1_prob [] |
static const uint8_t | vp8_dct_cat2_prob [] |
const uint8_t *const | ff_vp8_dct_cat_prob [] |
static const uint8_t | vp8_token_default_probs [4][8][3][NUM_DCT_TOKENS - 1] |
static const uint8_t | vp8_token_update_probs [4][8][3][NUM_DCT_TOKENS - 1] |
static const uint8_t | vp8_dc_qlookup [VP8_MAX_QUANT+1] |
static const uint16_t | vp8_ac_qlookup [VP8_MAX_QUANT+1] |
static const uint8_t | vp8_mv_update_prob [2][19] |
static const uint8_t | vp7_mv_default_prob [2][17] |
static const uint8_t | vp8_mv_default_prob [2][19] |
static const uint8_t | vp7_feature_value_size [2][4] |
static const int8_t | vp7_feature_index_tree [4][2] |
static const uint16_t | vp7_ydc_qlookup [] |
static const uint16_t | vp7_yac_qlookup [] |
static const uint16_t | vp7_y2dc_qlookup [] |
static const uint16_t | vp7_y2ac_qlookup [] |
VP8 compatible video decoder
Definition in file vp8data.h.
|
static |
Definition at line 33 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 40 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 47 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 54 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 69 of file vp8data.h.
Referenced by vp7_decode_mvs().
|
static |
Definition at line 84 of file vp8data.h.
Referenced by vp7_decode_mvs().
|
static |
Definition at line 118 of file vp8data.h.
Referenced by vp8_decode_mvs().
|
static |
Definition at line 127 of file vp8data.h.
Referenced by decode_splitmvs(), and get_bmv_ptr().
|
static |
Definition at line 135 of file vp8data.h.
Referenced by decode_splitmvs().
|
static |
Definition at line 142 of file vp8data.h.
Referenced by decode_splitmvs().
|
static |
Definition at line 145 of file vp8data.h.
Referenced by decode_splitmvs().
|
static |
Definition at line 149 of file vp8data.h.
Referenced by get_submv_prob().
|
static |
Definition at line 153 of file vp8data.h.
Referenced by get_submv_prob().
|
static |
Definition at line 161 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 164 of file vp8data.h.
Referenced by vp7_decode_frame_header(), and vp8_decode_frame_header().
|
static |
Definition at line 168 of file vp8data.h.
Referenced by decode_intra4x4_modes().
|
static |
Definition at line 180 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 186 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 189 of file vp8data.h.
Referenced by vp7_decode_frame_header(), and vp8_decode_frame_header().
|
static |
Definition at line 192 of file vp8data.h.
Referenced by decode_intra4x4_modes().
|
static |
Definition at line 196 of file vp8data.h.
Referenced by decode_intra4x4_modes().
|
static |
Definition at line 319 of file vp8data.h.
Referenced by vp78_reset_probability_tables().
|
static |
Definition at line 325 of file vp8data.h.
Referenced by vp78_update_probability_tables().
|
static |
Definition at line 336 of file vp8data.h.
Referenced by decode_block_coeffs_internal().
|
static |
Definition at line 339 of file vp8data.h.
Referenced by decode_block_coeffs_internal().
const uint8_t* const ff_vp8_dct_cat_prob[] |
Definition at line 36 of file vp8data.c.
Referenced by decode_block_coeffs_internal().
|
static |
Definition at line 345 of file vp8data.h.
Referenced by vp78_reset_probability_tables().
|
static |
Definition at line 516 of file vp8data.h.
Referenced by vp78_update_probability_tables().
|
static |
Definition at line 687 of file vp8data.h.
Referenced by vp8_get_quants().
|
static |
Definition at line 698 of file vp8data.h.
Referenced by vp8_get_quants().
|
static |
Definition at line 709 of file vp8data.h.
Referenced by vp78_update_pred16x16_pred8x8_mvc_probabilities().
|
static |
Definition at line 720 of file vp8data.h.
Referenced by vp7_decode_frame_header().
|
static |
Definition at line 731 of file vp8data.h.
Referenced by vp8_decode_frame_header().
|
static |
Definition at line 742 of file vp8data.h.
Referenced by vp7_decode_frame_header().
|
static |
Definition at line 747 of file vp8data.h.
Referenced by decode_mb_mode().
|
static |
Definition at line 754 of file vp8data.h.
Referenced by vp7_get_quants().
|
static |
Definition at line 766 of file vp8data.h.
Referenced by vp7_get_quants().
|
static |
Definition at line 779 of file vp8data.h.
Referenced by vp7_get_quants().
|
static |
Definition at line 792 of file vp8data.h.
Referenced by vp7_get_quants().