| 
    FFmpeg
    
   | 
 
#include <ps.h>
Data Fields | |
| const H266RawPPS * | r | 
| RefStruct reference.  More... | |
| int8_t | chroma_qp_offset [3] | 
| pps_cb_qp_offset, pps_cr_qp_offset, pps_joint_cbcr_qp_offset_value  More... | |
| int8_t | chroma_qp_offset_list [6][3] | 
| pps_cb_qp_offset_list, pps_cr_qp_offset_list, pps_joint_cbcr_qp_offset_list  More... | |
| uint16_t | width | 
| uint16_t | height | 
| uint16_t | slice_start_offset [VVC_MAX_SLICES] | 
| uint16_t | num_ctus_in_slice [VVC_MAX_SLICES] | 
| uint16_t | min_cb_width | 
| uint16_t | min_cb_height | 
| uint16_t | ctb_width | 
| uint16_t | ctb_height | 
| uint32_t | ctb_count | 
| uint16_t | min_pu_width | 
| uint16_t | min_pu_height | 
| uint16_t | min_tu_width | 
| uint16_t | min_tu_height | 
| uint32_t * | ctb_addr_in_slice | 
| CtbAddrInCurrSlice for entire picture.  More... | |
| uint16_t * | col_bd | 
| TileColBdVal.  More... | |
| uint16_t * | row_bd | 
| TileRowBdVal.  More... | |
| uint16_t * | ctb_to_col_bd | 
| CtbToTileColBd.  More... | |
| uint16_t * | ctb_to_row_bd | 
| CtbToTileRowBd.  More... | |
| uint16_t | width32 | 
| width in 32 pixels  More... | |
| uint16_t | height32 | 
| height in 32 pixels  More... | |
| uint16_t | width64 | 
| width in 64 pixels  More... | |
| uint16_t | height64 | 
| height in 64 pixels  More... | |
| uint16_t | ref_wraparound_offset | 
| PpsRefWraparoundOffset.  More... | |
| uint16_t | subpic_x [VVC_MAX_SLICES] | 
| SubpicLeftBoundaryPos.  More... | |
| uint16_t | subpic_y [VVC_MAX_SLICES] | 
| SubpicTopBoundaryPos.  More... | |
| uint16_t | subpic_width [VVC_MAX_SLICES] | 
| uint16_t | subpic_height [VVC_MAX_SLICES] | 
| const H266RawPPS* VVCPPS::r | 
RefStruct reference.
Definition at line 93 of file ps.h.
Referenced by decode_ph(), decode_pps(), ff_vvc_cu_chroma_qp_offset_idx(), set_qp_y(), and sh_derive().
| int8_t VVCPPS::chroma_qp_offset[3] | 
| int8_t VVCPPS::chroma_qp_offset_list[6][3] | 
| uint16_t VVCPPS::slice_start_offset[VVC_MAX_SLICES] | 
| uint16_t VVCPPS::num_ctus_in_slice[VVC_MAX_SLICES] | 
| uint32_t* VVCPPS::ctb_addr_in_slice | 
| uint16_t VVCPPS::subpic_x[VVC_MAX_SLICES] | 
| uint16_t VVCPPS::subpic_y[VVC_MAX_SLICES] | 
| uint16_t VVCPPS::subpic_width[VVC_MAX_SLICES] | 
| uint16_t VVCPPS::subpic_height[VVC_MAX_SLICES] | 
 1.8.17