FFmpeg
|
#include <hevcdec.h>
Data Fields | |
uint8_t | cabac_state [HEVC_CONTEXTS] |
uint8_t | stat_coeff [HEVC_STAT_COEFFS] |
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 |
uint8_t HEVCLocalContext::cabac_state[HEVC_CONTEXTS] |
uint8_t HEVCLocalContext::stat_coeff[HEVC_STAT_COEFFS] |
Definition at line 430 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding().
uint8_t HEVCLocalContext::first_qp_group |
Definition at line 432 of file hevcdec.h.
Referenced by get_qPy_pred(), and hls_decode_neighbour().
GetBitContext HEVCLocalContext::gb |
Definition at line 434 of file hevcdec.h.
Referenced by decode_nal_unit(), hls_decode_entry_wpp(), and hls_slice_data_wpp().
CABACContext HEVCLocalContext::cc |
Definition at line 435 of file hevcdec.h.
Referenced by cabac_reinit(), hls_decode_entry_wpp(), and hls_pcm_sample().
int8_t HEVCLocalContext::qp_y |
Definition at line 437 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), hls_coding_quadtree(), and hls_coding_unit().
int HEVCLocalContext::qPy_pred |
Definition at line 440 of file hevcdec.h.
Referenced by get_qPy_pred(), hls_coding_quadtree(), and hls_coding_unit().
TransformUnit HEVCLocalContext::tu |
Definition at line 442 of file hevcdec.h.
Referenced by ff_hevc_hls_residual_coding(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), get_qPy_pred(), hls_coding_quadtree(), hls_coding_unit(), hls_cross_component_pred(), hls_transform_tree(), hls_transform_unit(), and intra_pred().
uint8_t HEVCLocalContext::ctb_left_flag |
Definition at line 444 of file hevcdec.h.
Referenced by ff_hevc_set_neighbour_available(), hls_decode_neighbour(), hls_sao_param(), and luma_intra_pred_mode().
uint8_t HEVCLocalContext::ctb_up_flag |
Definition at line 445 of file hevcdec.h.
Referenced by ff_hevc_set_neighbour_available(), hls_decode_neighbour(), hls_sao_param(), and luma_intra_pred_mode().
uint8_t HEVCLocalContext::ctb_up_right_flag |
Definition at line 446 of file hevcdec.h.
Referenced by ff_hevc_set_neighbour_available(), and hls_decode_neighbour().
uint8_t HEVCLocalContext::ctb_up_left_flag |
Definition at line 447 of file hevcdec.h.
Referenced by ff_hevc_set_neighbour_available(), and hls_decode_neighbour().
int HEVCLocalContext::end_of_tiles_x |
Definition at line 448 of file hevcdec.h.
Referenced by ff_hevc_set_neighbour_available(), hevc_frame_start(), and hls_decode_neighbour().
int HEVCLocalContext::end_of_tiles_y |
Definition at line 449 of file hevcdec.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] |
Definition at line 451 of file hevcdec.h.
Referenced by chroma_mc_bi(), chroma_mc_uni(), ff_hevc_hls_residual_coding(), hls_transform_unit(), luma_mc_bi(), luma_mc_uni(), and sao_filter_CTB().
uint8_t HEVCLocalContext::edge_emu_buffer2[(MAX_PB_SIZE+7) *EDGE_EMU_BUFFER_STRIDE *2] |
Definition at line 453 of file hevcdec.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 454 of file hevcdec.h.
Referenced by chroma_mc_bi(), and luma_mc_bi().
int HEVCLocalContext::ct_depth |
Definition at line 456 of file hevcdec.h.
Referenced by hls_coding_quadtree(), and hls_coding_unit().
CodingUnit HEVCLocalContext::cu |
Definition at line 457 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_hls_residual_coding(), ff_hevc_luma_mv_merge_mode(), hls_coding_unit(), hls_transform_tree(), hls_transform_unit(), intra_prediction_unit(), and intra_prediction_unit_default_value().
PredictionUnit HEVCLocalContext::pu |
Definition at line 458 of file hevcdec.h.
Referenced by ff_hevc_hls_mvd_coding(), hevc_luma_mv_mvp_mode(), hls_coding_unit(), hls_prediction_unit(), hls_transform_tree(), intra_prediction_unit(), and luma_intra_pred_mode().
NeighbourAvailable HEVCLocalContext::na |
Definition at line 459 of file hevcdec.h.
Referenced by derive_spatial_merge_candidates(), ff_hevc_luma_mv_mvp_mode(), ff_hevc_set_neighbour_available(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), and intra_pred().
int HEVCLocalContext::boundary_flags |
Definition at line 467 of file hevcdec.h.
Referenced by ff_hevc_deblocking_boundary_strengths(), and hls_decode_neighbour().