Searched defs:skip_rd (Results  1 – 4 of 4) sorted by relevance
| /external/libaom/av1/encoder/ | 
| D | rdopt_utils.h | 349                                   int64_t best_skip_rd, int64_t skip_rd,  in check_txfm_eval()
 | 
| D | rdopt.c | 1546       int64_t skip_rd = INT64_MAX;  in motion_mode_rd()  local2370     RD_STATS *rd_stats, int64_t *skip_rd, int *skip_build_pred) {  in process_compound_inter_mode()
 2732     int64_t *skip_rd, PruneInfoFromTpl *inter_cost_info_from_tpl,  in handle_inter_mode()
 4891     int64_t skip_rd[2] = { search_state->best_skip_rd[0],  in evaluate_motion_mode_for_winner_candidates()  local
 5171     int64_t skip_rd = INT64_MAX;  in tx_search_best_inter_candidates()  local
 5928     int64_t skip_rd[2] = { search_state.best_skip_rd[0],  in av1_rd_pick_inter_mode()  local
 
 | 
| D | compound_type.c | 1029     int64_t skip_rd = RDCOST(x->rdmult, mode_rate, (sse_y << 4));  in prune_mode_by_skip_rd()  local
 | 
| D | tx_search.c | 3087       const int64_t skip_rd = RDCOST(x->rdmult, 0, this_rd_stats.sse);  in av1_estimate_txfm_yrd()  local
 |