Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.c137 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()
Dvp9_pickmode.c88 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()
Dvp9_speed_features.h121 SEARCH_METHODS search_method; member
Dvp9_rdopt.c1847 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()
Dvp9_onyx_if.c657 if (cpi->sf.search_method == NSTEP) { in update_frame_size()
659 } else if (cpi->sf.search_method == DIAMOND) { in update_frame_size()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h182 SEARCH_METHODS search_method; member
Donyx_if.c769 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()
Dpickinter.c964 if (cpi->sf.search_method == HEX) in vp8_pick_inter_mode()