FFmpeg
Loading...
Searching...
No Matches
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(), and update_segmentation().

◆ 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(), and mode_ref_lf_deltas().

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

◆ 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(), and update_token_probs().

◆ 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(), and update_mv_probs().

◆ 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 frame_tag(), and 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.

Referenced by compressed_header().