| 
    FFmpeg
    
   | 
 
#include <vvc_ps.h>
Data Fields | |
| const H266RawSliceHeader * | r | 
| RefStruct reference.  More... | |
| uint32_t | num_ctus_in_curr_slice | 
| NumCtusInCurrSlice.  More... | |
| const uint32_t * | ctb_addr_in_curr_slice | 
| CtbAddrInCurrSlice.  More... | |
| PredWeightTable | pwt | 
| int8_t | ref_idx_sym [2] | 
| RefIdxSymL0, RefIdxSymL1.  More... | |
| int8_t | slice_qp_y | 
| SliceQpY.  More... | |
| DBParams | deblock | 
| uint8_t | min_qt_size [2] | 
| MinQtSizeY, MinQtSizeC.  More... | |
| uint8_t | max_bt_size [2] | 
| MaxBtSizeY, MaxBtSizeC.  More... | |
| uint8_t | max_tt_size [2] | 
| MaxTtSizeY, MaxTtSizeC.  More... | |
| uint8_t | max_mtt_depth [2] | 
| MaxMttDepthY, MaxMttDepthC.  More... | |
| uint8_t | cu_qp_delta_subdiv | 
| CuQpDeltaSubdiv.  More... | |
| uint8_t | cu_chroma_qp_offset_subdiv | 
| CuChromaQpOffsetSubdiv.  More... | |
| uint32_t | entry_point_start_ctu [VVC_MAX_ENTRY_POINTS] | 
| entry point start in ctu_addr  More... | |
| const H266RawSliceHeader* VVCSH::r | 
RefStruct reference.
Definition at line 225 of file vvc_ps.h.
Referenced by abs_remainder_decode(), abs_remainder_ts_decode(), affine_merge_const_candidates(), affine_merge_zero_motion(), alf_filter_cc(), alf_filter_chroma(), alf_get_coeff_and_clip(), alf_params(), cabac_init_state(), chroma_qp_offset_decode(), ctu_get_pred(), dequant(), derive_mode_type_condition(), derive_qp(), derive_scale_m(), derive_temporal_colocated_mvs(), derive_weight(), derive_weight_uni(), dual_tree_implicit_qt_split(), ep_init_cabac_decoder(), ff_vvc_alf_luma_prev_filter_idx(), ff_vvc_decode_sh(), ff_vvc_lmcs_filter(), ff_vvc_residual_coding(), ff_vvc_slice_rpl(), frame_start(), get_cclm_enabled(), hls_coding_tree(), hls_coding_tree_unit(), hls_coding_unit(), hls_sao(), itransform(), last_significant_coeff_x_y_decode(), merge_data_block(), mv_merge_mode(), mv_merge_temporal_candidate(), mv_merge_zero_motion_candidate(), mvp_data(), pred_mode_decode(), pred_regular_luma(), predict_inter(), ref_idx_decode(), residual_coding_subblock(), run_deblock_h(), run_deblock_v(), sb_coded_flag_decode(), sb_temproal_luma_motion(), schedule_inter(), set_qp_c(), sh_alf_aps(), sh_deblock_offsets(), sh_inter(), sh_partition_constraints(), sh_qp_y(), sh_slice_address(), sig_coeff_flag_decode(), slice_init_entry_points(), slice_start(), slices_free(), smvd_find(), and smvd_ref_idx().
| uint32_t VVCSH::num_ctus_in_curr_slice | 
NumCtusInCurrSlice.
Definition at line 229 of file vvc_ps.h.
Referenced by hls_coding_tree_unit(), init_slice_rpl(), sh_entry_points(), sh_slice_address(), and slice_init_entry_points().
| const uint32_t* VVCSH::ctb_addr_in_curr_slice | 
CtbAddrInCurrSlice.
Definition at line 230 of file vvc_ps.h.
Referenced by ff_vvc_frame_submit(), init_slice_rpl(), schedule_next_parse(), sh_entry_points(), sh_slice_address(), slice_init_entry_points(), and submit_entry_point().
| PredWeightTable VVCSH::pwt | 
Definition at line 233 of file vvc_ps.h.
Referenced by bcw_idx_decode(), derive_dmvr_bdof_flag(), derive_weight(), derive_weight_uni(), and sh_inter().
| int8_t VVCSH::ref_idx_sym[2] | 
RefIdxSymL0, RefIdxSymL1.
Definition at line 234 of file vvc_ps.h.
Referenced by mvp_data(), ref_idx_decode(), and smvd_ref_idx().
| int8_t VVCSH::slice_qp_y | 
SliceQpY.
Definition at line 237 of file vvc_ps.h.
Referenced by cabac_init_state(), get_qp_y_pred(), set_qp_y(), and sh_qp_y().
| DBParams VVCSH::deblock | 
Definition at line 240 of file vvc_ps.h.
Referenced by deblock_params(), and sh_deblock_offsets().
| uint8_t VVCSH::min_qt_size[2] | 
MinQtSizeY, MinQtSizeC.
Definition at line 243 of file vvc_ps.h.
Referenced by can_split(), and sh_partition_constraints().
| uint8_t VVCSH::max_bt_size[2] | 
MaxBtSizeY, MaxBtSizeC.
Definition at line 244 of file vvc_ps.h.
Referenced by can_split(), and sh_partition_constraints().
| uint8_t VVCSH::max_tt_size[2] | 
MaxTtSizeY, MaxTtSizeC.
Definition at line 245 of file vvc_ps.h.
Referenced by can_split(), and sh_partition_constraints().
| uint8_t VVCSH::max_mtt_depth[2] | 
MaxMttDepthY, MaxMttDepthC.
Definition at line 246 of file vvc_ps.h.
Referenced by can_split(), and sh_partition_constraints().
| uint8_t VVCSH::cu_qp_delta_subdiv | 
CuQpDeltaSubdiv.
Definition at line 247 of file vvc_ps.h.
Referenced by coding_tree_tth(), coding_tree_ttv(), and sh_partition_constraints().
| uint8_t VVCSH::cu_chroma_qp_offset_subdiv | 
CuChromaQpOffsetSubdiv.
Definition at line 248 of file vvc_ps.h.
Referenced by coding_tree_tth(), coding_tree_ttv(), and sh_partition_constraints().
| uint32_t VVCSH::entry_point_start_ctu[VVC_MAX_ENTRY_POINTS] | 
entry point start in ctu_addr
Definition at line 251 of file vvc_ps.h.
Referenced by sh_entry_points(), and slice_init_entry_points().
 1.8.17