Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.c2204 const MV bottom_mv = { this_mv.row + hstep, this_mv.col }; in first_level_check_fast() local
2303 const MV bottom_mv = { this_mv.row + hstep, this_mv.col }; in first_level_check() local
2685 const MV bottom_mv = { start_mv.row + hstep, start_mv.col }; in av1_find_best_sub_pixel_tree_pruned() local
3171 const MV bottom_mv = { this_mv.row + hstep, this_mv.col }; in obmc_first_level_check() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3963 MOTION_DIRECTION bottom_mv; in rd_pick_partition() local