FFmpeg
Data Fields
RV60Context Struct Reference

Data Fields

AVCodecContextavctx
 
VideoDSPContext vdsp
 
AVFramelast_frame [3]
 
int pict_type
 
int qp
 
int osvquant
 
int ts
 
int two_f_refs
 
int qp_off_type
 
int deblock
 
int deblock_chroma
 
int awidth
 
int aheight
 
int cu_width
 
int cu_height
 
Sliceslice
 
int pu_stride
 
PUInfopu_info
 
int blk_stride
 
BlockInfoblk_info
 
int dblk_stride
 
uint8_t * left_str
 
uint8_t * top_str
 
uint64_t ref_pts [2]
 
uint64_t ts_scale
 
uint32_t ref_ts [2]
 
struct ThreadProgressprogress
 
unsigned nb_progress
 

Detailed Description

Definition at line 190 of file rv60dec.c.

Field Documentation

◆ avctx

AVCodecContext* RV60Context::avctx

Definition at line 191 of file rv60dec.c.

◆ vdsp

VideoDSPContext RV60Context::vdsp

Definition at line 192 of file rv60dec.c.

◆ last_frame

AVFrame* RV60Context::last_frame[3]

Definition at line 197 of file rv60dec.c.

◆ pict_type

int RV60Context::pict_type

Definition at line 199 of file rv60dec.c.

◆ qp

int RV60Context::qp

Definition at line 200 of file rv60dec.c.

◆ osvquant

int RV60Context::osvquant

Definition at line 201 of file rv60dec.c.

◆ ts

int RV60Context::ts

Definition at line 202 of file rv60dec.c.

◆ two_f_refs

int RV60Context::two_f_refs

Definition at line 203 of file rv60dec.c.

◆ qp_off_type

int RV60Context::qp_off_type

Definition at line 204 of file rv60dec.c.

◆ deblock

int RV60Context::deblock

Definition at line 205 of file rv60dec.c.

◆ deblock_chroma

int RV60Context::deblock_chroma

Definition at line 206 of file rv60dec.c.

◆ awidth

int RV60Context::awidth

Definition at line 207 of file rv60dec.c.

◆ aheight

int RV60Context::aheight

Definition at line 208 of file rv60dec.c.

◆ cu_width

int RV60Context::cu_width

Definition at line 209 of file rv60dec.c.

◆ cu_height

int RV60Context::cu_height

Definition at line 210 of file rv60dec.c.

◆ slice

Slice* RV60Context::slice

Definition at line 212 of file rv60dec.c.

◆ pu_stride

int RV60Context::pu_stride

Definition at line 214 of file rv60dec.c.

◆ pu_info

PUInfo* RV60Context::pu_info

Definition at line 215 of file rv60dec.c.

◆ blk_stride

int RV60Context::blk_stride

Definition at line 217 of file rv60dec.c.

◆ blk_info

BlockInfo* RV60Context::blk_info

Definition at line 218 of file rv60dec.c.

◆ dblk_stride

int RV60Context::dblk_stride

Definition at line 220 of file rv60dec.c.

◆ left_str

uint8_t* RV60Context::left_str

Definition at line 221 of file rv60dec.c.

◆ top_str

uint8_t* RV60Context::top_str

Definition at line 222 of file rv60dec.c.

◆ ref_pts

uint64_t RV60Context::ref_pts[2]

Definition at line 224 of file rv60dec.c.

◆ ts_scale

uint64_t RV60Context::ts_scale

Definition at line 224 of file rv60dec.c.

◆ ref_ts

uint32_t RV60Context::ref_ts[2]

Definition at line 225 of file rv60dec.c.

◆ progress

struct ThreadProgress* RV60Context::progress

Definition at line 227 of file rv60dec.c.

◆ nb_progress

unsigned RV60Context::nb_progress

Definition at line 228 of file rv60dec.c.


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