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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp5.c179 int coeff, sign, coeff_idx; local
193 coeff_idx = 0;
198 s->coeff_ctx[vp56_b6to4[b]][coeff_idx] = 4;
207 s->coeff_ctx[vp56_b6to4[b]][coeff_idx] = 3;
210 s->coeff_ctx[vp56_b6to4[b]][coeff_idx] = 2;
217 s->coeff_ctx[vp56_b6to4[b]][coeff_idx] = 1;
222 if (coeff_idx)
224 s->block_coeff[b][permute[coeff_idx]] = coeff;
229 s->coeff_ctx[vp56_b6to4[b]][coeff_idx] = 0;
231 coeff_idx
[all...]
H A Dvp6.c374 int coeff, sign, coeff_idx; local
383 for (coeff_idx = 0;;) {
385 if (coeff_idx<2 && s->nb_null[coeff_idx][pt]) {
386 s->nb_null[coeff_idx][pt]--;
387 if (coeff_idx)
394 if (coeff_idx) {
395 int pt = (coeff_idx >= 6);
403 if (coeff_idx == 1) /* first AC coeff ? */
413 if (coeff_idx)
434 int coeff, sign, coeff_idx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp5.c180 int coeff, sign, coeff_idx; local
194 coeff_idx = 0;
199 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 4;
208 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 3;
211 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 2;
218 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 1;
223 if (coeff_idx)
225 s->block_coeff[b][permute[coeff_idx]] = coeff;
230 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 0;
232 coeff_idx
[all...]
H A Dvp6.c388 int coeff, sign, coeff_idx; local
397 for (coeff_idx = 0;;) {
399 if (coeff_idx<2 && s->nb_null[coeff_idx][pt]) {
400 s->nb_null[coeff_idx][pt]--;
401 if (coeff_idx)
408 if (coeff_idx) {
409 int pt = (coeff_idx >= 6);
417 if (coeff_idx == 1) /* first AC coeff ? */
427 if (coeff_idx)
448 int coeff, sign, coeff_idx; local
[all...]

Completed in 39 milliseconds