Home
last modified time | relevance | path

Searched defs:right_mv (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmcomp.c2194 const MV right_mv = { this_mv.row, this_mv.col + hstep }; in first_level_check_fast() local
2301 const MV right_mv = { this_mv.row, this_mv.col + hstep }; in first_level_check() local
2684 const MV right_mv = { start_mv.row, start_mv.col + hstep }; in av1_find_best_sub_pixel_tree_pruned() local
3169 const MV right_mv = { this_mv.row, this_mv.col + hstep }; in obmc_first_level_check() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3962 MOTION_DIRECTION right_mv; in rd_pick_partition() local