HomeSort by relevance Sort by last modified time
    Searched defs:MAX_POINTS (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/perf/
perf_math.cpp 34 const int MAX_POINTS = get<1>(GetParam());
40 N = rng.uniform(1, MAX_POINTS+1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 33 public static final int MAX_POINTS = 16;
53 for (int i = n; i < MAX_POINTS; i++) {
56 for (int i = MAX_POINTS; i < n; i++) {

Completed in 133 milliseconds