Home
last modified time | relevance | path

Searched refs:MAX_LAYERS (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
D_cvfacedetection.h50 #define MAX_LAYERS 64 macro
246 if (m_lplFaceFeaturesCount[i] < 3*MAX_LAYERS) in isFeature()
339 CvSeq* m_seqContours[MAX_LAYERS];
Dcvfacedetection.cpp64 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()
Dcvface.cpp65 m_lppFoundedFaceFeatures[i] = (new FaceFeature[3*MAX_LAYERS]); in Face()
Dcvvecfacetracking.cpp59 #define MAX_LAYERS 64 macro
273 int colors[MAX_LAYERS] = {0}; in FindContours()
/external/aac/libAACenc/src/
Dbitenc.h108 MAX_LAYERS = MAX_AAC_LAYERS , /* only one core layer if present */ enumerator
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
Dvpx_encoder.h46 #define MAX_LAYERS VPX_TS_MAX_LAYERS macro
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h46 #define MAX_LAYERS VPX_TS_MAX_LAYERS macro