Home
last modified time | relevance | path

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

/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()
368 sf->tx_size_search_method = 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()
566 sf->tx_size_search_method = USE_LARGESTALL; in set_rt_speed_features_framesize_independent()
Dspeed_features.h119 USE_LARGESTALL, enumerator
Dencodeframe.c4929 if (cpi->sf.tx_size_search_method == USE_LARGESTALL) in select_tx_mode()
Drdopt.c3725 if (sf->tx_size_search_method == USE_LARGESTALL) return MAX_VARTX_DEPTH; in get_search_init_depth()
4058 } else if (cpi->sf.tx_size_search_method == USE_LARGESTALL) { in super_block_yrd()
/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()
359 sf->tx_size_search_method = 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()
591 sf->tx_size_search_method = is_keyframe ? USE_LARGESTALL : USE_TX_8X8; in set_rt_speed_feature_framesize_independent()
Dvp9_speed_features.h92 USE_LARGESTALL, enumerator
Dvp9_rd.c326 x->select_tx_size = (cpi->sf.tx_size_search_method == USE_LARGESTALL && in vp9_initialize_rd_consts()
Dvp9_rdopt.c920 if (cpi->sf.tx_size_search_method == USE_LARGESTALL || xd->lossless) { in super_block_yrd()
Dvp9_encodeframe.c4364 if (cpi->sf.tx_size_search_method == USE_LARGESTALL) in select_tx_mode()