FFmpeg
Data Structures | Macros
vvcdec.h File Reference
#include "libavcodec/videodsp.h"
#include "libavcodec/vvc.h"
#include "vvc_ps.h"
#include "vvcdsp.h"

Go to the source code of this file.

Data Structures

struct  RefPicList
 
struct  RefPicListTab
 
struct  VVCFrame
 
struct  SliceContext
 
struct  VVCFrameContext
 
struct  VVCContext
 

Macros

#define LUMA   0
 
#define CHROMA   1
 
#define CB   1
 
#define CR   2
 
#define JCBCR   3
 
#define MIN_TU_LOG2   2
 MinTbLog2SizeY. More...
 
#define MIN_PU_LOG2   2
 
#define L0   0
 
#define L1   1
 

Macro Definition Documentation

◆ LUMA

#define LUMA   0

Definition at line 33 of file vvcdec.h.

◆ CHROMA

#define CHROMA   1

Definition at line 34 of file vvcdec.h.

◆ CB

#define CB   1

Definition at line 35 of file vvcdec.h.

◆ CR

#define CR   2

Definition at line 36 of file vvcdec.h.

◆ JCBCR

#define JCBCR   3

Definition at line 37 of file vvcdec.h.

◆ MIN_TU_LOG2

#define MIN_TU_LOG2   2

MinTbLog2SizeY.

Definition at line 39 of file vvcdec.h.

◆ MIN_PU_LOG2

#define MIN_PU_LOG2   2

Definition at line 40 of file vvcdec.h.

◆ L0

#define L0   0

Definition at line 42 of file vvcdec.h.

◆ L1

#define L1   1

Definition at line 43 of file vvcdec.h.