Home
last modified time | relevance | path

Searched refs:use_fast_coef_costing (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c297 sf->use_fast_coef_costing = 1; in set_good_speed_feature_framesize_independent()
361 sf->use_fast_coef_costing = 1; in set_rt_speed_feature_framesize_independent()
446 sf->use_fast_coef_costing = 0; in set_rt_speed_feature_framesize_independent()
728 sf->use_fast_coef_costing = 0; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h410 int use_fast_coef_costing; member
Dvp9_rdopt.c75 int use_fast_coef_costing; member
354 int use_fast_coef_costing) { in cost_coeffs() argument
381 if (use_fast_coef_costing) { in cost_coeffs()
654 args->so->neighbors, args->use_fast_coef_costing); in rate_block()
791 args.use_fast_coef_costing = use_fast_coef_casting; in txfm_rd_in_plane()
827 mi->tx_size, cpi->sf.use_fast_coef_costing); in choose_largest_tx_size()
875 bs, n, cpi->sf.use_fast_coef_costing); in choose_tx_size_from_rd()
1025 so->neighbors, cpi->sf.use_fast_coef_costing); in rd_pick_intra4x4block()
1043 so->neighbors, cpi->sf.use_fast_coef_costing); in rd_pick_intra4x4block()
1125 so->neighbors, cpi->sf.use_fast_coef_costing); in rd_pick_intra4x4block()
[all …]