| FFmpeg
    | 
VP8 compatible video decoder. More...
Go to the source code of this file.
| Variables | |
| 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 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] = { 2, 2, 4, 16 } | 
| static const uint8_t | vp8_mbsplit_prob [3] = { 110, 111, 150 } | 
| static const uint8_t | vp8_submv_prob [5][3] | 
| static const uint8_t | vp8_pred16x16_prob_intra [4] = { 145, 156, 163, 128 } | 
| static const uint8_t | vp8_pred16x16_prob_inter [4] = { 112, 86, 140, 37 } | 
| 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] = { 142, 114, 183 } | 
| static const uint8_t | vp8_pred8x8c_prob_inter [3] = { 162, 101, 204 } | 
| static const uint8_t | vp8_pred4x4_prob_inter [9] | 
| static const uint8_t | vp8_pred4x4_prob_intra [10][10][9] | 
| static const int8_t | vp8_segmentid_tree [][2] | 
| 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 [] = { 159, 0 } | 
| static const uint8_t | vp8_dct_cat2_prob [] = { 165, 145, 0 } | 
| static const uint8_t | vp8_dct_cat3_prob [] = { 173, 148, 140, 0 } | 
| static const uint8_t | vp8_dct_cat4_prob [] = { 176, 155, 140, 135, 0 } | 
| static const uint8_t | vp8_dct_cat5_prob [] = { 180, 157, 141, 134, 130, 0 } | 
| static const uint8_t | vp8_dct_cat6_prob [] = { 254, 254, 243, 230, 196, 177, 153, 140, 133, 130, 129, 0 } | 
| 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 | zigzag_scan [16] | 
| 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 | vp8_mv_default_prob [2][19] | 
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 41 of file vp8data.h.
Referenced by decode_mb_mode().
| 
 | static | 
Definition at line 49 of file vp8data.h.
Referenced by decode_mb_mode().
| 
 | static | 
Definition at line 57 of file vp8data.h.
Referenced by decode_mvs().
| 
 | static | 
Definition at line 66 of file vp8data.h.
Referenced by decode_splitmvs().
| 
 | static | 
Definition at line 79 of file vp8data.h.
Referenced by decode_splitmvs().
| 
 | static | 
Definition at line 85 of file vp8data.h.
Referenced by decode_splitmvs().
| 
 | static | 
Definition at line 86 of file vp8data.h.
Referenced by decode_splitmvs().
| 
 | static | 
Definition at line 88 of file vp8data.h.
Referenced by get_submv_prob().
| 
 | static | 
Definition at line 96 of file vp8data.h.
Referenced by decode_mb_mode().
| 
 | static | 
Definition at line 97 of file vp8data.h.
Referenced by decode_frame_header().
| 
 | static | 
Definition at line 99 of file vp8data.h.
Referenced by decode_intra4x4_modes().
| 
 | static | 
Definition at line 112 of file vp8data.h.
Referenced by decode_mb_mode().
| 
 | static | 
Definition at line 119 of file vp8data.h.
Referenced by decode_mb_mode().
| 
 | static | 
Definition at line 120 of file vp8data.h.
Referenced by decode_frame_header().
| 
 | static | 
Definition at line 122 of file vp8data.h.
Referenced by decode_intra4x4_modes().
| 
 | static | 
Definition at line 127 of file vp8data.h.
Referenced by decode_intra4x4_modes().
| 
 | static | 
| 
 | static | 
Definition at line 258 of file vp8data.h.
Referenced by decode_frame_header().
| 
 | static | 
Definition at line 265 of file vp8data.h.
Referenced by decode_frame_header().
| 
 | static | 
Definition at line 277 of file vp8data.h.
Referenced by decode_block_coeffs_internal().
| 
 | static | 
Definition at line 278 of file vp8data.h.
Referenced by decode_block_coeffs_internal().
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| const uint8_t* const ff_vp8_dct_cat_prob[] | 
Definition at line 285 of file vp8data.h.
Referenced by decode_block_coeffs_internal().
| 
 | static | 
Definition at line 293 of file vp8data.h.
Referenced by decode_frame_header().
| 
 | static | 
Definition at line 465 of file vp8data.h.
Referenced by decode_frame_header().
| 
 | static | 
| 
 | static | 
Definition at line 645 of file vp8data.h.
Referenced by get_quants().
| 
 | static | 
Definition at line 657 of file vp8data.h.
Referenced by get_quants().
| 
 | static | 
Definition at line 669 of file vp8data.h.
Referenced by decode_frame_header().
| 
 | static | 
Definition at line 680 of file vp8data.h.
Referenced by decode_frame_header().
 1.8.2
 1.8.2