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

  /external/opencv/cv/src/
cvsegmentation.cpp 331 const int MAX_LEVELS = 8;
332 CvMat* src_pyramid[MAX_LEVELS+1];
333 CvMat* dst_pyramid[MAX_LEVELS+1];
366 if( (unsigned)max_level > (unsigned)MAX_LEVELS )
545 for( i = 1; i <= MAX_LEVELS; i++ )
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 47 private static final int MAX_LEVELS = 5;
140 mCounts = new int[MAX_LEVELS];

Completed in 3784 milliseconds