Libav
Variables
vp9data.h File Reference
#include <stdint.h>
#include "vp9.h"

Go to the source code of this file.

Variables

const int8_t ff_vp9_partition_tree [3][2]
 
const uint8_t ff_vp9_default_kf_partition_probs [4][4][3]
 
const int8_t ff_vp9_segmentation_tree [7][2]
 
const int8_t ff_vp9_intramode_tree [9][2]
 
const uint8_t ff_vp9_default_kf_ymode_probs [10][10][9]
 
const uint8_t ff_vp9_default_kf_uvmode_probs [10][9]
 
const int8_t ff_vp9_inter_mode_tree [3][2]
 
const int8_t ff_vp9_filter_tree [2][2]
 
enum FilterMode ff_vp9_filter_lut [3]
 
const int16_t ff_vp9_dc_qlookup [256]
 
const int16_t ff_vp9_ac_qlookup [256]
 
enum TxfmType ff_vp9_intra_txfm_type [14]
 
const int16_t ff_vp9_default_scan_4x4 [16]
 
const int16_t ff_vp9_col_scan_4x4 [16]
 
const int16_t ff_vp9_row_scan_4x4 [16]
 
const int16_t ff_vp9_default_scan_8x8 [64]
 
const int16_t ff_vp9_col_scan_8x8 [64]
 
const int16_t ff_vp9_row_scan_8x8 [64]
 
const int16_t ff_vp9_default_scan_16x16 [256]
 
const int16_t ff_vp9_col_scan_16x16 [256]
 
const int16_t ff_vp9_row_scan_16x16 [256]
 
const int16_t ff_vp9_default_scan_32x32 [1024]
 
const int16_t * ff_vp9_scans [5][4]
 
const int16_t ff_vp9_default_scan_4x4_nb [16][2]
 
const int16_t ff_vp9_col_scan_4x4_nb [16][2]
 
const int16_t ff_vp9_row_scan_4x4_nb [16][2]
 
const int16_t ff_vp9_default_scan_8x8_nb [64][2]
 
const int16_t ff_vp9_col_scan_8x8_nb [64][2]
 
const int16_t ff_vp9_row_scan_8x8_nb [64][2]
 
const int16_t ff_vp9_default_scan_16x16_nb [256][2]
 
const int16_t ff_vp9_col_scan_16x16_nb [256][2]
 
const int16_t ff_vp9_row_scan_16x16_nb [256][2]
 
const int16_t ff_vp9_default_scan_32x32_nb [1024][2]
 
const int16_t(*[5][4] ff_vp9_scans_nb )[2]
 
const uint8_t ff_vp9_model_pareto8 [256][8]
 
const ProbContext ff_vp9_default_probs
 
const uint8_t ff_vp9_default_coef_probs [4][2][2][6][6][3]
 
const int8_t ff_vp9_mv_joint_tree [3][2]
 
const int8_t ff_vp9_mv_class_tree [10][2]
 
const int8_t ff_vp9_mv_fp_tree [3][2]
 

Variable Documentation

const int8_t ff_vp9_partition_tree[3][2]

Definition at line 25 of file vp9data.c.

Referenced by decode_subblock().

const uint8_t ff_vp9_default_kf_partition_probs[4][4][3]

Definition at line 31 of file vp9data.c.

Referenced by decode_subblock().

const int8_t ff_vp9_segmentation_tree[7][2]

Definition at line 55 of file vp9data.c.

Referenced by decode_mode().

const int8_t ff_vp9_intramode_tree[9][2]

Definition at line 65 of file vp9data.c.

Referenced by decode_mode().

const uint8_t ff_vp9_default_kf_ymode_probs[10][10][9]

Definition at line 77 of file vp9data.c.

Referenced by decode_mode().

const uint8_t ff_vp9_default_kf_uvmode_probs[10][9]

Definition at line 191 of file vp9data.c.

Referenced by decode_mode().

const int8_t ff_vp9_inter_mode_tree[3][2]

Definition at line 204 of file vp9data.c.

Referenced by decode_mode().

const int8_t ff_vp9_filter_tree[2][2]

