|
FFmpeg
|
#include "libavutil/crc.h"#include "libavutil/mem.h"#include "libavutil/pixdesc.h"#include "rangecoder.h"#include "ffv1.h"Go to the source code of this file.
Functions | |
| static int | read_quant_table (RangeCoder *c, int16_t *quant_table, int scale) |
| int | ff_ffv1_read_quant_tables (RangeCoder *c, int16_t quant_table[MAX_CONTEXT_INPUTS][256]) |
| int | ff_ffv1_read_extra_header (FFV1Context *f) |
| int | ff_ffv1_parse_header (FFV1Context *f, RangeCoder *c, uint8_t *state) |
|
static |
Definition at line 25 of file ffv1_parse.c.
Referenced by ff_ffv1_read_quant_tables().
| int ff_ffv1_read_quant_tables | ( | RangeCoder * | c, |
| int16_t | quant_table[MAX_CONTEXT_INPUTS][256] | ||
| ) |
Definition at line 52 of file ffv1_parse.c.
Referenced by ff_ffv1_read_extra_header(), and read_header().
| int ff_ffv1_read_extra_header | ( | FFV1Context * | f | ) |
Definition at line 70 of file ffv1_parse.c.
Referenced by decode_init(), and parse().
| int ff_ffv1_parse_header | ( | FFV1Context * | f, |
| RangeCoder * | c, | ||
| uint8_t * | state | ||
| ) |
Definition at line 208 of file ffv1_parse.c.
Referenced by parse(), and read_header().
1.8.17