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

/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c211 int_mv leftmv, abovemv; local
221 leftmv.as_int = left_mb->mbmi.mv.as_int;
223 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int;
226 leftmv.as_int = (mi->bmi + k - 1)->mv.as_int;
240 prob = get_sub_mv_ref_prob(leftmv.as_int, abovemv.as_int);
255 blockmv.as_int = leftmv.as_int;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c563 int_mv leftmv, abovemv; local
570 leftmv.as_int = left_block_mv(m, k);
572 mv_contz = vp8_mv_cont(&leftmv, &abovemv);

Completed in 682 milliseconds