Home
last modified time | relevance | path

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

/external/brotli/research/
Ddurchschlag.cc34 struct greaterScore { struct
126 std::make_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()
141 std::push_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()
144 std::pop_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList()