|
FFmpeg
|
mvcdec.c File Reference
Silicon Graphics Motion Video Compressor 1 & 2 decoder. More...
#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"
Include dependency graph for mvcdec.c:

Go to the source code of this file.
Data Structures | |
| struct | MvcContext |
Macros | |
| #define | PIX16(target, true, false) |
| #define | ROW16(row, a1, a0, b1, b0) |
| #define | PIX32(target, true, false) |
| #define | ROW32(row, a1, a0, b1, b0) |
| #define | MVC2_BLOCK |
Typedefs | |
| typedef struct MvcContext | MvcContext |
Functions | |
| static av_cold int | mvc_decode_init (AVCodecContext *avctx) |
| static int | decode_mvc1 (AVCodecContext *avctx, GetByteContext *gb, uint8_t *dst_start, int width, int height, int linesize) |
| static void | set_4x4_block (uint8_t *dst, int linesize, uint32_t pixel) |
| static int | decode_mvc2 (AVCodecContext *avctx, GetByteContext *gb, uint8_t *dst_start, int width, int height, int linesize, int vflip) |
| static int | mvc_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| static av_cold int | mvc_decode_end (AVCodecContext *avctx) |
Detailed Description
Silicon Graphics Motion Video Compressor 1 & 2 decoder.
Definition in file mvcdec.c.
Macro Definition Documentation
| #define MVC2_BLOCK |
| #define PIX16 | ( | target, | |
| true, | |||
| false | |||
| ) |
Value:
dst += 2;
| #define PIX32 | ( | target, | |
| true, | |||
| false | |||
| ) |
Value:
dst += 4;
Value:
PIX16(1 << (row * 4 + 3), b1, b0)
#define PIX16(target, true, false)
Referenced by decode_mvc1().
Value:
PIX32(1 << (row * 4 + 3), b1, b0)
Typedef Documentation
| typedef struct MvcContext MvcContext |
Function Documentation
|
static |
Definition at line 61 of file mvcdec.c.
Referenced by mvc_decode_frame().
|
static |
Definition at line 138 of file mvcdec.c.
Referenced by mvc_decode_frame().
|
static |
|
static |
Definition at line 225 of file mvcdec.c.
Referenced by mvc_decode_end().
|
static |
Definition at line 37 of file mvcdec.c.
Referenced by mvc_decode_end().
Definition at line 113 of file mvcdec.c.
Referenced by decode_mvc2().
Generated by
1.8.11