Searched refs:vp56_b6to4 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp56data.c29 const uint8_t vp56_b6to4[] = { 0, 0, 1, 1, 2, 3 }; variable
H A Dvp56data.h60 extern const uint8_t vp56_b6to4[];
H A Dvp5.c188 ctx = 6*s->coeff_ctx[vp56_b6to4[b]][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;
229 s->coeff_ctx[vp56_b6to4[b]][coeff_idx] = 0;
236 ctx = s->coeff_ctx[vp56_b6to4[b]][coeff_idx];
241 ctx_last = FFMIN(s->coeff_ctx_last[vp56_b6to4[b]], 24);
242 s->coeff_ctx_last[vp56_b6to4[b]] = coeff_idx;
245 s->coeff_ctx[vp56_b6to4[
[all...]
H A Dvp6.c444 ctx = s->left_block[vp56_b6to4[b]].not_null_dc
498 s->left_block[vp56_b6to4[b]].not_null_dc =
H A Dvp56.c271 VP56RefDc *lb = &s->left_block[vp56_b6to4[b]];

Completed in 56 milliseconds