Searched refs:MAX_POINTS (Results 1 – 3 of 3) sorted by relevance
20 #define MAX_POINTS 1638 bool mask[MAX_POINTS];39 int xPos1[MAX_POINTS];40 int yPos1[MAX_POINTS];41 int xPos2[MAX_POINTS];42 int yPos2[MAX_POINTS];43 int size[MAX_POINTS];44 int brightness[MAX_POINTS];45 int contrast[MAX_POINTS];46 int saturation[MAX_POINTS];[all …]
33 public static final int MAX_POINTS = 16; field in FilterGradRepresentation53 for (int i = n; i < MAX_POINTS; i++) { in trimVector()56 for (int i = MAX_POINTS; i < n; i++) { in trimVector()
38 float[] mPointsX = new float[FilterGradRepresentation.MAX_POINTS];39 float[] mPointsY = new float[FilterGradRepresentation.MAX_POINTS];