FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes_internal.h"
#include "libavutil/rational.h"
#include "vlc.h"
Go to the source code of this file.
Variables | |
const FF_VISIBILITY_PUSH_HIDDEN int | ff_vc1_ttblk_to_tt [3][8] |
Table for conversion between TTBLK and TTMB. More... | |
const int | ff_vc1_ttfrm_to_tt [4] |
const uint8_t | ff_vc1_mv_pmode_table [2][5] |
MV P mode - the 5th element is only used for mode 1. More... | |
const uint8_t | ff_vc1_mv_pmode_table2 [2][4] |
const int | ff_vc1_fps_nr [7] |
const int | ff_vc1_fps_dr [2] |
const uint8_t | ff_vc1_pquant_table [3][32] |
const uint8_t | ff_vc1_mbmode_intfrp [2][15][4] |
VC-1 tables.
Definition in file vc1data.h.
const FF_VISIBILITY_PUSH_HIDDEN int ff_vc1_ttblk_to_tt[3][8] |
Table for conversion between TTBLK and TTMB.
Definition at line 34 of file vc1data.c.
Referenced by vc1_decode_p_block().
const int ff_vc1_ttfrm_to_tt[4] |
Definition at line 40 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header(), and ff_vc1_parse_frame_header_adv().
const uint8_t ff_vc1_mv_pmode_table[2][5] |
MV P mode - the 5th element is only used for mode 1.
Definition at line 43 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header(), and ff_vc1_parse_frame_header_adv().
const uint8_t ff_vc1_mv_pmode_table2[2][4] |
Definition at line 47 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header(), and ff_vc1_parse_frame_header_adv().
const int ff_vc1_fps_nr[7] |
Definition at line 87 of file vc1data.c.
Referenced by decode_sequence_header_adv().
const uint8_t ff_vc1_pquant_table[3][32] |
Definition at line 89 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header(), and ff_vc1_parse_frame_header_adv().
const uint8_t ff_vc1_mbmode_intfrp[2][15][4] |
Definition at line 53 of file vc1data.c.
Referenced by vc1_decode_b_mb_intfr(), and vc1_decode_p_mb_intfr().
VLC ff_vc1_imode_vlc |
Definition at line 105 of file vc1data.c.
Referenced by bitplane_decoding(), and vc1_init_static().
VLC ff_vc1_norm2_vlc |
Definition at line 106 of file vc1data.c.
Referenced by bitplane_decoding(), and vc1_init_static().
VLC ff_vc1_norm6_vlc |
Definition at line 107 of file vc1data.c.
Referenced by bitplane_decoding(), and vc1_init_static().
VLC ff_vc1_ttmb_vlc[3] |
Definition at line 109 of file vc1data.c.
Referenced by vc1_decode_b_mb(), vc1_decode_b_mb_intfi(), vc1_decode_b_mb_intfr(), vc1_decode_p_mb(), vc1_decode_p_mb_intfi(), vc1_decode_p_mb_intfr(), and vc1_init_static().
VLC ff_vc1_mv_diff_vlc[4] |
Definition at line 110 of file vc1data.c.
Referenced by vc1_init_static().
VLC ff_vc1_cbpcy_p_vlc[4] |
Definition at line 111 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header(), ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_icbpcy_vlc[8] |
Definition at line 112 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_4mv_block_pattern_vlc[4] |
Definition at line 113 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_2mv_block_pattern_vlc[4] |
Definition at line 114 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_ttblk_vlc[3] |
Definition at line 115 of file vc1data.c.
Referenced by vc1_decode_p_block(), and vc1_init_static().
VLC ff_vc1_subblkpat_vlc[3] |
Definition at line 116 of file vc1data.c.
Referenced by vc1_decode_p_block(), and vc1_init_static().
VLC ff_vc1_intfr_4mv_mbmode_vlc[4] |
Definition at line 117 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_intfr_non4mv_mbmode_vlc[4] |
Definition at line 118 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_if_mmv_mbmode_vlc[8] |
Definition at line 119 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_if_1mv_mbmode_vlc[8] |
Definition at line 120 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_1ref_mvdata_vlc[4] |
Definition at line 121 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_2ref_mvdata_vlc[8] |
Definition at line 122 of file vc1data.c.
Referenced by ff_vc1_parse_frame_header_adv(), and vc1_init_static().
VLC ff_vc1_ac_coeff_table[8] |
Definition at line 124 of file vc1data.c.
Referenced by vc1_decode_ac_coeff(), and vc1_init_static().
const int16_t ff_vc1_bfraction_lut[23] |
Definition at line 142 of file vc1data.c.
Referenced by read_bfraction().
const AVRational ff_vc1_pixel_aspect[16] |
Definition at line 154 of file vc1data.c.
Referenced by decode_sequence_header_adv().
const uint8_t ff_wmv3_dc_scale_table[32] |
Definition at line 173 of file vc1data.c.
Referenced by ff_vc1_decode_init().
const uint8_t ff_vc1_simple_progressive_4x4_zz[16] |
Definition at line 182 of file vc1data.c.
Referenced by vc1_decode_p_block().
const uint8_t ff_vc1_adv_progressive_8x4_zz[32] |
Definition at line 189 of file vc1data.c.
Referenced by ff_vc1_decode_sequence_header().
const uint8_t ff_vc1_adv_progressive_4x8_zz[32] |
Definition at line 196 of file vc1data.c.
Referenced by ff_vc1_decode_sequence_header().
const uint8_t ff_vc1_adv_interlaced_8x8_zz[64] |
Definition at line 207 of file vc1data.c.
Referenced by ff_vc1_init_transposed_scantables().
const uint8_t ff_vc1_adv_interlaced_8x4_zz[32] |
Definition at line 218 of file vc1data.c.
Referenced by vc1_decode_p_block().
const uint8_t ff_vc1_adv_interlaced_4x8_zz[32] |
Definition at line 225 of file vc1data.c.
Referenced by vc1_decode_p_block().
const uint8_t ff_vc1_adv_interlaced_4x4_zz[16] |
Definition at line 236 of file vc1data.c.
Referenced by vc1_decode_p_block().
const int32_t ff_vc1_dqscale[63] |
Definition at line 245 of file vc1data.c.
Referenced by ff_vc1_pred_dc(), vc1_decode_i_block_adv(), and vc1_decode_intra_block().
const uint16_t ff_vc1_field_mvpred_scales[2][7][4] |
Definition at line 257 of file vc1data.c.
Referenced by scaleforopp(), scaleforsame_x(), and scaleforsame_y().
const uint16_t ff_vc1_b_field_mvpred_scales[7][4] |
Definition at line 281 of file vc1data.c.
Referenced by scaleforopp_x(), scaleforopp_y(), and scaleforsame().
Definition at line 1059 of file vc1_vlc_data.h.
Referenced by vc1_decode_ac_coeff(), and vc1_init_static().