Searched defs:hstep (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2183 const MV this_mv, MV *best_mv, int hstep, const SubpelMvLimits *mv_limits, in first_level_check_fast() 2223 const MV this_mv, const MV diag_step, MV *best_mv, int hstep, in second_level_check_fast() 2279 const MV this_mv, MV *best_mv, int hstep, const SubpelMvLimits *mv_limits, in two_level_checks_fast() 2295 MV *best_mv, const int hstep, const SubpelMvLimits *mv_limits, in first_level_check() 2513 int hstep = INIT_SUBPEL_STEP_SIZE; // Step size, initialized to 4/8=1/2 pel in av1_find_best_sub_pixel_tree_pruned_evenmore() local 2589 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 2666 int hstep = INIT_SUBPEL_STEP_SIZE; // Step size, initialized to 4/8=1/2 pel in av1_find_best_sub_pixel_tree_pruned() local 2783 int hstep = INIT_SUBPEL_STEP_SIZE; // Step size, initialized to 4/8=1/2 pel in av1_find_best_sub_pixel_tree() local 3163 const int hstep, const SubpelMvLimits *mv_limits, in obmc_first_level_check() 3294 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
|