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.cc663 void SortWeightIndexStack(const int size, const int sort_to_n, in SortWeightIndexStack() argument
681 if (sort_to_n == 1) { in SortWeightIndexStack()
691 std::partial_sort(&weight_index_stack[0], &weight_index_stack[sort_to_n], in SortWeightIndexStack()