Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.h90 int use_fast_coef_costing) { in av1_cost_coeffs() argument
95 (void)use_fast_coef_costing; in av1_cost_coeffs()
Dspeed_features.c379 sf->use_fast_coef_costing = 1; in set_good_speed_features_framesize_independent()
577 sf->use_fast_coef_costing = 1; in set_rt_speed_features_framesize_independent()
740 sf->use_fast_coef_costing = 0; in av1_set_speed_features_framesize_independent()
Dspeed_features.h491 int use_fast_coef_costing; member
Drdopt.c196 int use_fast_coef_costing; member
3078 int use_fast_coef_costing, int skip_trellis, in search_txk_type() argument
3260 txb_ctx, use_fast_coef_costing); in search_txk_type()
3488 &txb_ctx, args->ftxs_mode, args->use_fast_coef_costing, in block_rd_txfm()
3539 args.use_fast_coef_costing = use_fast_coef_casting; in txfm_rd_in_plane()
3620 AOM_PLANE_Y, bs, tx_size, cpi->sf.use_fast_coef_costing, in txfm_yrd()
3700 cpi->sf.use_fast_coef_costing, FTXS_NONE, 0); in choose_largest_tx_size()
3715 cpi->sf.use_fast_coef_costing, FTXS_NONE, 0); in choose_smallest_tx_size()
4967 bsize, uv_tx_size, cpi->sf.use_fast_coef_costing, in super_block_uvrd()
6366 tx_size, cpi->sf.use_fast_coef_costing, FTXS_NONE, 0); in cfl_rd_pick_alpha()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c368 sf->use_fast_coef_costing = 1; in set_good_speed_feature_framesize_independent()
433 sf->use_fast_coef_costing = 1; in set_rt_speed_feature_framesize_independent()
531 sf->use_fast_coef_costing = 0; in set_rt_speed_feature_framesize_independent()
920 sf->use_fast_coef_costing = 0; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h473 int use_fast_coef_costing; member
Dvp9_rdopt.c77 int use_fast_coef_costing; member
356 int use_fast_coef_costing) { in cost_coeffs() argument
383 if (use_fast_coef_costing) { in cost_coeffs()
656 args->so->neighbors, args->use_fast_coef_costing); in rate_block()
781 TX_SIZE tx_size, int use_fast_coef_costing) { in txfm_rd_in_plane() argument
789 args.use_fast_coef_costing = use_fast_coef_costing; in txfm_rd_in_plane()
825 mi->tx_size, cpi->sf.use_fast_coef_costing); in choose_largest_tx_size()
867 cpi->sf.use_fast_coef_costing); in choose_tx_size_from_rd()
1017 so->neighbors, cpi->sf.use_fast_coef_costing); in rd_pick_intra4x4block()
1035 so->neighbors, cpi->sf.use_fast_coef_costing); in rd_pick_intra4x4block()
[all …]