Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c149 sf->mv.search_method = HEX; in set_good_speed_feature()
251 sf->mv.search_method = FAST_HEX; in set_rt_speed_feature()
301 sf->mv.search_method = FAST_DIAMOND; in set_rt_speed_feature()
328 sf->mv.search_method = NSTEP; in vp9_set_speed_features()
Dvp9_speed_features.h140 SEARCH_METHODS search_method; member
Dvp9_encoder.c2323 if (cpi->sf.mv.search_method == NSTEP) { in init_motion_estimation()
2325 } else if (cpi->sf.mv.search_method == DIAMOND) { in init_motion_estimation()
Dvp9_mcomp.c1374 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.c790 sf->search_method = NSTEP; in vp8_set_speed_features()
936 sf->search_method = NSTEP; in vp8_set_speed_features()
960 sf->search_method = HEX; in vp8_set_speed_features()
1058 if (cpi->sf.search_method == NSTEP) in vp8_set_speed_features()
1062 else if (cpi->sf.search_method == DIAMOND) in vp8_set_speed_features()
Dpickinter.c968 if (cpi->sf.search_method == HEX) in vp8_pick_inter_mode()