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

1 2

  /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 239 const INT nElements,
267 for (i=0; i<nElements; i++) {
275 } /* nElements */
301 for (i=0; i<cm->nElements; i++) {
306 } /* nElements */
320 INT nElements
334 if (FDKaacEnc_AdjThrNew(&hQC->hAdjThr, nElements)) {
344 for (i=0; i<nElements; i++) {
372 hQC->nElements = init->channelMapping->nElements;
    [all...]
aacenc.cpp 343 const INT nElements,
368 nElements,
376 nElements,
386 nElements,
396 nElements
403 hAacEnc->maxElements = nElements;
737 for (el=0; el<cm->nElements; el++) {
    [all...]
adj_thr.cpp     [all...]
aacenc.h 318 const INT nElements, /* number of maximal elements in instance to support */
channel_map.cpp 278 cm->nElements = channelModeConfig[i].nElements;
339 FDK_ASSERT(cm->nElements<=(8));
aacenc_lib.cpp 603 for (el=0; el<channelMapping->nElements; el++) {
679 FDK_ASSERT(cm.nElements <= (8));
686 for (e=0; e<cm.nElements; e++)
719 } while ( (initialBitrate!=adjustedBitrate) && (numIterations<=cm.nElements) );
    [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++) {
379 for (i=0; i<cm->nElements; i++) {
    [all...]
bitenc.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
adj_thr.h 33 Word32 nElements);
  /frameworks/minikin/libs/minikin/
SparseBitSet.cpp 92 size_t nElements = (end - (start & ~kElMask) + kElMask) >> kLogBitsPerEl;
93 if (nElements == 1) {
98 for (size_t j = 1; j < nElements - 1; j++) {
101 mBitmaps[index + nElements - 1] |= kElAllOnes << ((~end + 1) & 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 290 INT nElements,
  /external/pdfium/third_party/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...]
  /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...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 463 int nElements);
  /external/opencv3/modules/core/misc/java/test/
MatTest.java 975 int nElements = gray0.rows() * gray0.cols();
976 assertEquals(nElements, gray0.total());
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]

Completed in 1033 milliseconds

1 2