Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc661 void SortWeightIndexStack(const int size, const int sort_to_n, in SortWeightIndexStack() argument
679 if (sort_to_n == 1) { in SortWeightIndexStack()
689 std::partial_sort(&weight_index_stack[0], &weight_index_stack[sort_to_n], in SortWeightIndexStack()