Home
last modified time | relevance | path

Searched refs:search_method (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c190 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()
Dvp9_mbgraph.c34 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()
Dvp9_speed_features.h172 SEARCH_METHODS search_method; member
Dvp9_temporal_filter.c221 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()
Dvp9_encoder.c3121 if (cpi->sf.mv.search_method == NSTEP) {
3123 } else if (cpi->sf.mv.search_method == DIAMOND) {
Dvp9_mcomp.c2338 const SEARCH_METHODS method = sf->mv.search_method; in vp9_full_pixel_search()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h179 SEARCH_METHODS search_method; member
Donyx_if.c776 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()
Dpickinter.c1179 if (cpi->sf.search_method == HEX) in vp8_pick_inter_mode()