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

/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c257 int_mv leftmv, abovemv; local
279 abovemv.as_int = above_mb->mbmi.mv.as_int;
281 abovemv.as_int = (above_mb->bmi + k + 16 - 4)->mv.as_int;
284 abovemv.as_int = (mi->bmi + k - 4)->mv.as_int;
286 prob = get_sub_mv_ref_prob(leftmv.as_int, abovemv.as_int);
303 blockmv.as_int = abovemv.as_int;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c676 int_mv leftmv, abovemv; local
688 abovemv.as_int = above_block_mv(m, k, mis);
689 mv_contz = vp8_mv_cont(&leftmv, &abovemv);

Completed in 80 milliseconds