Definition at line 210 of file vp9data.c.

Referenced by decode_mode().

enum FilterMode ff_vp9_filter_lut[3]

Definition at line 215 of file vp9data.c.

Referenced by decode_mode().

const int16_t ff_vp9_dc_qlookup[256]

Definition at line 221 of file vp9data.c.

Referenced by decode_frame_header().

const int16_t ff_vp9_ac_qlookup[256]

Definition at line 256 of file vp9data.c.

Referenced by decode_frame_header().

enum TxfmType ff_vp9_intra_txfm_type[14]

Definition at line 291 of file vp9data.c.

Referenced by decode_coeffs(), and intra_recon().

const int16_t ff_vp9_default_scan_4x4[16]

Definition at line 308 of file vp9data.c.

const int16_t ff_vp9_col_scan_4x4[16]

Definition at line 315 of file vp9data.c.

const int16_t ff_vp9_row_scan_4x4[16]

Definition at line 322 of file vp9data.c.

const int16_t ff_vp9_default_scan_8x8[64]

Definition at line 329 of file vp9data.c.

const int16_t ff_vp9_col_scan_8x8[64]

Definition at line 340 of file vp9data.c.

const int16_t ff_vp9_row_scan_8x8[64]

Definition at line 351 of file vp9data.c.

const int16_t ff_vp9_default_scan_16x16[256]

Definition at line 362 of file vp9data.c.

const int16_t ff_vp9_col_scan_16x16[256]

Definition at line 381 of file vp9data.c.

const int16_t ff_vp9_row_scan_16x16[256]

Definition at line 400 of file vp9data.c.

const int16_t ff_vp9_default_scan_32x32[1024]

Definition at line 419 of file vp9data.c.

const int16_t* ff_vp9_scans[5][4]

Definition at line 486 of file vp9data.c.

Referenced by decode_coeffs().

const int16_t ff_vp9_default_scan_4x4_nb[16][2]

Definition at line 505 of file vp9data.c.

const int16_t ff_vp9_col_scan_4x4_nb[16][2]

Definition at line 512 of file vp9data.c.

const int16_t ff_vp9_row_scan_4x4_nb[16][2]

Definition at line 519 of file vp9data.c.

const int16_t ff_vp9_default_scan_8x8_nb[64][2]

Definition at line 526 of file vp9data.c.

const int16_t ff_vp9_col_scan_8x8_nb[64][2]

Definition at line 545 of file vp9data.c.

const int16_t ff_vp9_row_scan_8x8_nb[64][2]

Definition at line 564 of file vp9data.c.

const int16_t ff_vp9_default_scan_16x16_nb[256][2]

Definition at line 583 of file vp9data.c.

const int16_t ff_vp9_col_scan_16x16_nb[256][2]

Definition at line 650 of file vp9data.c.

const int16_t ff_vp9_row_scan_16x16_nb[256][2]

Definition at line 717 of file vp9data.c.

const int16_t ff_vp9_default_scan_32x32_nb[1024][2]

Definition at line 784 of file vp9data.c.

const int16_t(*[5][4] ff_vp9_scans_nb)[2]

Definition at line 1043 of file vp9data.c.

Referenced by decode_coeffs().

const uint8_t ff_vp9_model_pareto8[256][8]

Definition at line 1062 of file vp9data.c.

Referenced by decode_block_coeffs().

const ProbContext ff_vp9_default_probs

Definition at line 1321 of file vp9data.c.

Referenced by decode_frame_header().

const uint8_t ff_vp9_default_coef_probs[4][2][2][6][6][3]

Definition at line 1426 of file vp9data.c.

Referenced by decode_frame_header().

const int8_t ff_vp9_mv_joint_tree[3][2]

Definition at line 2110 of file vp9data.c.

Referenced by ff_vp9_fill_mv().

const int8_t ff_vp9_mv_class_tree[10][2]

Definition at line 2116 of file vp9data.c.

Referenced by read_mv_component().

const int8_t ff_vp9_mv_fp_tree[3][2]

Definition at line 2129 of file vp9data.c.

Referenced by read_mv_component().