FFmpeg
Data Fields
HEVCLayerContext Struct Reference

#include <hevcdec.h>

Data Fields

HEVCFrame DPB [32]
 
HEVCFramecur_frame
 
const HEVCSPSsps
 
int bs_width
 
int bs_height
 
SAOParamssao
 
DBParamsdeblock
 
uint8_t * skip_flag
 
uint8_t * tab_ct_depth
 
uint8_t * cbf_luma
 
uint8_t * tab_ipm
 
uint8_t * is_pcm
 
uint8_t * filter_slice_edges
 
int32_ttab_slice_address
 
int8_t * qp_y_tab
 
uint8_t * horizontal_bs
 
uint8_t * vertical_bs
 
uint8_t * sao_pixel_buffer_h [3]
 
uint8_t * sao_pixel_buffer_v [3]
 
struct FFRefStructPooltab_mvf_pool
 
struct FFRefStructPoolrpl_tab_pool
 

Detailed Description

Definition at line 449 of file hevcdec.h.

Field Documentation

◆ DPB

HEVCFrame HEVCLayerContext::DPB[32]

◆ cur_frame

HEVCFrame* HEVCLayerContext::cur_frame

◆ sps

const HEVCSPS* HEVCLayerContext::sps

◆ bs_width

int HEVCLayerContext::bs_width

◆ bs_height

int HEVCLayerContext::bs_height

Definition at line 456 of file hevcdec.h.

Referenced by hevc_frame_start(), and pic_arrays_init().

◆ sao

SAOParams* HEVCLayerContext::sao

Definition at line 458 of file hevcdec.h.

Referenced by hls_sao_param(), pic_arrays_free(), pic_arrays_init(), and sao_filter_CTB().

◆ deblock

DBParams* HEVCLayerContext::deblock

◆ skip_flag

uint8_t* HEVCLayerContext::skip_flag

Definition at line 462 of file hevcdec.h.

Referenced by hls_coding_unit(), hls_prediction_unit(), pic_arrays_free(), and pic_arrays_init().

◆ tab_ct_depth

uint8_t* HEVCLayerContext::tab_ct_depth

Definition at line 463 of file hevcdec.h.

Referenced by hls_coding_quadtree(), hls_coding_unit(), pic_arrays_free(), and pic_arrays_init().

◆ cbf_luma

uint8_t* HEVCLayerContext::cbf_luma

◆ tab_ipm

uint8_t* HEVCLayerContext::tab_ipm

◆ is_pcm

uint8_t* HEVCLayerContext::is_pcm

◆ filter_slice_edges

uint8_t* HEVCLayerContext::filter_slice_edges

◆ tab_slice_address

int32_t* HEVCLayerContext::tab_slice_address

◆ qp_y_tab

int8_t* HEVCLayerContext::qp_y_tab

◆ horizontal_bs

uint8_t* HEVCLayerContext::horizontal_bs

◆ vertical_bs

uint8_t* HEVCLayerContext::vertical_bs

◆ sao_pixel_buffer_h

uint8_t* HEVCLayerContext::sao_pixel_buffer_h[3]

Definition at line 480 of file hevcdec.h.

Referenced by copy_CTB_to_hv(), pic_arrays_free(), pic_arrays_init(), and sao_filter_CTB().

◆ sao_pixel_buffer_v

uint8_t* HEVCLayerContext::sao_pixel_buffer_v[3]

Definition at line 481 of file hevcdec.h.

Referenced by copy_CTB_to_hv(), pic_arrays_free(), pic_arrays_init(), and sao_filter_CTB().

◆ tab_mvf_pool

struct FFRefStructPool* HEVCLayerContext::tab_mvf_pool

Definition at line 483 of file hevcdec.h.

Referenced by alloc_frame(), pic_arrays_free(), and pic_arrays_init().

◆ rpl_tab_pool

struct FFRefStructPool* HEVCLayerContext::rpl_tab_pool

Definition at line 484 of file hevcdec.h.

Referenced by alloc_frame(), pic_arrays_free(), and pic_arrays_init().


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