Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c372 int_mv startmv; in vp8_find_best_sub_pixel_step() local
402 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
410 this_mv.as_mv.row = startmv.as_mv.row; in vp8_find_best_sub_pixel_step()
411 this_mv.as_mv.col = ((startmv.as_mv.col - 8) | 4); in vp8_find_best_sub_pixel_step()
436 this_mv.as_mv.col = startmv.as_mv.col; in vp8_find_best_sub_pixel_step()
437 this_mv.as_mv.row = ((startmv.as_mv.row - 8) | 4); in vp8_find_best_sub_pixel_step()
463 this_mv = startmv; in vp8_find_best_sub_pixel_step()
504 if (bestmv->as_mv.row < startmv.as_mv.row) y -= y_stride; in vp8_find_best_sub_pixel_step()
506 if (bestmv->as_mv.col < startmv.as_mv.col) y--; in vp8_find_best_sub_pixel_step()
508 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
[all …]