Home
last modified time | relevance | path

Searched refs:forced_stop (Results 1 – 8 of 8) sorted by relevance

/external/iputils/Modules/
Dpg3.c130 int forced_stop; variable
358 forced_stop = 0; in pg_inject()
382 if (forced_stop) in pg_inject()
581 forced_stop=1; in proc_pg_write()
/external/libaom/libaom/av1/encoder/
Dmcomp.c94 ms_params->forced_stop = cpi->sf.mv_sf.subpel_force_stop; in av1_make_default_subpel_ms_params()
2503 const int forced_stop = ms_params->forced_stop; in av1_find_best_sub_pixel_tree_pruned_evenmore() local
2543 if (forced_stop != HALF_PEL) { in av1_find_best_sub_pixel_tree_pruned_evenmore()
2557 if (allow_hp && forced_stop == EIGHTH_PEL) { in av1_find_best_sub_pixel_tree_pruned_evenmore()
2579 const int forced_stop = ms_params->forced_stop; in av1_find_best_sub_pixel_tree_pruned_more() local
2621 if (forced_stop != HALF_PEL) { in av1_find_best_sub_pixel_tree_pruned_more()
2634 if (allow_hp && forced_stop == EIGHTH_PEL) { in av1_find_best_sub_pixel_tree_pruned_more()
2656 const int forced_stop = ms_params->forced_stop; in av1_find_best_sub_pixel_tree_pruned() local
2737 if (forced_stop != HALF_PEL) { in av1_find_best_sub_pixel_tree_pruned()
2750 if (allow_hp && forced_stop == EIGHTH_PEL) { in av1_find_best_sub_pixel_tree_pruned()
[all …]
Dmotion_search_facade.c503 ms_params.forced_stop = EIGHTH_PEL; in av1_joint_motion_search()
616 ms_params.forced_stop = EIGHTH_PEL; in av1_compound_single_motion_search()
814 ms_params.forced_stop = cpi->sf.mv_sf.simple_motion_subpel_force_stop; in av1_simple_motion_search()
Dmcomp.h259 SUBPEL_FORCE_STOP forced_stop; member
Dtemporal_filter.c147 ms_params.forced_stop = EIGHTH_PEL; in tf_motion_search()
184 ms_params.forced_stop = EIGHTH_PEL; in tf_motion_search()
Dtpl_model.c162 ms_params.forced_stop = tpl_sf->subpel_force_stop; in motion_estimation()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c367 int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, in vp9_skip_sub_pixel_tree() argument
380 (void)forced_stop; in vp9_skip_sub_pixel_tree()
400 int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, in vp9_find_best_sub_pixel_tree_pruned_evenmore() argument
413 (void)forced_stop; in vp9_find_best_sub_pixel_tree_pruned_evenmore()
438 if (forced_stop != 2) { in vp9_find_best_sub_pixel_tree_pruned_evenmore()
450 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_evenmore()
466 int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, in vp9_find_best_sub_pixel_tree_pruned_more() argument
496 if (forced_stop != 2) { in vp9_find_best_sub_pixel_tree_pruned_more()
506 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) { in vp9_find_best_sub_pixel_tree_pruned_more()
528 int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, in vp9_find_best_sub_pixel_tree_pruned() argument
[all …]
Dvp9_mcomp.h83 int forced_stop, // 0 - full, 1 - qtr only, 2 - half only