Electronic Arts TGQ Video Decoder.
More...
Go to the source code of this file.
|
| static av_cold int | tgq_decode_init (AVCodecContext *avctx) |
| |
| static int | tgq_decode_block (TgqContext *s, int16_t block[64], GetBitContext *gb) |
| |
| static void | tgq_idct_put_mb (TgqContext *s, int16_t(*block)[64], AVFrame *frame, int mb_x, int mb_y) |
| |
| static void | tgq_dconly (TgqContext *s, unsigned char *dst, ptrdiff_t dst_stride, int dc) |
| |
| static void | tgq_idct_put_mb_dconly (TgqContext *s, AVFrame *frame, int mb_x, int mb_y, const int8_t *dc) |
| |
| static int | tgq_decode_mb (TgqContext *s, GetByteContext *gbyte, AVFrame *frame, int mb_y, int mb_x) |
| |
| static void | tgq_calculate_qtable (TgqContext *s, int quant) |
| |
| static int | tgq_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
| |
| static av_cold int | tgq_decode_close (AVCodecContext *avctx) |
| |
◆ BITSTREAM_READER_LE
| #define BITSTREAM_READER_LE |
◆ tgq_decode_init()
◆ tgq_decode_block()
◆ tgq_idct_put_mb()
| static void tgq_idct_put_mb |
( |
TgqContext * | s, |
|
|
int16_t(*) | block[64], |
|
|
AVFrame * | frame, |
|
|
int | mb_x, |
|
|
int | mb_y ) |
|
static |
◆ tgq_dconly()
| static void tgq_dconly |
( |
TgqContext * | s, |
|
|
unsigned char * | dst, |
|
|
ptrdiff_t | dst_stride, |
|
|
int | dc ) |
|
inlinestatic |
◆ tgq_idct_put_mb_dconly()
| static void tgq_idct_put_mb_dconly |
( |
TgqContext * | s, |
|
|
AVFrame * | frame, |
|
|
int | mb_x, |
|
|
int | mb_y, |
|
|
const int8_t * | dc ) |
|
static |
◆ tgq_decode_mb()
◆ tgq_calculate_qtable()
| static void tgq_calculate_qtable |
( |
TgqContext * | s, |
|
|
int | quant ) |
|
static |
◆ tgq_decode_frame()
◆ tgq_decode_close()
◆ ff_eatgq_decoder
Initial value:= {
.p.name = "eatgq",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
int(* init)(AVBSFContext *ctx)
static int tgq_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt)
static av_cold int tgq_decode_init(AVCodecContext *avctx)
static av_cold int tgq_decode_close(AVCodecContext *avctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition at line 299 of file eatgq.c.