FFmpeg
Data Fields
CUContext Struct Reference

Data Fields

int xpos
 
int ypos
 
int pu_pos
 
int blk_pos
 
enum CUType cu_type
 
enum PUType pu_type
 
enum IntraMode imode [4]
 
int imode_param [4]
 
MVInfo mv [4]
 
IntraPredContext ipred
 

Detailed Description

Definition at line 469 of file rv60dec.c.

Field Documentation

◆ xpos

int CUContext::xpos

Definition at line 470 of file rv60dec.c.

Referenced by decode_cu_r(), fill_mv_skip_cand(), populate_ipred(), and reconstruct().

◆ ypos

int CUContext::ypos

Definition at line 471 of file rv60dec.c.

Referenced by decode_cu_r(), fill_mv_skip_cand(), populate_ipred(), and reconstruct().

◆ pu_pos

int CUContext::pu_pos

Definition at line 472 of file rv60dec.c.

Referenced by decode_cu_r(), and reconstruct().

◆ blk_pos

int CUContext::blk_pos

Definition at line 473 of file rv60dec.c.

Referenced by decode_cu_r(), fill_mv_skip_cand(), and reconstruct().

◆ cu_type

enum CUType CUContext::cu_type

Definition at line 475 of file rv60dec.c.

Referenced by decode_cu_r(), and reconstruct().

◆ pu_type

enum PUType CUContext::pu_type

Definition at line 476 of file rv60dec.c.

Referenced by decode_cu_r(), and reconstruct().

◆ imode

enum IntraMode CUContext::imode[4]

Definition at line 477 of file rv60dec.c.

Referenced by decode_cu_r().

◆ imode_param

int CUContext::imode_param[4]

Definition at line 478 of file rv60dec.c.

Referenced by decode_cu_r().

◆ mv

MVInfo CUContext::mv[4]

Definition at line 479 of file rv60dec.c.

Referenced by decode_cu_r(), and reconstruct().

◆ ipred

IntraPredContext CUContext::ipred

Definition at line 481 of file rv60dec.c.

Referenced by decode_cu_r(), and populate_ipred().


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