Home
last modified time | relevance | path

Searched refs:aIndex (Results 1 – 12 of 12) sorted by relevance

/external/aac/libSBRdec/src/
Dpsbitdec.cpp167 SCHAR enable, SCHAR *aIndex, /*!< ICC/IID parameters */ in deltaDecodeArray() argument
178 aIndex[0] = 0 + aIndex[0]; in deltaDecodeArray()
179 aIndex[0] = limitMinMax(aIndex[0], minIdx, maxIdx); in deltaDecodeArray()
181 aIndex[i] = aIndex[i - 1] + aIndex[i]; in deltaDecodeArray()
182 aIndex[i] = limitMinMax(aIndex[i], minIdx, maxIdx); in deltaDecodeArray()
186 aIndex[i] = aPrevFrameIndex[i * stride] + aIndex[i]; in deltaDecodeArray()
187 aIndex[i] = limitMinMax(aIndex[i], minIdx, maxIdx); in deltaDecodeArray()
192 aIndex[i] = 0; in deltaDecodeArray()
197 aIndex[i] = aIndex[i >> 1]; in deltaDecodeArray()
209 static void map34IndexTo20(SCHAR *aIndex, /*!< decoded ICC/IID parameters */ in map34IndexTo20() argument
[all …]
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DDashDownloadTest.java107 for (int aIndex = 0; aIndex < adaptationSets.size(); aIndex++) { in downloadContent()
108 AdaptationSet adaptationSet = adaptationSets.get(aIndex); in downloadContent()
114 keys.add(new StreamKey(pIndex, aIndex, rIndex)); in downloadContent()
/external/skia/experimental/docs/
DanimationCommon.js50 for (var aIndex = 0; aIndex < actions.length; ++aIndex) {
51 var action = actions[aIndex];
56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex;
/external/skqp/experimental/docs/
DanimationCommon.js50 for (var aIndex = 0; aIndex < actions.length; ++aIndex) {
51 var action = actions[aIndex];
56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex;
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharSequences.java55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
56 int i = aIndex, j = bIndex; in matchAfter()
67 int result = i - aIndex; in matchAfter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
54 int i = aIndex, j = bIndex; in matchAfter()
65 int result = i - aIndex; in matchAfter()
/external/skia/src/pathops/
DSkIntersections.cpp131 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, in merge() argument
134 fT[0][0] = a.fT[0][aIndex]; in merge()
136 fPt[0] = a.fPt[aIndex]; in merge()
/external/skqp/src/pathops/
DSkIntersections.cpp131 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, in merge() argument
134 fT[0][0] = a.fT[0][aIndex]; in merge()
136 fPt[0] = a.fPt[aIndex]; in merge()
/external/deqp/framework/common/
DtcuImageCompare.cpp451 const deInt32 aIndex = getPositionOfIEEEFloatWithoutDenormals(a); in computeFloatFlushRelaxedULPDiff() local
453 return (deUint32)de::abs(aIndex - bIndex); in computeFloatFlushRelaxedULPDiff()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c59918 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
60904 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
60908 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
61124 ht_slot *aIndex; /* Sorted index for this segment */
61132 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[sLoc.iZero];
61136 aIndex[j] = (ht_slot)j;
61138 walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry);
61141 p->aSegment[i].aIndex = aIndex;
166801 } *aIndex;
167908 struct Fts3Index *aIndex; /* Allocated array */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c59834 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
60768 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
60772 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
60988 ht_slot *aIndex; /* Sorted index for this segment */
60996 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[sLoc.iZero];
61000 aIndex[j] = (ht_slot)j;
61002 walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry);
61005 p->aSegment[i].aIndex = aIndex;
166091 } *aIndex;
167198 struct Fts3Index *aIndex; /* Allocated array */
[all …]
/external/sqlite/dist/
Dsqlite3.c59850 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
60784 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
60788 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
61004 ht_slot *aIndex; /* Sorted index for this segment */
61012 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[sLoc.iZero];
61016 aIndex[j] = (ht_slot)j;
61018 walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry);
61021 p->aSegment[i].aIndex = aIndex;
166107 } *aIndex;
167214 struct Fts3Index *aIndex; /* Allocated array */
[all …]