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

#include <hevc.h>

Data Fields

int16_t mc_buffer [(64+7)*64]
 
uint8_t cabac_state [HEVC_CONTEXTS]
 
uint8_t stat_coeff [4]
 
uint8_t first_qp_group
 
GetBitContext gb
 
CABACContext cc
 
TransformTree tt
 
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]
 
CodingTree ct
 
CodingUnit cu
 
PredictionUnit pu
 
NeighbourAvailable na
 
uint8_t slice_or_tiles_left_boundary
 
uint8_t slice_or_tiles_up_boundary
 

Detailed Description

Definition at line 758 of file hevc.h.

Field Documentation

int16_t HEVCLocalContext::mc_buffer[(64+7)*64]

Definition at line 759 of file hevc.h.

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
TransformTree HEVCLocalContext::tt

Definition at line 768 of file hevc.h.

Referenced by hls_transform_tree(), and hls_transform_unit().

int8_t HEVCLocalContext::qp_y
int8_t HEVCLocalContext::curr_qp_y

Definition at line 771 of file hevc.h.

int HEVCLocalContext::qPy_pred

Definition at line 773 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
uint8_t HEVCLocalContext::ctb_up_left_flag
int HEVCLocalContext::end_of_tiles_x
int HEVCLocalContext::end_of_tiles_y
uint8_t HEVCLocalContext::edge_emu_buffer[(MAX_PB_SIZE+7)*EDGE_EMU_BUFFER_STRIDE *2]

Definition at line 784 of file hevc.h.

Referenced by chroma_mc_bi(), chroma_mc_uni(), luma_mc_bi(), and luma_mc_uni().

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(), and luma_mc_bi().

CodingTree HEVCLocalContext::ct

Definition at line 787 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
uint8_t HEVCLocalContext::slice_or_tiles_left_boundary

Definition at line 792 of file hevc.h.

Referenced by ff_hevc_deblocking_boundary_strengths(), and hls_decode_neighbour().

uint8_t HEVCLocalContext::slice_or_tiles_up_boundary

Definition at line 793 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: