FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HEVCLocalContext Struct Reference

#include <hevc.h>

Data Fields

uint8_t cabac_state [HEVC_CONTEXTS]
 
uint8_t stat_coeff [4]
 
uint8_t first_qp_group
 
GetBitContext gb
 
CABACContext cc
 
int8_t qp_y
 
int8_t curr_qp_y
 
int qPy_pred
 
TransformUnit tu
 
uint8_t ctb_left_flag
 
uint8_t ctb_up_flag
 
uint8_t ctb_up_right_flag
 
uint8_t ctb_up_left_flag
 
int end_of_tiles_x
 
int end_of_tiles_y
 
uint8_t edge_emu_buffer [(MAX_PB_SIZE+7)*EDGE_EMU_BUFFER_STRIDE *2]
 
uint8_t edge_emu_buffer2 [(MAX_PB_SIZE+7)*EDGE_EMU_BUFFER_STRIDE *2]
 
int16_t tmp [MAX_PB_SIZE *MAX_PB_SIZE]
 
int ct_depth
 
CodingUnit cu
 
PredictionUnit pu
 
NeighbourAvailable na
 
int boundary_flags
 

Detailed Description

Definition at line 759 of file hevc.h.

Field Documentation

uint8_t HEVCLocalContext::cabac_state[HEVC_CONTEXTS]

Definition at line 760 of file hevc.h.

Referenced by cabac_init_state(), ff_hevc_save_states(), and load_states().

uint8_t HEVCLocalContext::stat_coeff[4]

Definition at line 762 of file hevc.h.

Referenced by cabac_init_state(), and ff_hevc_hls_residual_coding().

uint8_t HEVCLocalContext::first_qp_group

Definition at line 764 of file hevc.h.

Referenced by get_qPy_pred(), hls_decode_neighbour(), hls_slice_data_wpp(), and hls_slice_header().

GetBitContext HEVCLocalContext::gb
CABACContext HEVCLocalContext::cc
int8_t HEVCLocalContext::qp_y
int8_t HEVCLocalContext::curr_qp_y

Definition at line 770 of file hevc.h.

int HEVCLocalContext::qPy_pred

Definition at line 772 of file hevc.h.

Referenced by get_qPy_pred(), hls_coding_quadtree(), and hls_coding_unit().

TransformUnit HEVCLocalContext::tu
uint8_t HEVCLocalContext::ctb_left_flag
uint8_t HEVCLocalContext::ctb_up_flag
uint8_t HEVCLocalContext::ctb_up_right_flag

Definition at line 778 of file hevc.h.

Referenced by ff_hevc_set_neighbour_available(), and hls_decode_neighbour().

uint8_t HEVCLocalContext::ctb_up_left_flag

Definition at line 779 of file hevc.h.

Referenced by ff_hevc_set_neighbour_available(), and hls_decode_neighbour().

int HEVCLocalContext::end_of_tiles_x

Definition at line 780 of file hevc.h.

Referenced by ff_hevc_set_neighbour_available(), hevc_frame_start(), and hls_decode_neighbour().

int HEVCLocalContext::end_of_tiles_y

Definition at line 781 of file hevc.h.

Referenced by ff_hevc_set_neighbour_available(), and hls_decode_neighbour().

uint8_t HEVCLocalContext::edge_emu_buffer[(MAX_PB_SIZE+7)*EDGE_EMU_BUFFER_STRIDE *2]
uint8_t HEVCLocalContext::edge_emu_buffer2[(MAX_PB_SIZE+7)*EDGE_EMU_BUFFER_STRIDE *2]

Definition at line 785 of file hevc.h.

Referenced by chroma_mc_bi(), ff_hevc_hls_residual_coding(), hls_transform_unit(), and luma_mc_bi().

int16_t HEVCLocalContext::tmp[MAX_PB_SIZE *MAX_PB_SIZE]

Definition at line 786 of file hevc.h.

Referenced by chroma_mc_bi(), and luma_mc_bi().

int HEVCLocalContext::ct_depth

Definition at line 788 of file hevc.h.

Referenced by ff_hevc_inter_pred_idc_decode(), hls_coding_quadtree(), and hls_coding_unit().

CodingUnit HEVCLocalContext::cu
PredictionUnit HEVCLocalContext::pu
NeighbourAvailable HEVCLocalContext::na
int HEVCLocalContext::boundary_flags

Definition at line 799 of file hevc.h.

Referenced by ff_hevc_deblocking_boundary_strengths(), and hls_decode_neighbour().


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