FFmpeg
|
#include "libavutil/mem.h"
#include "libavutil/mem_internal.h"
#include "avcodec.h"
#include "blockdsp.h"
#include "bswapdsp.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "aandcttab.h"
#include "eaidct.h"
#include "mpeg12data.h"
#include "mpeg12dec.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, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
static av_cold int | tqi_decode_end (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_eatqi_decoder |
|
static |
|
static |
Definition at line 72 of file eatqi.c.
Referenced by tqi_decode_frame().
|
inlinestatic |
Definition at line 92 of file eatqi.c.
Referenced by tqi_decode_frame().
|
static |
Definition at line 112 of file eatqi.c.
Referenced by tqi_decode_frame().
|
static |
|
static |
const FFCodec ff_eatqi_decoder |