Home
last modified time | relevance | path

Searched refs:subpel_search_method (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c266 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED; in set_good_speed_feature_framesize_independent()
295 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED_MORE; in set_good_speed_feature_framesize_independent()
589 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED_EVENMORE; in set_rt_speed_feature_framesize_independent()
732 sf->mv.subpel_search_method = SUBPEL_TREE; in vp9_set_speed_features_framesize_independent()
843 } else if (sf->mv.subpel_search_method == SUBPEL_TREE) { in vp9_set_speed_features_framesize_independent()
845 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED) { in vp9_set_speed_features_framesize_independent()
847 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED_MORE) { in vp9_set_speed_features_framesize_independent()
849 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED_EVENMORE) { in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h180 SUBPEL_SEARCH_METHODS subpel_search_method; member
Dvp9_encoder.h900 return cpi->sf.mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL; in cond_cost_list()
Dvp9_rdopt.c2008 sf->mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL, in rd_pick_best_sub8x8_mode()