Searched refs:qgroup (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hq_hqa.c | 96 int qgroup, flag; in hq_decode_mb() local 99 qgroup = get_bits(gb, 4); in hq_decode_mb() 103 ret = hq_decode_block(c, gb, c->block[i], qgroup, i >= 4, 0); in hq_decode_mb() 178 static int hqa_decode_mb(HQContext *c, AVFrame *pic, int qgroup, in hqa_decode_mb() argument 205 ret = hq_decode_block(c, gb, c->block[i], qgroup, i >= 8, 1); in hqa_decode_mb()
|