Libav
Data Fields
SliceHeader Struct Reference

#include <hevc.h>

Data Fields

unsigned int pps_id
 address (in raster order) of the first block in the current slice segment More...
 
unsigned int slice_segment_addr
 address (in raster order) of the first block in the current slice More...
 
unsigned int slice_addr
 
enum SliceType slice_type
 
int pic_order_cnt_lsb
 
uint8_t first_slice_in_pic_flag
 
uint8_t dependent_slice_segment_flag
 
uint8_t pic_output_flag
 
uint8_t colour_plane_id
 RPS coded in the slice header itself is stored here. More...
 
ShortTermRPS slice_rps
 
const ShortTermRPSshort_term_rps
 
LongTermRPS long_term_rps
 
unsigned int list_entry_lx [2][32]
 
uint8_t rpl_modification_flag [2]
 
uint8_t no_output_of_prior_pics_flag
 
uint8_t slice_temporal_mvp_enabled_flag
 
unsigned int nb_refs [2]
 
uint8_t slice_sample_adaptive_offset_flag [3]
 
uint8_t mvd_l1_zero_flag
 
uint8_t cabac_init_flag
 
uint8_t disable_deblocking_filter_flag
 slice_header_disable_deblocking_filter_flag More...
 
uint8_t slice_loop_filter_across_slices_enabled_flag
 
uint8_t collocated_list
 
unsigned int collocated_ref_idx
 
int slice_qp_delta
 
int slice_cb_qp_offset
 
int slice_cr_qp_offset
 
int beta_offset
 beta_offset_div2 * 2 More...
 
int tc_offset
 tc_offset_div2 * 2 More...
 
unsigned int max_num_merge_cand
 5 - 5_minus_max_num_merge_cand More...
 
int num_entry_point_offsets
 
int8_t slice_qp
 
uint8_t luma_log2_weight_denom
 
int16_t chroma_log2_weight_denom
 
int16_t luma_weight_l0 [16]
 
int16_t chroma_weight_l0 [16][2]
 
int16_t chroma_weight_l1 [16][2]
 
int16_t luma_weight_l1 [16]
 
int16_t luma_offset_l0 [16]
 
int16_t chroma_offset_l0 [16][2]
 
int16_t luma_offset_l1 [16]
 
int16_t chroma_offset_l1 [16][2]
 
int slice_ctb_addr_rs
 

Detailed Description

Definition at line 528 of file hevc.h.

Field Documentation

§ pps_id

unsigned int SliceHeader::pps_id

address (in raster order) of the first block in the current slice segment

Definition at line 529 of file hevc.h.

Referenced by hls_slice_header().

§ slice_segment_addr

unsigned int SliceHeader::slice_segment_addr

address (in raster order) of the first block in the current slice

Definition at line 532 of file hevc.h.

Referenced by hls_slice_header(), and init_slice_rpl().

§ slice_addr

unsigned int SliceHeader::slice_addr

Definition at line 534 of file hevc.h.

Referenced by hls_decode_neighbour(), and hls_slice_header().

§ slice_type

enum SliceType SliceHeader::slice_type

§ pic_order_cnt_lsb

int SliceHeader::pic_order_cnt_lsb

Definition at line 538 of file hevc.h.

Referenced by decode_lt_rps(), and hls_slice_header().

§ first_slice_in_pic_flag

uint8_t SliceHeader::first_slice_in_pic_flag

Definition at line 540 of file hevc.h.

Referenced by decode_nal_unit(), ff_hevc_cabac_init(), and hls_slice_header().

§ dependent_slice_segment_flag

uint8_t SliceHeader::dependent_slice_segment_flag

Definition at line 541 of file hevc.h.

Referenced by decode_nal_unit(), ff_hevc_cabac_init(), and hls_slice_header().

§ pic_output_flag

uint8_t SliceHeader::pic_output_flag

Definition at line 542 of file hevc.h.

Referenced by ff_hevc_set_new_ref(), and hls_slice_header().

§ colour_plane_id

uint8_t SliceHeader::colour_plane_id

RPS coded in the slice header itself is stored here.

Definition at line 543 of file hevc.h.

Referenced by hls_slice_header().

§ slice_rps

ShortTermRPS SliceHeader::slice_rps

Definition at line 546 of file hevc.h.

Referenced by hls_slice_header().

§ short_term_rps

const ShortTermRPS* SliceHeader::short_term_rps

Definition at line 547 of file hevc.h.

Referenced by ff_hevc_frame_nb_refs(), ff_hevc_frame_rps(), and hls_slice_header().

§ long_term_rps

LongTermRPS SliceHeader::long_term_rps

Definition at line 548 of file hevc.h.

Referenced by ff_hevc_frame_nb_refs(), ff_hevc_frame_rps(), and hls_slice_header().

§ list_entry_lx

unsigned int SliceHeader::list_entry_lx[2][32]

Definition at line 549 of file hevc.h.

Referenced by ff_hevc_slice_rpl(), and hls_slice_header().

§ rpl_modification_flag

uint8_t SliceHeader::rpl_modification_flag[2]

Definition at line 551 of file hevc.h.

Referenced by ff_hevc_slice_rpl(), and hls_slice_header().

