Home
last modified time | relevance | path

Searched refs:min_rdcosty (Results 1 – 1 of 1) sorted by relevance

/external/libaom/av1/encoder/
Dtx_search.c3784 const int64_t min_rdcosty = AOMMIN(non_skip_txfm_rdcosty, skip_txfm_rdcosty); in av1_txfm_search() local
3785 if (min_rdcosty > ref_best_rd) return 0; in av1_txfm_search()