Searched refs:this_model_rd (Results 1 – 1 of 1) sorted by relevance
247 const int64_t this_model_rd = intra_model_yrd(cpi, x, bsize, mode_info_cost); in model_intra_yrd_and_prune() local249 this_model_rd > *best_model_rd + (*best_model_rd >> 1)) { in model_intra_yrd_and_prune()251 } else if (this_model_rd < *best_model_rd) { in model_intra_yrd_and_prune()252 *best_model_rd = this_model_rd; in model_intra_yrd_and_prune()