Searched defs:skip_rd (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | rdopt.c | 1551 int64_t skip_rd = INT64_MAX; in motion_mode_rd() local 2396 RD_STATS *rd_stats, int64_t *skip_rd, int *skip_build_pred) { in process_compound_inter_mode() 2762 int64_t *skip_rd, PruneInfoFromTpl *inter_cost_info_from_tpl, in handle_inter_mode() 4943 int64_t skip_rd[2] = { search_state->best_skip_rd[0], in evaluate_motion_mode_for_winner_candidates() local 5238 int64_t skip_rd = INT64_MAX; in tx_search_best_inter_candidates() local 6016 int64_t skip_rd[2] = { search_state.best_skip_rd[0], in av1_rd_pick_inter_mode() local
|
H A D | rdopt_utils.h | 348 int64_t best_skip_rd, int64_t skip_rd, in check_txfm_eval()
|
H A D | compound_type.c | 1033 int64_t skip_rd = RDCOST(x->rdmult, mode_rate, (sse_y << 4)); in prune_mode_by_skip_rd() local
|
H A D | tx_search.c | 3163 const int64_t skip_rd = RDCOST(x->rdmult, 0, this_rd_stats.sse); in av1_estimate_txfm_yrd() local
|