Searched refs:do_tx_search (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 1262 int64_t *best_est_rd, int do_tx_search, InterModesInfo *inter_modes_info, in motion_mode_rd() argument 1484 if (!do_tx_search) { in motion_mode_rd() 2584 int64_t *best_est_rd, const int do_tx_search, in handle_inter_mode() argument 2850 &orig_dst, best_est_rd, do_tx_search, in handle_inter_mode() 2866 do_tx_search); in handle_inter_mode() 4591 int do_tx_search, const BLOCK_SIZE bsize, int64_t *const best_est_rd, in evaluate_motion_mode_for_winner_candidates() argument 4642 do_tx_search, inter_modes_info, 1, &this_yrd); in evaluate_motion_mode_for_winner_candidates() 4652 cpi->sf.winner_mode_sf.multi_winner_mode_type, do_tx_search); in evaluate_motion_mode_for_winner_candidates() 4656 &rd_stats_uv, mode_enum, x, do_tx_search); in evaluate_motion_mode_for_winner_candidates() 4657 if (do_tx_search) search_state->best_skip_rd[0] = skip_rd[0]; in evaluate_motion_mode_for_winner_candidates() [all …]
|