Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp6.c413 int coeff, sign, coeff_idx; in vp6_parse_coeff_huffman() local
422 for (coeff_idx = 0;;) { in vp6_parse_coeff_huffman()
424 if (coeff_idx<2 && s->nb_null[coeff_idx][pt]) { in vp6_parse_coeff_huffman()
425 s->nb_null[coeff_idx][pt]--; in vp6_parse_coeff_huffman()
426 if (coeff_idx) in vp6_parse_coeff_huffman()
433 if (coeff_idx) { in vp6_parse_coeff_huffman()
434 int pt = (coeff_idx >= 6); in vp6_parse_coeff_huffman()
442 if (coeff_idx == 1) /* first AC coeff ? */ in vp6_parse_coeff_huffman()
452 if (coeff_idx) in vp6_parse_coeff_huffman()
475 int coeff, sign, coeff_idx; vp6_parse_coeff() local
[all...]
H A Dvp5.c188 int coeff, sign, coeff_idx; in vp5_parse_coeff() local
207 coeff_idx = 0; in vp5_parse_coeff()
212 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 4; in vp5_parse_coeff()
221 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 3; in vp5_parse_coeff()
224 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 2; in vp5_parse_coeff()
231 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 1; in vp5_parse_coeff()
236 if (coeff_idx) in vp5_parse_coeff()
238 s->block_coeff[b][permute[coeff_idx]] = coeff; in vp5_parse_coeff()
243 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 0; in vp5_parse_coeff()
245 coeff_idx in vp5_parse_coeff()
[all...]

Completed in 2 milliseconds