Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.c2188 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in first_level_check_fast() local
2300 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in first_level_check() local
2683 const MV left_mv = { start_mv.row, start_mv.col - hstep }; in av1_find_best_sub_pixel_tree_pruned() local
3168 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in obmc_first_level_check() local
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c858 int_mv left_mv; in labels2mode() local