Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dspeed_features.c350 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED; in set_good_speed_features_framesize_independent()
370 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED_MORE; in set_good_speed_features_framesize_independent()
551 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED; in set_rt_speed_features_framesize_independent()
568 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED_MORE; in set_rt_speed_features_framesize_independent()
646 sf->mv.subpel_search_method = SUBPEL_TREE; in av1_set_speed_features_framesize_independent()
853 if (sf->mv.subpel_search_method == SUBPEL_TREE) { in av1_set_speed_features_framesize_independent()
855 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED) { in av1_set_speed_features_framesize_independent()
857 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED_MORE) { in av1_set_speed_features_framesize_independent()
859 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED_EVENMORE) { in av1_set_speed_features_framesize_independent()
Dspeed_features.h224 SUBPEL_SEARCH_METHODS subpel_search_method; member
Dencoder.h1221 return cpi->sf.mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL; in cond_cost_list()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c332 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED; in set_good_speed_feature_framesize_independent()
361 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED_MORE; in set_good_speed_feature_framesize_independent()
689 sf->mv.subpel_search_method = SUBPEL_TREE_PRUNED_EVENMORE; in set_rt_speed_feature_framesize_independent()
863 sf->mv.subpel_search_method = SUBPEL_TREE; in vp9_set_speed_features_framesize_independent()
985 } else if (sf->mv.subpel_search_method == SUBPEL_TREE) { in vp9_set_speed_features_framesize_independent()
987 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED) { in vp9_set_speed_features_framesize_independent()
989 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED_MORE) { in vp9_set_speed_features_framesize_independent()
991 } else if (sf->mv.subpel_search_method == SUBPEL_TREE_PRUNED_EVENMORE) { in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h199 SUBPEL_SEARCH_METHODS subpel_search_method; member
Dvp9_encoder.h1044 return cpi->sf.mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL; in cond_cost_list()
Dvp9_rdopt.c2004 sf->mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL, in rd_pick_best_sub8x8_mode()