Searched refs:model_rd (Results 1 – 2 of 2) sorted by relevance
191 "${AOM_ROOT}/av1/encoder/model_rd.h"
3482 const int64_t model_rd = RDCOST(x->rdmult, model_rate, model_dist); in model_based_tx_search_prune() local3487 return ((model_rd * factor) >> 3) > ref_best_rd; in model_based_tx_search_prune()