Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h91 USE_FULL_RD = 0, enumerator
Dvp9_speed_features.c297 frame_is_boosted(cpi) ? USE_FULL_RD : USE_LARGESTALL; in set_good_speed_feature_framesize_independent()
335 frame_is_intra_only(cm) ? USE_FULL_RD : USE_LARGESTALL; in set_good_speed_feature_framesize_independent()
469 frame_is_intra_only(cm) ? USE_FULL_RD : USE_LARGESTALL; in set_rt_speed_feature_framesize_independent()
893 sf->tx_size_search_method = USE_FULL_RD; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c4567 else if (cpi->sf.tx_size_search_method == USE_FULL_RD || in select_tx_mode()
/external/libaom/libaom/av1/encoder/
Dspeed_features.c92 { USE_FULL_RD, USE_LARGESTALL, USE_FULL_RD },
93 { USE_FAST_RD, USE_LARGESTALL, USE_FULL_RD },
94 { USE_LARGESTALL, USE_LARGESTALL, USE_FULL_RD }
1092 winner_mode_sf->tx_size_search_level = USE_FULL_RD; in init_winner_mode_sf()
Dspeed_features.h139 USE_FULL_RD = 0, enumerator
Drdopt_utils.h372 assert(tx_size_search_method == USE_FULL_RD || in select_tx_mode()
Dtx_search.c3110 const int fast_tx_search = x->tx_size_search_method > USE_FULL_RD; in select_tx_size_and_type()