Searched defs:hstep (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2479 int hstep, const SubpelMvLimits *mv_limits, in first_level_check_fast() 2521 MV *best_mv, int hstep, const SubpelMvLimits *mv_limits, in second_level_check_fast() 2586 int hstep, const SubpelMvLimits *mv_limits, in two_level_checks_fast() 2602 MV *best_mv, const int hstep, const SubpelMvLimits *mv_limits, in first_level_check() 2834 int hstep = INIT_SUBPEL_STEP_SIZE; // Step size, initialized to 4/8=1/2 pel in av1_find_best_sub_pixel_tree_pruned_more() local 2919 int hstep = INIT_SUBPEL_STEP_SIZE; // Step size, initialized to 4/8=1/2 pel in av1_find_best_sub_pixel_tree_pruned() local 3056 int hstep = INIT_SUBPEL_STEP_SIZE; // Step size, initialized to 4/8=1/2 pel in av1_find_best_sub_pixel_tree() local 3447 const int hstep, const SubpelMvLimits *mv_limits, in obmc_first_level_check() 3578 int hstep = INIT_SUBPEL_STEP_SIZE; in av1_find_best_obmc_sub_pixel_tree_up() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 747 int hstep = 4; in vp9_find_best_sub_pixel_tree() local
|