FFmpeg
|
Intel Indeo 2 decoder. More...
#include "libavutil/attributes.h"
#include "avcodec.h"
#include "get_bits.h"
#include "indeo2data.h"
#include "internal.h"
#include "mathops.h"
Go to the source code of this file.
Data Structures | |
struct | Ir2Context |
Macros | |
#define | BITSTREAM_READER_LE |
#define | CODE_VLC_BITS 14 |
Functions | |
static int | ir2_get_code (GetBitContext *gb) |
static int | ir2_decode_plane (Ir2Context *ctx, int width, int height, uint8_t *dst, int stride, const uint8_t *table) |
static int | ir2_decode_plane_inter (Ir2Context *ctx, int width, int height, uint8_t *dst, int stride, const uint8_t *table) |
static int | ir2_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | ir2_decode_init (AVCodecContext *avctx) |
static av_cold int | ir2_decode_end (AVCodecContext *avctx) |
Variables | |
static VLC | ir2_vlc |
AVCodec | ff_indeo2_decoder |
Intel Indeo 2 decoder.
Definition in file indeo2.c.
#define CODE_VLC_BITS 14 |
Definition at line 42 of file indeo2.c.
Referenced by ir2_decode_init(), and ir2_get_code().
|
inlinestatic |
Definition at line 46 of file indeo2.c.
Referenced by ir2_decode_plane(), and ir2_decode_plane_inter().
|
static |
Definition at line 51 of file indeo2.c.
Referenced by ir2_decode_frame().
|
static |
Definition at line 107 of file indeo2.c.
Referenced by ir2_decode_frame().
|
static |
|
static |
|
static |
AVCodec ff_indeo2_decoder |