21#ifndef AVCODEC_AV1DEC_H
22#define AVCODEC_AV1DEC_H
Libavcodec external API header.
refcounted data buffer API
reference-counted frame API
@ AV1_TOTAL_REFS_PER_FRAME
AVPixelFormat
Pixel format.
CodedBitstreamFragment current_obu
TileGroupInfo * tile_group_info
AV1RawOBU * seq_ref
RefStruct reference backing raw_seq.
AV1RawFrameHeader * raw_frame_header
AV1RawMetadataHDRCLL * cll
int start_unit
The index of the first OBU of the current frame.
enum AVPixelFormat pix_fmt
AV1RawMetadataHDRMDCV * mdcv
int nb_unit
The index of the next OBU to be processed.
AV1RawSequenceHeader * raw_seq
CodedBitstreamContext * cbc
AV1Frame ref[AV1_NUM_REF_FRAMES]
AV1RawOBU * cll_ref
RefStruct reference backing cll.
AVBufferRef * seq_data_ref
AV1RawOBU * mdcv_ref
RefStruct reference backing mdcv.
AV1RawOBU * header_ref
RefStruct reference backing raw_frame_header.
uint8_t gm_invalid[AV1_NUM_REF_FRAMES]
uint8_t ref_frame_sign_bias[AV1_TOTAL_REFS_PER_FRAME]
AV1RawFrameHeader * raw_frame_header
uint8_t skip_mode_frame_idx[2]
int32_t gm_params[AV1_NUM_REF_FRAMES][6]
void * hwaccel_picture_private
RefStruct reference.
AV1RawFilmGrainParams film_grain
AV1RawOBU * header_ref
RefStruct reference backing raw_frame_header.
uint8_t order_hints[AV1_TOTAL_REFS_PER_FRAME]
uint8_t gm_type[AV1_NUM_REF_FRAMES]
A reference to a data buffer.
Describe the class of an AVClass context structure.
main external API structure.
This structure describes decoded (raw) audio or video data.
This structure stores compressed data.
Context structure for coded bitstream operations.
Coded bitstream fragment structure, combining one or more units.
The ProgressFrame structure.