FFmpeg
Loading...
Searching...
No Matches
cbs_jpeg_syntax_template.c File Reference

Go to the source code of this file.

Functions

static int FUNC frame_header (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawFrameHeader *current)
 
static int FUNC quantisation_table (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawQuantisationTable *current)
 
static int FUNC dqt (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawQuantisationTableSpecification *current)
 
static int FUNC huffman_table (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawHuffmanTable *current)
 
static int FUNC dht (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawHuffmanTableSpecification *current)
 
static int FUNC scan_header (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawScanHeader *current)
 
static int FUNC application_data (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawApplicationData *current)
 
static int FUNC comment (CodedBitstreamContext *ctx, RWContext *rw, JPEGRawComment *current)
 

Function Documentation

◆ frame_header()

static int FUNC frame_header ( CodedBitstreamContext * ctx,
RWContext * rw,
JPEGRawFrameHeader * current )
static

Definition at line 19 of file cbs_jpeg_syntax_template.c.

◆ quantisation_table()

static int FUNC quantisation_table ( CodedBitstreamContext * ctx,
RWContext * rw,
JPEGRawQuantisationTable * current )
static

Definition at line 43 of file cbs_jpeg_syntax_template.c.

Referenced by dqt(), and quantisation_table().

◆ dqt()

◆ huffman_table()

static int FUNC huffman_table ( CodedBitstreamContext * ctx,
RWContext * rw,
JPEGRawHuffmanTable * current )
static

Definition at line 78 of file cbs_jpeg_syntax_template.c.

Referenced by dht(), and huffman_table().

◆ dht()

◆ scan_header()

static int FUNC scan_header ( CodedBitstreamContext * ctx,
RWContext * rw,
JPEGRawScanHeader * current )
static

Definition at line 126 of file cbs_jpeg_syntax_template.c.

Referenced by scan_header().

◆ application_data()

static int FUNC application_data ( CodedBitstreamContext * ctx,
RWContext * rw,
JPEGRawApplicationData * current )
static

Definition at line 150 of file cbs_jpeg_syntax_template.c.

Referenced by application_data().

◆ comment()