#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "lossless_videodsp.h"
#include "zlib_wrapper.h"
#include <zlib.h>
Go to the source code of this file.
|
| static void | get_tree_codes (uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos) |
| |
| static int | build_vlc (AVCodecContext *avctx, VLC *vlc) |
| |
| static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
| |
| static av_cold int | decode_init (AVCodecContext *avctx) |
| |
| static av_cold int | decode_close (AVCodecContext *avctx) |
| |
◆ CACHED_BITSTREAM_READER
◆ get_tree_codes()
| static void get_tree_codes |
( |
uint32_t * | bits, |
|
|
int16_t * | lens, |
|
|
uint8_t * | xlat, |
|
|
Node * | nodes, |
|
|
int | node, |
|
|
uint32_t | pfx, |
|
|
int | pl, |
|
|
int * | pos ) |
|
static |
◆ build_vlc()
◆ decode_frame()
◆ decode_init()
◆ decode_close()
◆ ff_mvha_decoder
Initial value:= {
.p.name = "mvha",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int decode_init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt)
static av_cold int decode_close(AVCodecContext *avctx)
Definition at line 302 of file mvha.c.