Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c369 int_mv startmv; in vp8_find_best_sub_pixel_step() local
397 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
405 this_mv.as_mv.row = startmv.as_mv.row; in vp8_find_best_sub_pixel_step()
406 this_mv.as_mv.col = ((startmv.as_mv.col - 8) | 4); in vp8_find_best_sub_pixel_step()
431 this_mv.as_mv.col = startmv.as_mv.col; in vp8_find_best_sub_pixel_step()
432 this_mv.as_mv.row = ((startmv.as_mv.row - 8) | 4); in vp8_find_best_sub_pixel_step()
459 this_mv = startmv; in vp8_find_best_sub_pixel_step()
498 if (bestmv->as_mv.row < startmv.as_mv.row) in vp8_find_best_sub_pixel_step()
501 if (bestmv->as_mv.col < startmv.as_mv.col) in vp8_find_best_sub_pixel_step()
504 startmv = *bestmv; in vp8_find_best_sub_pixel_step()
[all …]