Home
last modified time | relevance | path

Searched refs:vp8_mbsplit_prob (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp8data.h145 static const uint8_t vp8_mbsplit_prob[3] = { variable
Dvp8.c937 if (vp56_rac_get_prob_branchy(c, vp8_mbsplit_prob[0])) { in decode_splitmvs()
938 if (vp56_rac_get_prob_branchy(c, vp8_mbsplit_prob[1])) in decode_splitmvs()
939 part_idx = VP8_SPLITMVMODE_16x8 + vp56_rac_get_prob(c, vp8_mbsplit_prob[2]); in decode_splitmvs()