OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LAYERS
(Results
1 - 6
of
6
) sorted by null
/external/aac/libAACenc/src/
bitenc.h
108
MAX_LAYERS
= MAX_AAC_LAYERS , /* only one core layer if present */
/external/opencv/cvaux/src/
_cvfacedetection.h
50
#define
MAX_LAYERS
64
246
if (m_lplFaceFeaturesCount[i] < 3*
MAX_LAYERS
)
339
CvSeq* m_seqContours[
MAX_LAYERS
];
cvfacedetection.cpp
64
memset(m_seqContours, 0, sizeof(CvSeq*) *
MAX_LAYERS
);
68
assert(m_iNumLayers <=
MAX_LAYERS
);
108
memset(m_seqContours, 0, sizeof(CvSeq*) *
MAX_LAYERS
);
cvface.cpp
65
m_lppFoundedFaceFeatures[i] = (new FaceFeature[3*
MAX_LAYERS
]);
cvvecfacetracking.cpp
59
#define
MAX_LAYERS
64
273
int colors[
MAX_LAYERS
] = {0};
[
all
...]
/external/libvpx/libvpx/vpx/
vpx_encoder.h
46
#define
MAX_LAYERS
VPX_TS_MAX_LAYERS
[
all
...]
Completed in 1536 milliseconds