|
FFmpeg
|
#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 |
1.8.17