|
FFmpeg
|
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"Go to the source code of this file.
Data Structures | |
| struct | 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 |
Electronic Arts TQI Video Decoder.
Definition in file eatqi.c.
|
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().
|
static |
Definition at line 88 of file eatqi.c.
Referenced by tqi_decode_frame().
|
static |
|
static |
| AVCodec ff_eatqi_decoder |
1.8.2