|
static int | read_code (GetBitContext *gb, int *oskip, int *level, int *map, int mode) |
|
static int | decode_intra_blocks (AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *dc_level) |
|
static int | decode_inter_blocks (AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *map) |
|
static int | decode_intra_block (AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *dc_level) |
|
static int | decode_intra_plane (AGMContext *s, GetBitContext *gb, int size, const int *quant_matrix, AVFrame *frame, int plane) |
|
static int | decode_inter_block (AGMContext *s, GetBitContext *gb, const int *quant_matrix, int *skip, int *map) |
|
static int | decode_inter_plane (AGMContext *s, GetBitContext *gb, int size, const int *quant_matrix, AVFrame *frame, AVFrame *prev, int plane) |
|
static void | compute_quant_matrix (AGMContext *s, double qscale) |
|
static int | decode_raw_intra_rgb (AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) |
|
static av_always_inline int | fill_pixels (uint8_t **y0, uint8_t **y1, uint8_t **u, uint8_t **v, int ylinesize, int ulinesize, int vlinesize, uint8_t *fill, int *nx, int *ny, int *np, int w, int h) |
|
static int | decode_runlen_rgb (AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) |
|
static int | decode_runlen (AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) |
|
static int | decode_raw_intra (AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame) |
|
static int | decode_intra (AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame) |
|
static int | decode_motion_vectors (AVCodecContext *avctx, GetBitContext *gb) |
|
static int | decode_inter (AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame, AVFrame *prev) |
|
static void | get_tree_codes (uint32_t *codes, Node *nodes, int idx, uint32_t pfx, int bitpos) |
|
static int | make_new_tree (const uint8_t *bitlens, uint32_t *codes) |
|
static int | build_huff (const uint8_t *bitlen, VLC *vlc) |
|
static int | decode_huffman2 (AVCodecContext *avctx, int header, int size) |
|
static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
|
static av_cold int | decode_init (AVCodecContext *avctx) |
|
static void | decode_flush (AVCodecContext *avctx) |
|
static av_cold int | decode_close (AVCodecContext *avctx) |
|