Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Deatgq.c44 typedef struct TgqContext { struct
51 } TgqContext; typedef
55 TgqContext *s = avctx->priv_data; in tgq_decode_init()
65 static int tgq_decode_block(TgqContext *s, int16_t block[64], GetBitContext *gb) in tgq_decode_block()
116 static void tgq_idct_put_mb(TgqContext *s, int16_t (*block)[64], AVFrame *frame, in tgq_idct_put_mb()
134 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, in tgq_dconly()
143 static void tgq_idct_put_mb_dconly(TgqContext *s, AVFrame *frame, in tgq_idct_put_mb_dconly()
160 static int tgq_decode_mb(TgqContext *s, AVFrame *frame, int mb_y, int mb_x) in tgq_decode_mb()
201 static void tgq_calculate_qtable(TgqContext *s, int quant) in tgq_calculate_qtable()
217 TgqContext * in tgq_decode_frame()
[all...]

Completed in 1 milliseconds