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

/external/aac/libAACenc/src/
H A Dbitenc.h108 MAX_LAYERS = MAX_AAC_LAYERS , /* only one core layer if present */ enumerator in enum:__anon95
/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/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_encoder.h46 #define MAX_LAYERS VPX_TS_MAX_LAYERS macro
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h46 #define MAX_LAYERS VPX_TS_MAX_LAYERS macro

Completed in 1418 milliseconds