Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhq_hqa.c50 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()
[all …]
Dhq_hqa.h37 typedef struct HQContext { struct
45 } HQContext; argument
60 int ff_hq_init_vlcs(HQContext *c);
Dhq_hqadata.c8368 av_cold int ff_hq_init_vlcs(HQContext *c) in ff_hq_init_vlcs()