FFmpeg
|
eatqi.c File Reference
Electronic Arts TQI Video Decoder. More...
#include "avcodec.h"
#include "get_bits.h"
#include "aandcttab.h"
#include "eaidct.h"
#include "internal.h"
#include "mpeg12.h"
#include "mpegvideo.h"
Include dependency graph for eatqi.c:
Go to the source code of this file.
Data Structures | |
struct | TqiContext |
Typedefs | |
typedef struct TqiContext | TqiContext |
Functions | |
static av_cold int | tqi_decode_init (AVCodecContext *avctx) |
static int | tqi_decode_mb (MpegEncContext *s, int16_t(*block)[64]) |
static void | tqi_idct_put (TqiContext *t, AVFrame *frame, int16_t(*block)[64]) |
static void | tqi_calculate_qtable (MpegEncContext *s, int quant) |
static int | tqi_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | tqi_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_eatqi_decoder |
Detailed Description
Electronic Arts TQI Video Decoder.
Definition in file eatqi.c.
Typedef Documentation
typedef struct TqiContext TqiContext |
Function Documentation
|
static |
Definition at line 88 of file eatqi.c.
Referenced by tqi_decode_frame().
|
static |
|
static |
|
static |
|
static |
Definition at line 59 of file eatqi.c.
Referenced by tqi_decode_frame().
|
inlinestatic |
Definition at line 70 of file eatqi.c.
Referenced by tqi_decode_frame().
Variable Documentation
AVCodec ff_eatqi_decoder |
Initial value:
= {
.name = "eatqi",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_TQI,
.priv_data_size = sizeof(TqiContext),
.init = tqi_decode_init,
.close = tqi_decode_end,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Electronic Arts TQI Video"),
}
struct TqiContext TqiContext
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
Definition: libavcodec/avcodec.h:225
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int tqi_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: eatqi.c:97
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11