Home
last modified time | relevance | path

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

Completed in 3 milliseconds