Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp5.c202 ctx = 6*s->coeff_ctx[ff_vp56_b6to4[b]][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()
243 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 0; in vp5_parse_coeff()
250 ctx = s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx]; in vp5_parse_coeff()
255 ctx_last = FFMIN(s->coeff_ctx_last[ff_vp56_b6to4[b]], 24); in vp5_parse_coeff()
256 s->coeff_ctx_last[ff_vp56_b6to4[b]] = coeff_idx; in vp5_parse_coeff()
259 s->coeff_ctx[ff_vp56_b6to4[ in vp5_parse_coeff()
[all...]
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 Dvp6.c490 ctx = s->left_block[ff_vp56_b6to4[b]].not_null_dc in vp6_parse_coeff()
544 s->left_block[ff_vp56_b6to4[b]].not_null_dc = in vp6_parse_coeff()
H A Dvp56.c288 VP56RefDc *lb = &s->left_block[ff_vp56_b6to4[b]]; in vp56_add_predictors_dc()

Completed in 5 milliseconds