|
FFmpeg
|
#include <vvc_ctu.h>
Data Fields | |
| CodingUnit * | cus |
| int | max_y [2][VVC_MAX_REF_ENTRIES] |
| int | max_y_idx [2] |
| int | has_dmvr |
| CodingUnit* CTU::cus |
Definition at line 329 of file vvc_ctu.h.
Referenced by alloc_cu(), ctu_get_pred(), ff_vvc_ctu_free_cus(), ff_vvc_predict_inter(), and ff_vvc_reconstruct().
| int CTU::max_y[2][VVC_MAX_REF_ENTRIES] |
Definition at line 330 of file vvc_ctu.h.
Referenced by ctu_get_pred(), and schedule_inter().
| int CTU::max_y_idx[2] |
Definition at line 331 of file vvc_ctu.h.
Referenced by ctu_get_pred().
| int CTU::has_dmvr |
Definition at line 332 of file vvc_ctu.h.
Referenced by ctu_get_pred(), run_inter(), and run_parse().
1.8.17