Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dmcomp.c315 MV startmv; in vp8_find_best_sub_pixel_step() local
336 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
343 this_mv.row = startmv.row; in vp8_find_best_sub_pixel_step()
344 this_mv.col = ((startmv.col - 8) | 4); in vp8_find_best_sub_pixel_step()
365 this_mv.col = startmv.col; in vp8_find_best_sub_pixel_step()
366 this_mv.row = ((startmv.row - 8) | 4); in vp8_find_best_sub_pixel_step()
391 this_mv = startmv; in vp8_find_best_sub_pixel_step()
429 if (bestmv->row < startmv.row) in vp8_find_best_sub_pixel_step()
432 if (bestmv->col < startmv.col) in vp8_find_best_sub_pixel_step()
435 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
[all …]