Home
last modified time | relevance | path

Searched refs:USE_LARGESTALL (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c235 frame_is_boosted(cpi) ? USE_FULL_RD : USE_LARGESTALL; in set_good_speed_feature_framesize_independent()
265 frame_is_intra_only(cm) ? USE_FULL_RD : USE_LARGESTALL; in set_good_speed_feature_framesize_independent()
293 sf->tx_size_search_method = USE_LARGESTALL; in set_good_speed_feature_framesize_independent()
386 frame_is_intra_only(cm) ? USE_FULL_RD : USE_LARGESTALL; in set_rt_speed_feature_framesize_independent()
508 sf->tx_size_search_method = is_keyframe ? USE_LARGESTALL : USE_TX_8X8; in set_rt_speed_feature_framesize_independent()
Dvp9_speed_features.h91 USE_LARGESTALL, enumerator
Dvp9_rd.c272 x->select_tx_size = (cpi->sf.tx_size_search_method == USE_LARGESTALL && in vp9_initialize_rd_consts()
Dvp9_rdopt.c929 if (cpi->sf.tx_size_search_method == USE_LARGESTALL || xd->lossless) { in super_block_yrd()
Dvp9_encodeframe.c3688 if (cpi->sf.tx_size_search_method == USE_LARGESTALL) in select_tx_mode()