FFmpeg
|
#include "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 | ||
) |
void ff_vvc_predict_ciip | ( | VVCLocalContext * | lc | ) |
CIIP(Combined Inter-Intra Prediction) for a coding block.
lc | local context for CTU |
Definition at line 1018 of file inter.c.
Referenced by ff_vvc_reconstruct().