Searched refs:search_method (Results 1 – 8 of 8) sorted by relevance
137 sf->search_method = HEX; in set_good_speed_feature()249 sf->search_method = FAST_HEX; in set_rt_speed_feature()268 sf->search_method = FAST_DIAMOND; in set_rt_speed_feature()274 sf->search_method = FAST_DIAMOND; in set_rt_speed_feature()291 sf->search_method = NSTEP; in vp9_set_speed_features()
88 if (cpi->sf.search_method == FAST_DIAMOND) { in full_pixel_motion_search()93 } else if (cpi->sf.search_method == FAST_HEX) { in full_pixel_motion_search()98 } else if (cpi->sf.search_method == HEX) { in full_pixel_motion_search()103 } else if (cpi->sf.search_method == SQUARE) { in full_pixel_motion_search()108 } else if (cpi->sf.search_method == BIGDIA) { in full_pixel_motion_search()
121 SEARCH_METHODS search_method; member
1847 if (cpi->sf.search_method == HEX) { in rd_check_segment_txsize()1857 } else if (cpi->sf.search_method == SQUARE) { in rd_check_segment_txsize()1867 } else if (cpi->sf.search_method == BIGDIA) { in rd_check_segment_txsize()2462 if (cpi->sf.search_method == FAST_DIAMOND) { in single_motion_search()2469 } else if (cpi->sf.search_method == FAST_HEX) { in single_motion_search()2476 } else if (cpi->sf.search_method == HEX) { in single_motion_search()2483 } else if (cpi->sf.search_method == SQUARE) { in single_motion_search()2490 } else if (cpi->sf.search_method == BIGDIA) { in single_motion_search()
657 if (cpi->sf.search_method == NSTEP) { in update_frame_size()659 } else if (cpi->sf.search_method == DIAMOND) { in update_frame_size()
182 SEARCH_METHODS search_method; member
769 sf->search_method = NSTEP; in vp8_set_speed_features()915 sf->search_method = NSTEP; in vp8_set_speed_features()939 sf->search_method = HEX; in vp8_set_speed_features()1037 if (cpi->sf.search_method == NSTEP) in vp8_set_speed_features()1041 else if (cpi->sf.search_method == DIAMOND) in vp8_set_speed_features()
964 if (cpi->sf.search_method == HEX) in vp8_pick_inter_mode()