FFmpeg
Functions
cbs_vp8_syntax_template.c File Reference

Go to the source code of this file.

Functions

static int FUNC() update_segmentation (CodedBitstreamContext *ctx, CBSVP8BoolCodingRW *bool_coding_rw, VP8RawFrameHeader *current)
 
static int FUNC() mode_ref_lf_deltas (CodedBitstreamContext *ctx, CBSVP8BoolCodingRW *bool_coding_rw, VP8RawFrameHeader *current)
 
static int FUNC() quantization_params (CodedBitstreamContext *ctx, CBSVP8BoolCodingRW *bool_coding_rw, VP8RawFrameHeader *current)
 
static int FUNC() update_token_probs (CodedBitstreamContext *ctx, CBSVP8BoolCodingRW *bool_coding_rw, VP8RawFrameHeader *current)
 
static int FUNC() update_mv_probs (CodedBitstreamContext *ctx, CBSVP8BoolCodingRW *bool_coding_rw, VP8RawFrameHeader *current)
 
static int FUNC() frame_tag (CodedBitstreamContext *ctx, RWContext *rw, VP8RawFrameHeader *current)
 
static int FUNC() frame_header (CodedBitstreamContext *ctx, CBSVP8BoolCodingRW *bool_coding_rw, VP8RawFrameHeader *current)
 
static int FUNC() uncompressed_header (CodedBitstreamContext *ctx, RWContext *rw, VP8RawFrame *current)
 
static int FUNC() compressed_header (CodedBitstreamContext *ctx, CBSVP8BoolCodingRW *bool_coding_rw, VP8RawFrame *current)
 

Function Documentation

◆ update_segmentation()

static int FUNC() update_segmentation ( CodedBitstreamContext ctx,
CBSVP8BoolCodingRW bool_coding_rw,
VP8RawFrameHeader current 
)
static

Definition at line 19 of file cbs_vp8_syntax_template.c.

Referenced by frame_header().

◆ mode_ref_lf_deltas()

static int FUNC() mode_ref_lf_deltas ( CodedBitstreamContext ctx,
CBSVP8BoolCodingRW bool_coding_rw,
VP8RawFrameHeader current 
)
static

Definition at line 53 of file cbs_vp8_syntax_template.c.

Referenced by frame_header().

◆ quantization_params()

static int FUNC() quantization_params ( CodedBitstreamContext ctx,
CBSVP8BoolCodingRW bool_coding_rw,
VP8RawFrameHeader current 
)
static

Definition at line 79 of file cbs_vp8_syntax_template.c.

Referenced by frame_header().

◆ update_token_probs()

static int FUNC() update_token_probs ( CodedBitstreamContext ctx,
CBSVP8BoolCodingRW bool_coding_rw,
VP8RawFrameHeader current 
)
static

Definition at line 108 of file cbs_vp8_syntax_template.c.

Referenced by frame_header().

◆ update_mv_probs()

static int FUNC() update_mv_probs ( CodedBitstreamContext ctx,
CBSVP8BoolCodingRW bool_coding_rw,
VP8RawFrameHeader current 
)
static

Definition at line 128 of file cbs_vp8_syntax_template.c.

Referenced by frame_header().

◆ frame_tag()

static int FUNC() frame_tag ( CodedBitstreamContext ctx,
RWContext rw,
VP8RawFrameHeader current 
)
static

Definition at line 143 of file cbs_vp8_syntax_template.c.

Referenced by uncompressed_header().

◆ frame_header()

static int FUNC() frame_header ( CodedBitstreamContext ctx,
CBSVP8BoolCodingRW bool_coding_rw,
VP8RawFrameHeader current 
)
static

Definition at line 165 of file cbs_vp8_syntax_template.c.

◆ uncompressed_header()

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

Definition at line 231 of file cbs_vp8_syntax_template.c.

◆ compressed_header()

static int FUNC() compressed_header ( CodedBitstreamContext ctx,
CBSVP8BoolCodingRW bool_coding_rw,
VP8RawFrame current 
)
static

Definition at line 241 of file cbs_vp8_syntax_template.c.