FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cbs_av1_syntax_template.c File Reference

Go to the source code of this file.

Functions

static int FUNC() obu_header (CodedBitstreamContext *ctx, RWContext *rw, AV1RawOBUHeader *current)
 
static int FUNC() trailing_bits (CodedBitstreamContext *ctx, RWContext *rw, int nb_bits)
 
static int FUNC() byte_alignment (CodedBitstreamContext *ctx, RWContext *rw)
 
static int FUNC() color_config (CodedBitstreamContext *ctx, RWContext *rw, AV1RawColorConfig *current, int seq_profile)
 
static int FUNC() timing_info (CodedBitstreamContext *ctx, RWContext *rw, AV1RawTimingInfo *current)
 
static int FUNC() decoder_model_info (CodedBitstreamContext *ctx, RWContext *rw, AV1RawDecoderModelInfo *current)
 
static int FUNC() sequence_header_obu (CodedBitstreamContext *ctx, RWContext *rw, AV1RawSequenceHeader *current)
 
static int FUNC() temporal_delimiter_obu (CodedBitstreamContext *ctx, RWContext *rw)
 
static int FUNC() superres_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() frame_size (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() render_size (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() frame_size_with_refs (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() interpolation_filter (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() tile_info (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() quantization_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() segmentation_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() delta_q_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() delta_lf_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() loop_filter_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() cdef_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() lr_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() read_tx_mode (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() frame_reference_mode (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() skip_mode_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() global_motion_param (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current, int type, int ref, int idx)
 
static int FUNC() global_motion_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() film_grain_params (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() uncompressed_header (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current)
 
static int FUNC() frame_header_obu (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrameHeader *current, int redundant, AVBufferRef *rw_buffer_ref)
 
static int FUNC() tile_group_obu (CodedBitstreamContext *ctx, RWContext *rw, AV1RawTileGroup *current)
 
static int FUNC() frame_obu (CodedBitstreamContext *ctx, RWContext *rw, AV1RawFrame *current, AVBufferRef *rw_buffer_ref)
 
static int FUNC() tile_list_obu (CodedBitstreamContext *ctx, RWContext *rw, AV1RawTileList *current)
 
static int FUNC() metadata_hdr_cll (CodedBitstreamContext *ctx, RWContext *rw, AV1RawMetadataHDRCLL *current)
 
static int FUNC() metadata_hdr_mdcv (CodedBitstreamContext *ctx, RWContext *rw, AV1RawMetadataHDRMDCV *current)
 
static int FUNC() metadata_scalability (CodedBitstreamContext *ctx, RWContext *rw, AV1RawMetadataScalability *current)
 
static int FUNC() metadata_itut_t35 (CodedBitstreamContext *ctx, RWContext *rw, AV1RawMetadataITUTT35 *current)
 
static int FUNC() metadata_timecode (CodedBitstreamContext *ctx, RWContext *rw, AV1RawMetadataTimecode *current)
 
static int FUNC() metadata_obu (CodedBitstreamContext *ctx, RWContext *rw, AV1RawMetadata *current)
 

Function Documentation

static int FUNC() obu_header ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawOBUHeader current 
)
static

Definition at line 19 of file cbs_av1_syntax_template.c.

static int FUNC() trailing_bits ( CodedBitstreamContext ctx,
RWContext rw,
int  nb_bits 
)
static

Definition at line 44 of file cbs_av1_syntax_template.c.

static int FUNC() byte_alignment ( CodedBitstreamContext ctx,
RWContext rw 
)
static

Definition at line 61 of file cbs_av1_syntax_template.c.

Referenced by frame_obu(), and tile_group_obu().

static int FUNC() color_config ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawColorConfig current,
int  seq_profile 
)
static

Definition at line 71 of file cbs_av1_syntax_template.c.

Referenced by sequence_header_obu().

static int FUNC() timing_info ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawTimingInfo current 
)
static

Definition at line 152 of file cbs_av1_syntax_template.c.

Referenced by avf_read_packet(), decode_vui(), and sequence_header_obu().

static int FUNC() decoder_model_info ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawDecoderModelInfo current 
)
static

Definition at line 167 of file cbs_av1_syntax_template.c.

Referenced by sequence_header_obu().

static int FUNC() sequence_header_obu ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawSequenceHeader current 
)
static

Definition at line 180 of file cbs_av1_syntax_template.c.

static int FUNC() temporal_delimiter_obu ( CodedBitstreamContext ctx,
RWContext rw 
)
static

Definition at line 331 of file cbs_av1_syntax_template.c.

static int FUNC() superres_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 342 of file cbs_av1_syntax_template.c.

Referenced by frame_size(), and frame_size_with_refs().

static int FUNC() frame_size ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 368 of file cbs_av1_syntax_template.c.

Referenced by frame_size_with_refs(), and uncompressed_header().

static int FUNC() render_size ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 391 of file cbs_av1_syntax_template.c.

Referenced by frame_size_with_refs(), and uncompressed_header().

static int FUNC() frame_size_with_refs ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 413 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() interpolation_filter ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 452 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() tile_info ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 467 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() quantization_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 565 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() segmentation_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 612 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() delta_q_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 663 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() delta_lf_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 679 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() loop_filter_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 705 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() cdef_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 760 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() lr_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 795 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() read_tx_mode ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 836 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() frame_reference_mode ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 850 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() skip_mode_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 864 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() global_motion_param ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current,
int  type,
int  ref,
int  idx 
)
static

Definition at line 944 of file cbs_av1_syntax_template.c.

Referenced by global_motion_params().

static int FUNC() global_motion_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 973 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() film_grain_params ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 1018 of file cbs_av1_syntax_template.c.

Referenced by uncompressed_header().

static int FUNC() uncompressed_header ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current 
)
static

Definition at line 1115 of file cbs_av1_syntax_template.c.

Referenced by frame_header_obu().

static int FUNC() frame_header_obu ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrameHeader current,
int  redundant,
AVBufferRef rw_buffer_ref 
)
static

