Home
last modified time | relevance | path

Searched refs:vp8_mv_update_probs (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dentropymv.c14 const MV_CONTEXT vp8_mv_update_probs[2] = { variable
Dentropymv.h43 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c309 &vp8_mv_update_probs[0], cpi->mb.MVcount[0], 0, in vp8_write_mvprobs()
312 &vp8_mv_update_probs[1], cpi->mb.MVcount[1], 1, in vp8_write_mvprobs()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c100 const vp8_prob *up = vp8_mv_update_probs[i].prob; in read_mvcontexts()