FFmpeg
Data Fields
VVCParamSets Struct Reference

#include <ps.h>

Data Fields

const VVCSPSsps_list [VVC_MAX_SPS_COUNT]
 RefStruct reference. More...
 
const VVCPPSpps_list [VVC_MAX_PPS_COUNT]
 RefStruct reference. More...
 
const VVCALFalf_list [VVC_MAX_ALF_COUNT]
 RefStruct reference. More...
 
const H266RawAPSlmcs_list [VVC_MAX_LMCS_COUNT]
 RefStruct reference. More...
 
const VVCScalingListscaling_list [VVC_MAX_SL_COUNT]
 RefStruct reference. More...
 
uint16_t sps_id_used
 

Detailed Description

Definition at line 211 of file ps.h.

Field Documentation

◆ sps_list

const VVCSPS* VVCParamSets::sps_list[VVC_MAX_SPS_COUNT]

RefStruct reference.

Definition at line 212 of file ps.h.

Referenced by decode_frame_ps(), decode_pps(), decode_sps(), and ff_vvc_ps_uninit().

◆ pps_list

const VVCPPS* VVCParamSets::pps_list[VVC_MAX_PPS_COUNT]

RefStruct reference.

Definition at line 213 of file ps.h.

Referenced by decode_frame_ps(), decode_pps(), and ff_vvc_ps_uninit().

◆ alf_list

const VVCALF* VVCParamSets::alf_list[VVC_MAX_ALF_COUNT]

RefStruct reference.

Definition at line 214 of file ps.h.

Referenced by decode_frame_ps(), ff_vvc_decode_aps(), and ff_vvc_ps_uninit().

◆ lmcs_list

const H266RawAPS* VVCParamSets::lmcs_list[VVC_MAX_LMCS_COUNT]

RefStruct reference.

Definition at line 215 of file ps.h.

Referenced by decode_frame_ps(), ff_vvc_decode_aps(), and ff_vvc_ps_uninit().

◆ scaling_list

const VVCScalingList* VVCParamSets::scaling_list[VVC_MAX_SL_COUNT]

RefStruct reference.

Definition at line 216 of file ps.h.

Referenced by decode_frame_ps(), ff_vvc_decode_aps(), and ff_vvc_ps_uninit().

◆ sps_id_used

uint16_t VVCParamSets::sps_id_used

Definition at line 219 of file ps.h.

Referenced by decode_sps().


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