Home
last modified time | relevance | path

Searched refs:coeff_ctx_last (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp5.c254 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()
Dvp56.h181 uint8_t coeff_ctx_last[4]; /* used in vp5 only */ member
Dvp56.c718 memset(s->coeff_ctx_last, 24, sizeof(s->coeff_ctx_last)); in ff_vp56_decode_mbs()