FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/thread.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "indeo2data.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 pitch, const uint8_t *table) |
static int | ir2_decode_plane_inter (Ir2Context *ctx, int width, int height, uint8_t *dst, int pitch, const uint8_t *table) |
static int | ir2_decode_frame (AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt) |
static av_cold void | ir2_init_static (void) |
static av_cold int | ir2_decode_init (AVCodecContext *avctx) |
static av_cold int | ir2_decode_end (AVCodecContext *avctx) |
Variables | |
static VLC | ir2_vlc |
const FFCodec | ff_indeo2_decoder |
Intel Indeo 2 decoder.
Definition in file indeo2.c.
|
inlinestatic |
Definition at line 48 of file indeo2.c.
Referenced by ir2_decode_plane(), and ir2_decode_plane_inter().
|
static |
Definition at line 53 of file indeo2.c.
Referenced by ir2_decode_frame().
|
static |
Definition at line 115 of file indeo2.c.
Referenced by ir2_decode_frame().
|
static |
|
static |
Definition at line 227 of file indeo2.c.
Referenced by ir2_decode_init().
|
static |
|
static |
|
static |
Definition at line 45 of file indeo2.c.
Referenced by ir2_get_code(), and ir2_init_static().
const FFCodec ff_indeo2_decoder |