Searched refs:mv_ref_p (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vp8/decoder/
H A Ddecodemv.c327 vp8_prob mv_ref_p [VP8_MVREFS-1]; local
337 vp8_mv_ref_probs(mv_ref_p, rct);
340 switch (mbmi->mode = read_mv_ref(bc, mv_ref_p))
/external/libvpx/vp8/encoder/
H A Dbitstream.c961 vp8_prob mv_ref_p [VP8_MVREFS-1]; local
978 vp8_mv_ref_probs(mv_ref_p, ct);
990 write_mv_ref(w, mode, mv_ref_p);

Completed in 17 milliseconds