FFmpeg
Loading...
Searching...
No Matches
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

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ 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.

◆ quantization_params()

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

Definition at line 182 of file cbs_vp9_syntax_template.c.

◆ segmentation_params()

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

Definition at line 196 of file cbs_vp9_syntax_template.c.

◆ tile_info()

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

Definition at line 247 of file cbs_vp9_syntax_template.c.

◆ uncompressed_header()

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

Definition at line 268 of file cbs_vp9_syntax_template.c.

◆ trailing_bits()

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

Definition at line 439 of file cbs_vp9_syntax_template.c.

◆ frame()

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

Definition at line 448 of file cbs_vp9_syntax_template.c.

◆ superframe_index()

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

Definition at line 462 of file cbs_vp9_syntax_template.c.

Referenced by superframe_index().