FFmpeg
|
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) |
|
static |
Definition at line 19 of file cbs_jpeg_syntax_template.c.
Referenced by xmv_fetch_video_packet().
|
static |
Definition at line 43 of file cbs_jpeg_syntax_template.c.
Referenced by dqt().
|
static |
Definition at line 62 of file cbs_jpeg_syntax_template.c.
Referenced by cbs_jpeg_read_unit(), cbs_jpeg_write_segment(), inverse_quant(), mjpega_dump_header(), and vaapi_encode_mjpeg_write_extra_buffer().
|
static |
Definition at line 78 of file cbs_jpeg_syntax_template.c.
Referenced by dht().
|
static |
Definition at line 102 of file cbs_jpeg_syntax_template.c.
Referenced by cbs_jpeg_read_unit(), cbs_jpeg_write_segment(), mjpega_dump_header(), and vaapi_encode_mjpeg_write_extra_buffer().
|
static |
Definition at line 126 of file cbs_jpeg_syntax_template.c.
|
static |
Definition at line 150 of file cbs_jpeg_syntax_template.c.
|
static |
Definition at line 174 of file cbs_jpeg_syntax_template.c.
Referenced by cbs_jpeg_free_comment(), cbs_jpeg_read_unit(), cbs_jpeg_write_segment(), smjpeg_read_header(), sox_read_header(), and sox_write_header().