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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp56data.h33 extern const uint8_t ff_vp56_b6to4[];
H A Dvp56data.c29 const uint8_t ff_vp56_b6to4[] = { 0, 0, 1, 1, 2, 3 }; variable
H A Dvp5.c189 ctx = 6*s->coeff_ctx[ff_vp56_b6to4[b]][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;
230 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 0;
237 ctx = s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx];
242 ctx_last = FFMIN(s->coeff_ctx_last[ff_vp56_b6to4[b]], 24);
243 s->coeff_ctx_last[ff_vp56_b6to4[b]] = coeff_idx;
246 s->coeff_ctx[ff_vp56_b6to4[
[all...]
H A Dvp6.c458 ctx = s->left_block[ff_vp56_b6to4[b]].not_null_dc
512 s->left_block[ff_vp56_b6to4[b]].not_null_dc =
H A Dvp56.c271 VP56RefDc *lb = &s->left_block[ff_vp56_b6to4[b]];

Completed in 34 milliseconds