|
FFmpeg
|
#include <vvc_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... | |
| int8_t EntryPoint::qp_y |
QpY.
Definition at line 350 of file vvc_ctu.h.
Referenced by get_qp_y_pred(), set_qp_c(), and set_qp_y().
| int EntryPoint::stat_coeff[VVC_MAX_SAMPLE_ARRAYS] |
StatCoeff.
Definition at line 352 of file vvc_ctu.h.
Referenced by ep_update_hist(), ff_vvc_ep_init_stat_coeff(), and init_residual_coding().
| VVCCabacState EntryPoint::cabac_state[VVC_CONTEXTS] |
Definition at line 354 of file vvc_ctu.h.
Referenced by cabac_init_state(), and schedule_next_parse().
| CABACContext EntryPoint::cc |
Definition at line 355 of file vvc_ctu.h.
Referenced by abs_decode(), cabac_reinit(), coeff_sign_flag_decode(), ep_init_cabac_decoder(), ff_vvc_abs_mvd_minus2(), ff_vvc_alf_ctb_cc_idc(), ff_vvc_bcw_idx(), ff_vvc_cclm_mode_idx(), ff_vvc_cu_qp_delta_abs(), ff_vvc_cu_qp_delta_sign_flag(), ff_vvc_end_of_slice_flag_decode(), ff_vvc_end_of_subset_one_bit(), ff_vvc_end_of_tile_one_bit(), ff_vvc_intra_chroma_pred_mode(), ff_vvc_intra_luma_mpm_idx(), ff_vvc_intra_mip_transposed_flag(), ff_vvc_merge_gpm_idx(), ff_vvc_merge_gpm_partition_idx(), ff_vvc_merge_idx(), ff_vvc_merge_subblock_idx(), ff_vvc_mvd_sign_flag(), ff_vvc_ref_idx_lx(), ff_vvc_sao_band_position_decode(), ff_vvc_sao_eo_class_decode(), ff_vvc_sao_offset_abs_decode(), ff_vvc_sao_offset_sign_decode(), ff_vvc_sao_type_idx_decode(), last_sig_coeff_suffix_decode(), mmvd_direction_idx_decode(), mmvd_distance_idx_decode(), and truncated_binary_decode().
| int EntryPoint::ctu_start |
Definition at line 357 of file vvc_ctu.h.
Referenced by ff_vvc_frame_submit(), slice_init_entry_points(), and submit_entry_point().
| int EntryPoint::ctu_end |
Definition at line 358 of file vvc_ctu.h.
Referenced by schedule_next_parse(), and slice_init_entry_points().
| uint8_t EntryPoint::is_first_qg |
Definition at line 360 of file vvc_ctu.h.
Referenced by ff_vvc_coding_tree_unit(), get_qp_y_pred(), and set_qp_y().
| MvField EntryPoint::hmvp[MAX_NUM_HMVP_CANDS] |
HmvpCandList.
Definition at line 362 of file vvc_ctu.h.
Referenced by ff_vvc_update_hmvp(), mv_merge_history_candidates(), and mvp_history_candidates().
| int EntryPoint::num_hmvp |
NumHmvpCand.
Definition at line 363 of file vvc_ctu.h.
Referenced by ff_vvc_coding_tree_unit(), ff_vvc_update_hmvp(), mv_merge_history_candidates(), and mvp_history_candidates().
| MvField EntryPoint::hmvp_ibc[MAX_NUM_HMVP_CANDS] |
HmvpIbcCandList.
Definition at line 364 of file vvc_ctu.h.
Referenced by ff_vvc_update_hmvp(), and ibc_history_candidates().
| int EntryPoint::num_hmvp_ibc |
NumHmvpIbcCand.
Definition at line 365 of file vvc_ctu.h.
Referenced by ff_vvc_coding_tree_unit(), ff_vvc_update_hmvp(), and ibc_history_candidates().
1.8.17