Searched refs:ff_vp56_b6to4 (Results 1 – 5 of 5) sorted by relevance
201 ctx = 6*s->coeff_ctx[ff_vp56_b6to4[b]][0] in vp5_parse_coeff()211 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 4; in vp5_parse_coeff()220 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 3; in vp5_parse_coeff()223 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 2; in vp5_parse_coeff()230 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 1; in vp5_parse_coeff()242 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 0; in vp5_parse_coeff()249 ctx = s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx]; in vp5_parse_coeff()254 ctx_last = FFMIN(s->coeff_ctx_last[ff_vp56_b6to4[b]], 24); in vp5_parse_coeff()255 s->coeff_ctx_last[ff_vp56_b6to4[b]] = coeff_idx; in vp5_parse_coeff()258 s->coeff_ctx[ff_vp56_b6to4[b]][i] = 5; in vp5_parse_coeff()[all …]
33 extern const uint8_t ff_vp56_b6to4[];
29 const uint8_t ff_vp56_b6to4[] = { 0, 0, 1, 1, 2, 3 }; variable
487 ctx = s->left_block[ff_vp56_b6to4[b]].not_null_dc in vp6_parse_coeff()541 s->left_block[ff_vp56_b6to4[b]].not_null_dc = in vp6_parse_coeff()
288 VP56RefDc *lb = &s->left_block[ff_vp56_b6to4[b]]; in vp56_add_predictors_dc()