FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "blockdsp.h"
#include "get_bits.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | JvContext |
Functions | |
static av_cold int | decode_init (AVCodecContext *avctx) |
static void | decode2x2 (GetBitContext *gb, uint8_t *dst, int linesize) |
Decode 2x2 block. More... | |
static void | decode4x4 (GetBitContext *gb, uint8_t *dst, int linesize) |
Decode 4x4 block. More... | |
static void | decode8x8 (GetBitContext *gb, uint8_t *dst, int linesize, BlockDSPContext *bdsp) |
Decode 8x8 block. More... | |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_jv_decoder |
Bitmap Brothers JV video decoder
Definition in file jvdec.c.
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
AVCodec ff_jv_decoder |