FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

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().

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

Definition at line 43 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

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

Definition at line 82 of file cbs_vp9_syntax_template.c.

Referenced by frame_size_with_refs(), and uncompressed_header().

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

Definition at line 102 of file cbs_vp9_syntax_template.c.

Referenced by frame_size_with_refs(), and uncompressed_header().

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

Definition at line 117 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

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

Definition at line 152 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

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

Definition at line 164 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

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

Definition at line 192 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

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

Definition at line 206 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

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

Definition at line 256 of file cbs_vp9_syntax_template.c.

Referenced by uncompressed_header().

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

Definition at line 277 of file cbs_vp9_syntax_template.c.

Referenced by frame().

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

Definition at line 396 of file cbs_vp9_syntax_template.c.

Referenced by frame().

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

Definition at line 406 of file cbs_vp9_syntax_template.c.

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

Definition at line 420 of file cbs_vp9_syntax_template.c.