Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h78 SUBPEL_TREE = 0, enumerator
Dvp9_speed_features.c863 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()
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()
/external/libaom/libaom/av1/encoder/
Dspeed_features.h109 SUBPEL_TREE = 0, enumerator
Dspeed_features.c646 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()
Dencoder.h1221 return cpi->sf.mv.subpel_search_method != SUBPEL_TREE ? cost_list : NULL; in cond_cost_list()