Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dmcomp.c2678 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in first_level_check_fast() local
2801 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in first_level_check() local
3157 const MV left_mv = { start_mv.row, start_mv.col - hstep }; in av1_find_best_sub_pixel_tree_pruned() local
3786 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in obmc_first_level_check() local
Dvar_based_part.c1271 FULLPEL_MV left_mv = kZeroFullMv; in evaluate_neighbour_mvs() local
Dencodeframe_utils.c1253 const int_mv left_mv = left_mbmi->mv[0]; in check_neighbor_blocks() local
/external/libvpx/vp8/encoder/
Drdopt.c858 int_mv left_mv; in labels2mode() local