Electronic Arts TQI Video Decoder. More...
#include "avcodec.h"#include "get_bits.h"#include "dsputil.h"#include "aandcttab.h"#include "mpeg12.h"#include "mpegvideo.h"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, DCTELEM(*block)[64]) |
| static void | tqi_idct_put (TqiContext *t, DCTELEM(*block)[64]) |
| static void | tqi_calculate_qtable (MpegEncContext *s, int quant) |
| static int | tqi_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
| static av_cold int | tqi_decode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_eatqi_decoder |
Electronic Arts TQI Video Decoder.
Definition in file eatqi.c.
| typedef struct TqiContext TqiContext |
|
static |
Definition at line 89 of file eatqi.c.
Referenced by tqi_decode_frame().
|
static |
|
static |
|
static |
|
static |
Definition at line 60 of file eatqi.c.
Referenced by tqi_decode_frame().
|
inlinestatic |
Definition at line 71 of file eatqi.c.
Referenced by tqi_decode_frame().
| AVCodec ff_eatqi_decoder |