Searched defs:hstep (Results  1 – 2 of 2) sorted by relevance
| /external/libaom/av1/encoder/ | 
| D | mcomp.c | 2503     int hstep, const SubpelMvLimits *mv_limits,  in first_level_check_fast() 2545     MV *best_mv, int hstep, const SubpelMvLimits *mv_limits,  in second_level_check_fast() 2610     int hstep, const SubpelMvLimits *mv_limits,  in two_level_checks_fast() 2626                   MV *best_mv, const int hstep, const SubpelMvLimits *mv_limits,  in first_level_check() 2858   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 2943   int hstep = INIT_SUBPEL_STEP_SIZE;  // Step size, initialized to 4/8=1/2 pel  in av1_find_best_sub_pixel_tree_pruned()  local 3080   int hstep = INIT_SUBPEL_STEP_SIZE;  // Step size, initialized to 4/8=1/2 pel  in av1_find_best_sub_pixel_tree()  local 3471     const int hstep, const SubpelMvLimits *mv_limits,  in obmc_first_level_check() 3602   int hstep = INIT_SUBPEL_STEP_SIZE;  in av1_find_best_obmc_sub_pixel_tree_up()  local
  | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_mcomp.c | 755   int hstep = 4;  in vp9_find_best_sub_pixel_tree()  local
  |