Definition at line 1465 of file cbs_av1_syntax_template.c.

Referenced by frame_obu().

static int FUNC() tile_group_obu ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawTileGroup current 
)
static

Definition at line 1556 of file cbs_av1_syntax_template.c.

Referenced by frame_obu().

static int FUNC() frame_obu ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawFrame current,
AVBufferRef rw_buffer_ref 
)
static

Definition at line 1592 of file cbs_av1_syntax_template.c.

static int FUNC() tile_list_obu ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawTileList current 
)
static

Definition at line 1608 of file cbs_av1_syntax_template.c.

static int FUNC() metadata_hdr_cll ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawMetadataHDRCLL current 
)
static

Definition at line 1623 of file cbs_av1_syntax_template.c.

Referenced by metadata_obu().

static int FUNC() metadata_hdr_mdcv ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawMetadataHDRMDCV current 
)
static

Definition at line 1634 of file cbs_av1_syntax_template.c.

Referenced by metadata_obu().

static int FUNC() metadata_scalability ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawMetadataScalability current 
)
static

Definition at line 1653 of file cbs_av1_syntax_template.c.

Referenced by metadata_obu().

static int FUNC() metadata_itut_t35 ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawMetadataITUTT35 current 
)
static

Definition at line 1661 of file cbs_av1_syntax_template.c.

Referenced by metadata_obu().

static int FUNC() metadata_timecode ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawMetadataTimecode current 
)
static

Definition at line 1697 of file cbs_av1_syntax_template.c.

Referenced by metadata_obu().

static int FUNC() metadata_obu ( CodedBitstreamContext ctx,
RWContext rw,
AV1RawMetadata current 
)
static

Definition at line 1733 of file cbs_av1_syntax_template.c.