Lines Matching refs:TgqContext
44 typedef struct TgqContext {
51 } TgqContext;
55 TgqContext *s = avctx->priv_data;
65 static int tgq_decode_block(TgqContext *s, int16_t block[64], GetBitContext *gb)
116 static void tgq_idct_put_mb(TgqContext *s, int16_t (*block)[64], AVFrame *frame,
134 static inline void tgq_dconly(TgqContext *s, unsigned char *dst,
143 static void tgq_idct_put_mb_dconly(TgqContext *s, AVFrame *frame,
160 static int tgq_decode_mb(TgqContext *s, AVFrame *frame, int mb_y, int mb_x)
201 static void tgq_calculate_qtable(TgqContext *s, int quant)
217 TgqContext *s = avctx->priv_data;
262 .priv_data_size = sizeof(TgqContext),