Searched refs:MAX_LAYERS (Results 1 – 7 of 7) sorted by relevance
50 #define MAX_LAYERS 64 macro246 if (m_lplFaceFeaturesCount[i] < 3*MAX_LAYERS) in isFeature()339 CvSeq* m_seqContours[MAX_LAYERS];
64 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS); in FaceDetection()68 assert(m_iNumLayers <= MAX_LAYERS); in FaceDetection()108 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS); in FindContours()
65 m_lppFoundedFaceFeatures[i] = (new FaceFeature[3*MAX_LAYERS]); in Face()
59 #define MAX_LAYERS 64 macro273 int colors[MAX_LAYERS] = {0}; in FindContours()
108 MAX_LAYERS = MAX_AAC_LAYERS , /* only one core layer if present */ enumerator
46 #define MAX_LAYERS VPX_TS_MAX_LAYERS macro