FFmpeg
Data Fields
EntryPoint Struct Reference

#include <ctu.h>

Data Fields

int8_t qp_y
 QpY. More...
 
int stat_coeff [VVC_MAX_SAMPLE_ARRAYS]
 StatCoeff. More...
 
VVCCabacState cabac_state [VVC_CONTEXTS]
 
CABACContext cc
 
int ctu_start
 
int ctu_end
 
uint8_t is_first_qg
 
MvField hmvp [MAX_NUM_HMVP_CANDS]
 HmvpCandList. More...
 
int num_hmvp
 NumHmvpCand. More...
 
MvField hmvp_ibc [MAX_NUM_HMVP_CANDS]
 HmvpIbcCandList. More...
 
int num_hmvp_ibc
 NumHmvpIbcCand. More...
 

Detailed Description

Definition at line 349 of file ctu.h.

Field Documentation

◆ qp_y

int8_t EntryPoint::qp_y

QpY.

Definition at line 350 of file ctu.h.

Referenced by get_qp_y_pred(), set_qp_c(), and set_qp_y().

◆ stat_coeff

int EntryPoint::stat_coeff[VVC_MAX_SAMPLE_ARRAYS]

StatCoeff.

Definition at line 352 of file ctu.h.

Referenced by ep_update_hist(), ff_vvc_ep_init_stat_coeff(), and init_residual_coding().

◆ cabac_state

VVCCabacState EntryPoint::cabac_state[VVC_CONTEXTS]

Definition at line 354 of file ctu.h.

Referenced by cabac_init_state(), and schedule_next_parse().

◆ cc

CABACContext EntryPoint::cc

◆ ctu_start

int EntryPoint::ctu_start

Definition at line 357 of file ctu.h.

Referenced by ff_vvc_frame_submit(), slice_init_entry_points(), and submit_entry_point().

◆ ctu_end

int EntryPoint::ctu_end

Definition at line 358 of file ctu.h.

Referenced by schedule_next_parse(), and slice_init_entry_points().

◆ is_first_qg

uint8_t EntryPoint::is_first_qg

Definition at line 360 of file ctu.h.

Referenced by ff_vvc_coding_tree_unit(), get_qp_y_pred(), and set_qp_y().

◆ hmvp

MvField EntryPoint::hmvp[MAX_NUM_HMVP_CANDS]

HmvpCandList.

Definition at line 362 of file ctu.h.

Referenced by ff_vvc_update_hmvp(), mv_merge_history_candidates(), and mvp_history_candidates().

◆ num_hmvp

int EntryPoint::num_hmvp

◆ hmvp_ibc

MvField EntryPoint::hmvp_ibc[MAX_NUM_HMVP_CANDS]

HmvpIbcCandList.

Definition at line 364 of file ctu.h.

Referenced by ff_vvc_update_hmvp(), and ibc_history_candidates().

◆ num_hmvp_ibc

int EntryPoint::num_hmvp_ibc

NumHmvpIbcCand.

Definition at line 365 of file ctu.h.

Referenced by ff_vvc_coding_tree_unit(), ff_vvc_update_hmvp(), and ibc_history_candidates().


The documentation for this struct was generated from the following file: