Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds