HomeSort by relevance Sort by last modified time
    Searched refs:nElements (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/src/
test_intarray.h 111 int nElements, /* Number of elements in the intarray */
test_intarray.c 255 int nElements, /* Number of elements in the intarray */
262 pIntArray->n = nElements;
  /external/aac/libAACenc/src/
channel_map.h 103 INT nElements;
adj_thr.h 111 INT nElements);
117 INT nElements,
psy_main.h 129 const INT nElements,
135 const INT nElements,
qc_main.h 103 const INT nElements,
114 INT nElements
qc_data.h 129 INT nElements;
255 INT nElements;
qc_main.cpp 242 const INT nElements,
270 for (i=0; i<nElements; i++) {
278 } /* nElements */
304 for (i=0; i<cm->nElements; i++) {
309 } /* nElements */
323 INT nElements
337 if (FDKaacEnc_AdjThrNew(&hQC->hAdjThr, nElements)) {
347 for (i=0; i<nElements; i++) {
374 hQC->nElements = init->channelMapping->nElements;
    [all...]
aacenc.h 281 const INT nElements, /* number of maximal elements in instance to support */
aacenc.cpp 307 const INT nElements,
332 nElements,
340 nElements,
350 nElements,
360 nElements
367 hAacEnc->maxElements = nElements;
712 for (el=0; el<cm->nElements; el++) {
    [all...]
adj_thr.cpp     [all...]
psy_main.cpp 128 const INT nElements,
144 for (i=0; i<nElements; i++) {
188 const INT nElements,
210 for (i=0; i<nElements; i++) {
261 for (i=0; i<cm->nElements; i++) {
280 for (i=0; i<cm->nElements; i++) {
377 for (i=0; i<cm->nElements; i++) {
    [all...]
channel_map.cpp 278 cm->nElements = channelModeConfig[i].nElements;
339 FDK_ASSERT(cm->nElements<=(8));
aacenc_lib.cpp 627 for (el=0; el<channelMapping->nElements; el++) {
703 FDK_ASSERT(cm.nElements <= (8));
710 for (e=0; e<cm.nElements; e++)
743 } while ( (initialBitrate!=adjustedBitrate) && (numIterations<=cm.nElements) );
    [all...]
bitenc.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
adj_thr.h 33 Word32 nElements);
  /frameworks/minikin/libs/minikin/
SparseBitSet.cpp 90 size_t nElements = (end - (start & ~kElMask) + kElMask) >> kLogBitsPerEl;
91 if (nElements == 1) {
96 for (size_t j = 1; j < nElements - 1; j++) {
99 mBitmaps[index + nElements - 1] |= kElAllOnes << ((-end) & kElMask);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 199 (_pPrivateData_)->sCircularBuffer.nElements = 0; \
221 if((_sCircular_).nElements < VIDENC_MAX_NUM_OF_BUFFERS) \
230 (_sCircular_).nElements++; \
237 for(_i_=2 ; _i_ < (_sCircular_).nElements; _i_++) \
309 (_sCircular_).nElements--; \
432 OMX_U8 nElements;
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 68 int ChoiceTrackingFace3(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy);
69 int ChoiceTrackingFace2(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel);
473 int nElements = 16;
517 int found = ChoiceTrackingFace3(pFaceTracker, nElements, big_face, new_face, new_energy);
561 int found2 = ChoiceTrackingFace2(pFaceTracker, nElements, big_face, new_face, new_energy, noel);
661 int ChoiceTrackingFace3(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy)
671 for (int i_mouth = 0; i_mouth < big_face[MOUTH].m_seqRects->total && i_mouth < nElements; i_mouth++)
675 for (int i_left = 0; i_left < big_face[LEYE].m_seqRects->total && i_left < nElements; i_left++)
681 for (int i_right = 0; i_right < big_face[REYE].m_seqRects->total && i_right < nElements; i_right++)
709 int ChoiceTrackingFace2(CvFaceTracker* pTF, const int nElements, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 279 INT nElements,
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsopt.c 98 int nElements; // Elements in curves
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 26 var nElements = elementNames.length;
28 var nRuns = Math.pow(nElements, arity);
57 if (++paramIndices[i] < nElements) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 303 int nElements = ranges[i].getSize()/attribSize;
304 for(int j=0;j<nElements;j++) {
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 181 queue->nElements = 0;
218 queue->nElements = 0;
242 if(queue->nElements == 0)
261 queue->nElements++;
279 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE)
291 queue->nElements++;
307 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE)
319 queue->nElements++;
345 if(queue->nElements > 0)
368 queue->nElements--
    [all...]

Completed in 993 milliseconds

1 2