FFmpeg
Data Fields
HEVCContext Struct Reference

#include <hevcdec.h>

Data Fields

const AVClassc
 
AVCodecContextavctx
 
struct HEVCContextsList [MAX_NB_THREADS]
 
HEVCLocalContextHEVClcList [MAX_NB_THREADS]
 
HEVCLocalContextHEVClc
 
uint8_t threads_type
 
uint8_t threads_number
 
int width
 
int height
 
uint8_tcabac_state
 
uint8_t slice_initialized
 1 if the independent slice segment header was successfully parsed More...
 
AVFrameframe
 
AVFrameoutput_frame
 
uint8_tsao_pixel_buffer_h [3]
 
uint8_tsao_pixel_buffer_v [3]
 
HEVCParamSets ps
 
HEVCSEI sei
 
struct AVMD5md5_ctx
 
AVBufferPooltab_mvf_pool
 
AVBufferPoolrpl_tab_pool
 candidate references for the current frame More...
 
RefPicList rps [5]
 
SliceHeader sh
 
SAOParamssao
 
DBParamsdeblock
 
enum HEVCNALUnitType nal_unit_type
 
int temporal_id
 temporal_id_plus1 - 1 More...
 
HEVCFrameref
 
HEVCFrame DPB [32]
 
int poc
 
int pocTid0
 
int slice_idx
 number of the slice being currently decoded More...
 
int eos
 current packet contains an EOS/EOB NAL More...
 
int last_eos
 last packet contains an EOS/EOB NAL More...
 
int max_ra
 
int bs_width
 
int bs_height
 
int overlap
 
int is_decoded
 
int no_rasl_output_flag
 
HEVCPredContext hpc
 
HEVCDSPContext hevcdsp
 
VideoDSPContext vdsp
 
BswapDSPContext bdsp
 
int8_t * qp_y_tab
 
uint8_thorizontal_bs
 
uint8_tvertical_bs
 
int32_ttab_slice_address
 
uint8_tskip_flag
 
uint8_ttab_ct_depth
 
uint8_ttab_ipm
 
uint8_tcbf_luma
 
uint8_tis_pcm
 
uint8_tfilter_slice_edges
 
uint8_tchecksum_buf
 used on BE to byteswap the lines for checksumming More...
 
int checksum_buf_size
 
uint16_t seq_decode
 Sequence counters for decoded and output frames, so that old frames are output first after a POC reset. More...
 
uint16_t seq_output
 
int enable_parallel_tiles
 
atomic_int wpp_err
 
const uint8_tdata
 
H2645Packet pkt
 
enum HEVCNALUnitType first_nal_type
 
uint8_t context_initialized
 
int is_nalff
 this flag is != 0 if bitstream is encapsulated as a format defined in 14496-15 More...
 
int apply_defdispwin
 
int nal_length_size
 Number of bytes used for nal length (1, 2 or 4) More...
 
int nuh_layer_id
 

Detailed Description

Definition at line 383 of file hevcdec.h.

Field Documentation

◆ c

const AVClass* HEVCContext::c

Definition at line 384 of file hevcdec.h.

◆ avctx

AVCodecContext* HEVCContext::avctx

Definition at line 385 of file hevcdec.h.

◆ sList

struct HEVCContext* HEVCContext::sList[MAX_NB_THREADS]

Definition at line 387 of file hevcdec.h.

◆ HEVClcList

HEVCLocalContext* HEVCContext::HEVClcList[MAX_NB_THREADS]

Definition at line 389 of file hevcdec.h.

◆ HEVClc

HEVCLocalContext* HEVCContext::HEVClc

Definition at line 390 of file hevcdec.h.

◆ threads_type

uint8_t HEVCContext::threads_type

Definition at line 392 of file hevcdec.h.

◆ threads_number

uint8_t HEVCContext::threads_number

Definition at line 393 of file hevcdec.h.

◆ width

int HEVCContext::width

Definition at line 395 of file hevcdec.h.

◆ height

int HEVCContext::height

Definition at line 396 of file hevcdec.h.

◆ cabac_state

uint8_t* HEVCContext::cabac_state

Definition at line 398 of file hevcdec.h.

◆ slice_initialized

uint8_t HEVCContext::slice_initialized

1 if the independent slice segment header was successfully parsed

Definition at line 401 of file hevcdec.h.

◆ frame

AVFrame* HEVCContext::frame

Definition at line 403 of file hevcdec.h.

◆ output_frame

AVFrame* HEVCContext::output_frame

Definition at line 404 of file hevcdec.h.

◆ sao_pixel_buffer_h

uint8_t* HEVCContext::sao_pixel_buffer_h[3]

Definition at line 405 of file hevcdec.h.

◆ sao_pixel_buffer_v

uint8_t* HEVCContext::sao_pixel_buffer_v[3]

Definition at line 406 of file hevcdec.h.

◆ ps

HEVCParamSets HEVCContext::ps

Definition at line 408 of file hevcdec.h.

◆ sei

HEVCSEI HEVCContext::sei

Definition at line 409 of file hevcdec.h.

◆ md5_ctx

struct AVMD5* HEVCContext::md5_ctx

Definition at line 410 of file hevcdec.h.

◆ tab_mvf_pool

AVBufferPool* HEVCContext::tab_mvf_pool

Definition at line 412 of file hevcdec.h.

◆ rpl_tab_pool

AVBufferPool* HEVCContext::rpl_tab_pool

candidate references for the current frame

Definition at line 413 of file hevcdec.h.

◆ rps

RefPicList HEVCContext::rps[5]

Definition at line 416 of file hevcdec.h.

◆ sh

SliceHeader HEVCContext::sh

