Lines Matching refs:HQContext
50 static inline void put_blocks(HQContext *c, AVFrame *pic, in put_blocks()
62 static int hq_decode_block(HQContext *c, GetBitContext *gb, int16_t block[64], in hq_decode_block()
93 static int hq_decode_mb(HQContext *c, AVFrame *pic, in hq_decode_mb()
116 static int hq_decode_frame(HQContext *ctx, AVFrame *pic, in hq_decode_frame()
178 static int hqa_decode_mb(HQContext *c, AVFrame *pic, int qgroup, in hqa_decode_mb()
221 static int hqa_decode_slice(HQContext *ctx, AVFrame *pic, GetBitContext *gb, in hqa_decode_slice()
242 static int hqa_decode_frame(HQContext *ctx, AVFrame *pic, size_t data_size) in hqa_decode_frame()
306 HQContext *ctx = avctx->priv_data; in hq_hqa_decode_frame()
366 HQContext *ctx = avctx->priv_data; in hq_hqa_decode_init()
376 HQContext *ctx = avctx->priv_data; in hq_hqa_decode_close()
389 .priv_data_size = sizeof(HQContext),