Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c374 int_mv startmv; in vp8_find_best_sub_pixel_step() local
404 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
412 this_mv.as_mv.row = startmv.as_mv.row; in vp8_find_best_sub_pixel_step()
413 this_mv.as_mv.col = ((startmv.as_mv.col - 8) | 4); in vp8_find_best_sub_pixel_step()
438 this_mv.as_mv.col = startmv.as_mv.col; in vp8_find_best_sub_pixel_step()
439 this_mv.as_mv.row = ((startmv.as_mv.row - 8) | 4); in vp8_find_best_sub_pixel_step()
465 this_mv = startmv; in vp8_find_best_sub_pixel_step()
506 if (bestmv->as_mv.row < startmv.as_mv.row) y -= y_stride; in vp8_find_best_sub_pixel_step()
508 if (bestmv->as_mv.col < startmv.as_mv.col) y--; in vp8_find_best_sub_pixel_step()
510 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
[all …]