FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
VP9Block Struct Reference

Data Fields

uint8_t seg_id
 
uint8_t intra
 
uint8_t comp
 
uint8_t ref [2]
 
uint8_t mode [4]
 
uint8_t uvmode
 
uint8_t skip
 
enum FilterMode filter
 
VP56mv mv [4][2]
 
enum BlockSize bs
 
enum TxfmMode tx uvtx
 
int row
 
int row7
 
int col
 
int col7
 
uint8_tdst [3]
 
ptrdiff_t y_stride
 
ptrdiff_t uv_stride
 

Detailed Description

Definition at line 77 of file vp9.c.

Field Documentation

uint8_t VP9Block::seg_id

Definition at line 78 of file vp9.c.

Referenced by decode_b(), decode_coeffs(), and decode_mode().

uint8_t VP9Block::intra

Definition at line 78 of file vp9.c.

Referenced by decode_b(), decode_coeffs(), and decode_mode().

uint8_t VP9Block::comp

Definition at line 78 of file vp9.c.

Referenced by decode_mode(), fill_mv(), and inter_recon().

uint8_t VP9Block::ref[2]

Definition at line 78 of file vp9.c.

Referenced by decode_b(), decode_mode(), fill_mv(), and inter_recon().

uint8_t VP9Block::mode[4]

Definition at line 78 of file vp9.c.

Referenced by decode_b(), decode_coeffs(), decode_mode(), and intra_recon().

uint8_t VP9Block::uvmode

Definition at line 78 of file vp9.c.

Referenced by decode_mode(), and intra_recon().

uint8_t VP9Block::skip

Definition at line 78 of file vp9.c.

Referenced by decode_b(), decode_mode(), inter_recon(), and intra_recon().

enum FilterMode VP9Block::filter

Definition at line 79 of file vp9.c.

Referenced by decode_mode(), and inter_recon().

VP56mv VP9Block::mv[4][2]

Definition at line 80 of file vp9.c.

Referenced by decode_mode(), find_ref_mvs(), and inter_recon().

enum BlockSize VP9Block::bs

Definition at line 81 of file vp9.c.

Referenced by decode_b(), decode_coeffs(), decode_mode(), find_ref_mvs(), inter_recon(), and intra_recon().

enum TxfmMode tx VP9Block::uvtx

Definition at line 82 of file vp9.c.

Referenced by decode_b(), decode_coeffs(), inter_recon(), and intra_recon().

int VP9Block::row

Definition at line 84 of file vp9.c.

Referenced by decode_b(), decode_coeffs(), decode_mode(), find_ref_mvs(), inter_recon(), and intra_recon().

int VP9Block::row7

Definition at line 84 of file vp9.c.

Referenced by decode_b(), decode_mode(), and find_ref_mvs().

int VP9Block::col

Definition at line 84 of file vp9.c.

Referenced by decode_b(), decode_coeffs(), decode_mode(), find_ref_mvs(), inter_recon(), and intra_recon().

int VP9Block::col7

Definition at line 84 of file vp9.c.

Referenced by decode_b().

uint8_t* VP9Block::dst[3]

Definition at line 85 of file vp9.c.

Referenced by decode_b(), inter_recon(), and intra_recon().

ptrdiff_t VP9Block::y_stride

Definition at line 86 of file vp9.c.

Referenced by decode_b(), inter_recon(), and intra_recon().

ptrdiff_t VP9Block::uv_stride

Definition at line 86 of file vp9.c.

Referenced by decode_b(), inter_recon(), and intra_recon().


The documentation for this struct was generated from the following file: