Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h77 SUBPEL_TREE = 0, enumerator
Dvp9_speed_features.c675 sf->mv.subpel_search_method = SUBPEL_TREE; in vp9_set_speed_features_framesize_independent()
787 } else if (sf->mv.subpel_search_method == SUBPEL_TREE) { in vp9_set_speed_features_framesize_independent()
Dvp9_encoder.h890 return cpi->sf.mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL; in cond_cost_list()
Dvp9_rdopt.c2007 sf->mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL, in rd_pick_best_sub8x8_mode()