Searched defs:startmv (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c372 int_mv startmv; local
400 startmv = *bestmv;
408 this_mv.as_mv.row = startmv.as_mv.row;
409 this_mv.as_mv.col = ((startmv.as_mv.col - 8) | 4);
434 this_mv.as_mv.col = startmv.as_mv.col;
435 this_mv.as_mv.row = ((startmv.as_mv.row - 8) | 4);
462 this_mv = startmv;
501 if (bestmv->as_mv.row < startmv.as_mv.row)
504 if (bestmv->as_mv.col < startmv.as_mv.col)
507 startmv
683 int_mv startmv; local
[all...]

Completed in 89 milliseconds