Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dmcomp.c2508 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in first_level_check_fast() local
2631 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in first_level_check() local
2968 const MV left_mv = { start_mv.row, start_mv.col - hstep }; in av1_find_best_sub_pixel_tree_pruned() local
3476 const MV left_mv = { this_mv.row, this_mv.col - hstep }; in obmc_first_level_check() local
Dencodeframe_utils.c1293 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