Searched refs:min_rdcosty (Results 1 – 1 of 1) sorted by relevance
3784 const int64_t min_rdcosty = AOMMIN(non_skip_txfm_rdcosty, skip_txfm_rdcosty); in av1_txfm_search() local3785 if (min_rdcosty > ref_best_rd) return 0; in av1_txfm_search()