Home
last modified time | relevance | path

Searched refs:TgqContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Deatgq.c43 typedef struct TgqContext { struct
50 } TgqContext; argument
54 TgqContext *s = avctx->priv_data; in tgq_decode_init()
64 static void tgq_decode_block(TgqContext *s, int16_t block[64], GetBitContext *gb) in tgq_decode_block()
110 static void tgq_idct_put_mb(TgqContext *s, int16_t (*block)[64], AVFrame *frame, in tgq_idct_put_mb()
128 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, in tgq_dconly()
137 static void tgq_idct_put_mb_dconly(TgqContext *s, AVFrame *frame, in tgq_idct_put_mb_dconly()
154 static int tgq_decode_mb(TgqContext *s, AVFrame *frame, int mb_y, int mb_x) in tgq_decode_mb()
192 static void tgq_calculate_qtable(TgqContext *s, int quant) in tgq_calculate_qtable()
209 TgqContext *s = avctx->priv_data; in tgq_decode_frame()
[all …]