Bitmap Brothers JV video decoder.
More...
Go to the source code of this file.
|
| static av_cold int | decode_init (AVCodecContext *avctx) |
| |
| static void | decode2x2 (GetBitContext *gb, uint8_t *dst, int linesize) |
| | Decode 2x2 block.
|
| |
| static void | decode4x4 (GetBitContext *gb, uint8_t *dst, int linesize) |
| | Decode 4x4 block.
|
| |
| static void | decode8x8 (GetBitContext *gb, uint8_t *dst, int linesize, BlockDSPContext *bdsp) |
| | Decode 8x8 block.
|
| |
| static int | decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) |
| |
| static av_cold int | decode_close (AVCodecContext *avctx) |
| |
Bitmap Brothers JV video decoder.
- Author
- Peter Ross pross.nosp@m.@xvi.nosp@m.d.org
Definition in file jvdec.c.
◆ decode_init()
◆ decode2x2()
| static void decode2x2 |
( |
GetBitContext * | gb, |
|
|
uint8_t * | dst, |
|
|
int | linesize ) |
|
inlinestatic |
◆ decode4x4()
| static void decode4x4 |
( |
GetBitContext * | gb, |
|
|
uint8_t * | dst, |
|
|
int | linesize ) |
|
inlinestatic |
◆ decode8x8()
◆ decode_frame()
◆ decode_close()
◆ ff_jv_decoder
Initial value:= {
.p.name = "jv",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
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 231 of file jvdec.c.