FFmpeg
Functions
cbs_vp9_syntax_template.c File Reference

Go to the source code of this file.

Functions

static int FUNC() frame_sync_code (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() color_config (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current, int profile)
 
static int FUNC() frame_size (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() render_size (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() frame_size_with_refs (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() interpolation_filter (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() loop_filter_params (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() quantization_params (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() segmentation_params (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() tile_info (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() uncompressed_header (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrameHeader *current)
 
static int FUNC() trailing_bits (CodedBitstreamContext *ctx, RWContext *rw)
 
static int FUNC() frame (CodedBitstreamContext *ctx, RWContext *rw, VP9RawFrame *current)
 
static int FUNC() superframe_index (CodedBitstreamContext *ctx, RWContext *rw, VP9RawSuperframeIndex *current)
 

Function Documentation

◆ frame_sync_code()

static int FUNC() frame_sync_code ( CodedBitstreamContext ctx,
RWContext rw,
VP9RawFrameHeader current 
)
static

Definition at line 19 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header(), and vp9_raw_reorder_frame_parse().

◆ color_config()

static int FUNC() color_config ( CodedBitstreamContext ctx,
RWContext rw,
VP9RawFrameHeader current,
int  profile 
)
static

Definition at line 31 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

◆ frame_size()

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

Definition at line 70 of file cbs_vp9_syntax_template.c.

Referenced by frame_size_with_refs(), and uncompressed_header().

◆ render_size()

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

Definition at line 90 of file cbs_vp9_syntax_template.c.

Referenced by frame_size_with_refs(), and uncompressed_header().

◆ frame_size_with_refs()

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

Definition at line 105 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

◆ interpolation_filter()

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

Definition at line 140 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

◆ loop_filter_params()

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

Definition at line 152 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

◆ quantization_params()

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

Definition at line 180 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

◆ segmentation_params()

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

Definition at line 194 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

◆ tile_info()

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

Definition at line 244 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

◆ uncompressed_header()

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

Definition at line 265 of file cbs_vp9_syntax_template.c.

Referenced by frame().

◆ trailing_bits()

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

Definition at line 384 of file cbs_vp9_syntax_template.c.

Referenced by frame().

◆ frame()

static int FUNC() frame ( CodedBitstreamContext ctx,
RWContext rw,
VP9RawFrame current 
)
static

Definition at line 393 of file cbs_vp9_syntax_template.c.

◆ superframe_index()

static int FUNC() superframe_index ( CodedBitstreamContext ctx,
RWContext rw,
VP9RawSuperframeIndex current 
)
static

Definition at line 407 of file cbs_vp9_syntax_template.c.