§ no_output_of_prior_pics_flag

uint8_t SliceHeader::no_output_of_prior_pics_flag

Definition at line 552 of file hevc.h.

Referenced by hls_slice_header().

§ slice_temporal_mvp_enabled_flag

uint8_t SliceHeader::slice_temporal_mvp_enabled_flag

Definition at line 553 of file hevc.h.

Referenced by derive_spatial_merge_candidates(), and hls_slice_header().

§ nb_refs

unsigned int SliceHeader::nb_refs[2]

§ slice_sample_adaptive_offset_flag

uint8_t SliceHeader::slice_sample_adaptive_offset_flag[3]

Definition at line 557 of file hevc.h.

Referenced by hls_sao_param(), and hls_slice_header().

§ mvd_l1_zero_flag

uint8_t SliceHeader::mvd_l1_zero_flag

Definition at line 558 of file hevc.h.

Referenced by hls_prediction_unit(), and hls_slice_header().

§ cabac_init_flag

uint8_t SliceHeader::cabac_init_flag

Definition at line 560 of file hevc.h.

Referenced by cabac_init_state(), and hls_slice_header().

§ disable_deblocking_filter_flag

uint8_t SliceHeader::disable_deblocking_filter_flag

slice_header_disable_deblocking_filter_flag

Definition at line 561 of file hevc.h.

Referenced by hls_coding_unit(), hls_pcm_sample(), hls_slice_header(), and hls_transform_tree().

§ slice_loop_filter_across_slices_enabled_flag

uint8_t SliceHeader::slice_loop_filter_across_slices_enabled_flag

Definition at line 562 of file hevc.h.

Referenced by ff_hevc_deblocking_boundary_strengths(), hls_slice_data(), and hls_slice_header().

§ collocated_list

uint8_t SliceHeader::collocated_list

Definition at line 563 of file hevc.h.

Referenced by derive_temporal_colocated_mvs(), ff_hevc_slice_rpl(), and hls_slice_header().

§ collocated_ref_idx

unsigned int SliceHeader::collocated_ref_idx

Definition at line 565 of file hevc.h.

Referenced by ff_hevc_slice_rpl(), and hls_slice_header().

§ slice_qp_delta

int SliceHeader::slice_qp_delta

Definition at line 567 of file hevc.h.

Referenced by hls_slice_header().

§ slice_cb_qp_offset

int SliceHeader::slice_cb_qp_offset

Definition at line 568 of file hevc.h.

Referenced by hls_residual_coding(), and hls_slice_header().

§ slice_cr_qp_offset

int SliceHeader::slice_cr_qp_offset

Definition at line 569 of file hevc.h.

Referenced by hls_residual_coding(), and hls_slice_header().

§ beta_offset

int SliceHeader::beta_offset

beta_offset_div2 * 2

Definition at line 571 of file hevc.h.

Referenced by hls_slice_data(), and hls_slice_header().

§ tc_offset

int SliceHeader::tc_offset

tc_offset_div2 * 2

Definition at line 572 of file hevc.h.

Referenced by hls_slice_data(), and hls_slice_header().

§ max_num_merge_cand

unsigned int SliceHeader::max_num_merge_cand

5 - 5_minus_max_num_merge_cand

Definition at line 574 of file hevc.h.

Referenced by derive_spatial_merge_candidates(), hls_prediction_unit(), and hls_slice_header().

§ num_entry_point_offsets

int SliceHeader::num_entry_point_offsets

Definition at line 576 of file hevc.h.

Referenced by hls_slice_header().

§ slice_qp

int8_t SliceHeader::slice_qp

Definition at line 578 of file hevc.h.

Referenced by cabac_init_state(), get_qPy_pred(), and hls_slice_header().

§ luma_log2_weight_denom

uint8_t SliceHeader::luma_log2_weight_denom

Definition at line 580 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ chroma_log2_weight_denom

int16_t SliceHeader::chroma_log2_weight_denom

Definition at line 581 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ luma_weight_l0

int16_t SliceHeader::luma_weight_l0[16]

Definition at line 583 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ chroma_weight_l0

int16_t SliceHeader::chroma_weight_l0[16][2]

Definition at line 584 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ chroma_weight_l1

int16_t SliceHeader::chroma_weight_l1[16][2]

Definition at line 585 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ luma_weight_l1

int16_t SliceHeader::luma_weight_l1[16]

Definition at line 586 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ luma_offset_l0

int16_t SliceHeader::luma_offset_l0[16]

Definition at line 588 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ chroma_offset_l0

int16_t SliceHeader::chroma_offset_l0[16][2]

Definition at line 589 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ luma_offset_l1

int16_t SliceHeader::luma_offset_l1[16]

Definition at line 591 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ chroma_offset_l1

int16_t SliceHeader::chroma_offset_l1[16][2]

Definition at line 592 of file hevc.h.

Referenced by hls_prediction_unit(), and pred_weight_table().

§ slice_ctb_addr_rs

int SliceHeader::slice_ctb_addr_rs

Definition at line 594 of file hevc.h.

Referenced by ff_hevc_cabac_init(), hls_slice_data(), and hls_slice_header().


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