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.c198 sf->use_fast_coef_costing = 1; in set_good_speed_feature()
261 sf->use_fast_coef_costing = 1; in set_rt_speed_feature()
324 sf->use_fast_coef_costing = 0; in set_rt_speed_feature()
503 sf->use_fast_coef_costing = 0; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h376 int use_fast_coef_costing; member
Dvp9_rdopt.c76 int use_fast_coef_costing; member
362 int use_fast_coef_costing) { in cost_coeffs() argument
410 if (use_fast_coef_costing) { in cost_coeffs()
428 if (use_fast_coef_costing) { in cost_coeffs()
486 args->use_fast_coef_costing); in rate_block()
587 args.use_fast_coef_costing = use_fast_coef_casting; in txfm_rd_in_plane()
627 mbmi->tx_size, cpi->sf.use_fast_coef_costing); in choose_largest_tx_size()
679 cpi->sf.use_fast_coef_costing); in choose_tx_size_from_rd()
839 cpi->sf.use_fast_coef_costing); in rd_pick_intra4x4block()
856 cpi->sf.use_fast_coef_costing); in rd_pick_intra4x4block()
[all …]