Bitmap Brothers JV video decoder.
More...
Go to the source code of this file.
Functions |
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, DSPContext *dsp) |
| Decode 8x8 block.
|
static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
static av_cold int | decode_close (AVCodecContext *avctx) |
Detailed Description
Bitmap Brothers JV video decoder.
- Author
- Peter Ross pross.nosp@m.@xvi.nosp@m.d.org
Definition in file jvdec.c.
Typedef Documentation
Function Documentation
Variable Documentation
Initial value:
Definition at line 213 of file jvdec.c.