Searched refs:coeff_ctx (Results 1 – 3 of 3) 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()258 s->coeff_ctx[ff_vp56_b6to4[b]][i] = 5; in vp5_parse_coeff()259 s->above_blocks[s->above_block_idx[b]].not_null_dc = s->coeff_ctx[ff_vp56_b6to4[b]][0]; in vp5_parse_coeff()
180 uint8_t coeff_ctx[4][64]; /* used in vp5 only */ member
717 memset(s->coeff_ctx, 0, sizeof(s->coeff_ctx)); in ff_vp56_decode_mbs()