FFmpeg
|
#include "avcodec.h"
#include "blockdsp.h"
#include "bswapdsp.h"
#include "get_bits.h"
#include "aandcttab.h"
#include "eaidct.h"
#include "idctdsp.h"
#include "internal.h"
#include "mpeg12.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 (TqiContext *t, int16_t(*block)[64]) |
static void | tqi_idct_put (AVCodecContext *avctx, AVFrame *frame, int16_t(*block)[64]) |
static void | tqi_calculate_qtable (TqiContext *t, 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 |
|
static |
|
static |
Definition at line 73 of file eatqi.c.
Referenced by tqi_decode_frame().
|
inlinestatic |
Definition at line 93 of file eatqi.c.
Referenced by tqi_decode_frame().
|
static |
Definition at line 113 of file eatqi.c.
Referenced by tqi_decode_frame().
|
static |
|
static |
AVCodec ff_eatqi_decoder |