FFmpeg
|
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
#include "lossless_videodsp.h"
#include "mathops.h"
#include "thread.h"
Go to the source code of this file.
Data Structures | |
struct | VBLEContext |
Macros | |
#define | BITSTREAM_READER_LE |
Functions | |
static int | vble_unpack (VBLEContext *ctx, GetBitContext *gb) |
static void | vble_restore_plane (VBLEContext *ctx, AVFrame *pic, GetBitContext *gb, int plane, int offset, int width, int height) |
static int | vble_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | vble_decode_close (AVCodecContext *avctx) |
static av_cold int | vble_decode_init (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_vble_decoder |
|
static |
Definition at line 45 of file vble.c.
Referenced by vble_decode_frame().
|
static |
Definition at line 85 of file vble.c.
Referenced by vble_decode_frame().
|
static |
|
static |
Definition at line 174 of file vble.c.
Referenced by vble_decode_init().
|
static |
AVCodec ff_vble_decoder |