|
FFmpeg
|
#include "vvc_ctu.h"Go to the source code of this file.
Functions | |
| int | ff_vvc_predict_inter (VVCLocalContext *lc, int rs) |
| Loop entire CTU to predict all inter coding blocks. More... | |
| void | ff_vvc_predict_ciip (VVCLocalContext *lc) |
| CIIP(Combined Inter-Intra Prediction) for a coding block. More... | |
| int ff_vvc_predict_inter | ( | VVCLocalContext * | lc, |
| int | rs | ||
| ) |
Loop entire CTU to predict all inter coding blocks.
Definition at line 935 of file vvc_inter.c.
Referenced by run_inter().
| void ff_vvc_predict_ciip | ( | VVCLocalContext * | lc | ) |
CIIP(Combined Inter-Intra Prediction) for a coding block.
| lc | local context for CTU |
Definition at line 951 of file vvc_inter.c.
Referenced by ff_vvc_reconstruct().
1.8.17