Searched refs:CV_SORT_EVERY_ROW (Results 1 – 3 of 3) sorted by relevance
679 #define CV_SORT_EVERY_ROW 0 macro
1250 #define CV_SORT_EVERY_ROW 0 macro
3825 bool sortRows = (flags & 1) == CV_SORT_EVERY_ROW; in sort_()3949 bool sortRows = (flags & 1) == CV_SORT_EVERY_ROW; in sortIdx_()