Searched refs:MAX_LAYERS (Results 1 - 6 of 6) sorted by relevance

/external/aac/libAACenc/src/
H A Dbitenc.h119 MAX_LAYERS = MAX_AAC_LAYERS, /* only one core layer if present */ enumerator in enum:__anon286
/external/opencv/cvaux/src/
H A D_cvfacedetection.h50 #define MAX_LAYERS 64 macro
246 if (m_lplFaceFeaturesCount[i] < 3*MAX_LAYERS)
339 CvSeq* m_seqContours[MAX_LAYERS];
H A Dcvfacedetection.cpp64 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS);
68 assert(m_iNumLayers <= MAX_LAYERS);
108 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS);
H A Dcvface.cpp65 m_lppFoundedFaceFeatures[i] = (new FaceFeature[3*MAX_LAYERS]);
H A Dcvvecfacetracking.cpp59 #define MAX_LAYERS 64 macro
273 int colors[MAX_LAYERS] = {0};
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h49 #define MAX_LAYERS VPX_MAX_LAYERS // 3 temporal + 4 spatial layers allowed. macro

Completed in 1259 milliseconds