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.c293 frame_is_boosted(cpi) ? USE_FULL_RD : USE_LARGESTALL; in set_good_speed_feature_framesize_independent()
331 frame_is_intra_only(cm) ? USE_FULL_RD : USE_LARGESTALL; in set_good_speed_feature_framesize_independent()
459 frame_is_intra_only(cm) ? USE_FULL_RD : USE_LARGESTALL; in set_rt_speed_feature_framesize_independent()
872 sf->tx_size_search_method = USE_FULL_RD; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h91 USE_FULL_RD = 0, enumerator
Dvp9_encodeframe.c4366 else if (cpi->sf.tx_size_search_method == USE_FULL_RD || in select_tx_mode()
/external/libaom/libaom/av1/encoder/
Dspeed_features.c303 sf->tx_size_search_method = boosted ? USE_FULL_RD : USE_LARGESTALL; in set_good_speed_features_framesize_independent()
523 sf->tx_size_search_method = boosted ? USE_FULL_RD : USE_LARGESTALL; in set_rt_speed_features_framesize_independent()
550 frame_is_intra_only(cm) ? USE_FULL_RD : USE_LARGESTALL; in set_rt_speed_features_framesize_independent()
Dspeed_features.h117 USE_FULL_RD = 0, enumerator
Dencodeframe.c4931 else if (cpi->sf.tx_size_search_method == USE_FULL_RD || in select_tx_mode()
Drdopt.c5401 const int fast_tx_search = cpi->sf.tx_size_search_method > USE_FULL_RD; in select_tx_size_and_type()