Searched refs:search_method (Results 1 – 9 of 9) sorted by relevance
190 sf->mv.search_method = BIGDIA; in set_good_speed_feature()206 sf->mv.search_method = HEX; in set_good_speed_feature()336 sf->mv.search_method = FAST_HEX; in set_rt_speed_feature()392 sf->mv.search_method = NSTEP; in set_rt_speed_feature()399 sf->mv.search_method = FAST_DIAMOND; in set_rt_speed_feature()403 sf->mv.search_method = NSTEP; in set_rt_speed_feature()452 sf->mv.search_method = NSTEP; in vp9_set_speed_features_framesize_independent()
34 const SEARCH_METHODS old_search_method = mv_sf->search_method; in do_16x16_motion_iteration()53 mv_sf->search_method = HEX; in do_16x16_motion_iteration()57 mv_sf->search_method = old_search_method; in do_16x16_motion_iteration()
172 SEARCH_METHODS search_method; member
221 const SEARCH_METHODS old_search_method = mv_sf->search_method; in temporal_filter_find_matching_mb_c()249 mv_sf->search_method = HEX; in temporal_filter_find_matching_mb_c()253 mv_sf->search_method = old_search_method; in temporal_filter_find_matching_mb_c()
3121 if (cpi->sf.mv.search_method == NSTEP) {3123 } else if (cpi->sf.mv.search_method == DIAMOND) {
2338 const SEARCH_METHODS method = sf->mv.search_method; in vp9_full_pixel_search()
179 SEARCH_METHODS search_method; member
776 sf->search_method = NSTEP; in vp8_set_speed_features()941 sf->search_method = NSTEP; in vp8_set_speed_features()965 sf->search_method = HEX; in vp8_set_speed_features()1063 if (cpi->sf.search_method == NSTEP) in vp8_set_speed_features()1067 else if (cpi->sf.search_method == DIAMOND) in vp8_set_speed_features()
1179 if (cpi->sf.search_method == HEX) in vp8_pick_inter_mode()