FFmpeg
Functions
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.

Referenced by xmv_fetch_video_packet().

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

◆ dqt()

static int FUNC() dqt ( CodedBitstreamContext ctx,
RWContext rw,
JPEGRawQuantisationTableSpecification current 
)
static

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

◆ dht()

static int FUNC() dht ( CodedBitstreamContext ctx,
RWContext rw,
JPEGRawHuffmanTableSpecification current 
)
static

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

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

◆ comment()

static int FUNC() comment ( CodedBitstreamContext ctx,
RWContext rw,
JPEGRawComment current 
)
static