Definition at line 418 of file hevcdec.h.

◆ sao

SAOParams* HEVCContext::sao

Definition at line 419 of file hevcdec.h.

◆ deblock

DBParams* HEVCContext::deblock

Definition at line 420 of file hevcdec.h.

◆ nal_unit_type

enum HEVCNALUnitType HEVCContext::nal_unit_type

Definition at line 421 of file hevcdec.h.

◆ temporal_id

int HEVCContext::temporal_id

temporal_id_plus1 - 1

Definition at line 422 of file hevcdec.h.

◆ ref

HEVCFrame* HEVCContext::ref

Definition at line 423 of file hevcdec.h.

◆ DPB

HEVCFrame HEVCContext::DPB[32]

Definition at line 424 of file hevcdec.h.

◆ poc

int HEVCContext::poc

Definition at line 425 of file hevcdec.h.

◆ pocTid0

int HEVCContext::pocTid0

Definition at line 426 of file hevcdec.h.

◆ slice_idx

int HEVCContext::slice_idx

number of the slice being currently decoded

Definition at line 427 of file hevcdec.h.

◆ eos

int HEVCContext::eos

current packet contains an EOS/EOB NAL

Definition at line 428 of file hevcdec.h.

◆ last_eos

int HEVCContext::last_eos

last packet contains an EOS/EOB NAL

Definition at line 429 of file hevcdec.h.

◆ max_ra

int HEVCContext::max_ra

Definition at line 430 of file hevcdec.h.

◆ bs_width

int HEVCContext::bs_width

Definition at line 431 of file hevcdec.h.

◆ bs_height

int HEVCContext::bs_height

Definition at line 432 of file hevcdec.h.

◆ overlap

int HEVCContext::overlap

Definition at line 433 of file hevcdec.h.

◆ is_decoded

int HEVCContext::is_decoded

Definition at line 435 of file hevcdec.h.

◆ no_rasl_output_flag

int HEVCContext::no_rasl_output_flag

Definition at line 436 of file hevcdec.h.

◆ hpc

HEVCPredContext HEVCContext::hpc

Definition at line 438 of file hevcdec.h.

◆ hevcdsp

HEVCDSPContext HEVCContext::hevcdsp

Definition at line 439 of file hevcdec.h.

◆ vdsp

VideoDSPContext HEVCContext::vdsp

Definition at line 440 of file hevcdec.h.

◆ bdsp

BswapDSPContext HEVCContext::bdsp

Definition at line 441 of file hevcdec.h.

◆ qp_y_tab

int8_t* HEVCContext::qp_y_tab

Definition at line 442 of file hevcdec.h.

◆ horizontal_bs

uint8_t* HEVCContext::horizontal_bs

Definition at line 443 of file hevcdec.h.

◆ vertical_bs

uint8_t* HEVCContext::vertical_bs

Definition at line 444 of file hevcdec.h.

◆ tab_slice_address

int32_t* HEVCContext::tab_slice_address

Definition at line 446 of file hevcdec.h.

◆ skip_flag

uint8_t* HEVCContext::skip_flag

Definition at line 449 of file hevcdec.h.

◆ tab_ct_depth

uint8_t* HEVCContext::tab_ct_depth

Definition at line 450 of file hevcdec.h.

◆ tab_ipm

uint8_t* HEVCContext::tab_ipm

Definition at line 452 of file hevcdec.h.

◆ cbf_luma

uint8_t* HEVCContext::cbf_luma

Definition at line 454 of file hevcdec.h.

◆ is_pcm

uint8_t* HEVCContext::is_pcm

Definition at line 455 of file hevcdec.h.

◆ filter_slice_edges

uint8_t* HEVCContext::filter_slice_edges

Definition at line 458 of file hevcdec.h.

◆ checksum_buf

uint8_t* HEVCContext::checksum_buf

used on BE to byteswap the lines for checksumming

Definition at line 461 of file hevcdec.h.

◆ checksum_buf_size

int HEVCContext::checksum_buf_size

Definition at line 462 of file hevcdec.h.

◆ seq_decode

uint16_t HEVCContext::seq_decode

Sequence counters for decoded and output frames, so that old frames are output first after a POC reset.

Definition at line 468 of file hevcdec.h.

◆ seq_output

uint16_t HEVCContext::seq_output

Definition at line 469 of file hevcdec.h.

◆ enable_parallel_tiles

int HEVCContext::enable_parallel_tiles

Definition at line 471 of file hevcdec.h.

◆ wpp_err

atomic_int HEVCContext::wpp_err

Definition at line 472 of file hevcdec.h.

◆ data

const uint8_t* HEVCContext::data

Definition at line 474 of file hevcdec.h.

◆ pkt

H2645Packet HEVCContext::pkt

Definition at line 476 of file hevcdec.h.

◆ first_nal_type

enum HEVCNALUnitType HEVCContext::first_nal_type

Definition at line 478 of file hevcdec.h.

◆ context_initialized

uint8_t HEVCContext::context_initialized

Definition at line 480 of file hevcdec.h.

◆ is_nalff

int HEVCContext::is_nalff

this flag is != 0 if bitstream is encapsulated as a format defined in 14496-15

Definition at line 481 of file hevcdec.h.

◆ apply_defdispwin

int HEVCContext::apply_defdispwin

Definition at line 483 of file hevcdec.h.

◆ nal_length_size

int HEVCContext::nal_length_size

Number of bytes used for nal length (1, 2 or 4)

Definition at line 485 of file hevcdec.h.

◆ nuh_layer_id

int HEVCContext::nuh_layer_id

Definition at line 486 of file hevcdec.h.


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