Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpsbitdec.cpp155 SCHAR *aIndex, /*!< ICC/IID parameters */ in deltaDecodeArray() argument
169 aIndex[0] = 0 + aIndex[0]; in deltaDecodeArray()
170 aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx); in deltaDecodeArray()
172 aIndex[i] = aIndex[i-1] + aIndex[i]; in deltaDecodeArray()
173 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx); in deltaDecodeArray()
178 aIndex[i] = aPrevFrameIndex[i*stride] + aIndex[i]; in deltaDecodeArray()
179 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx); in deltaDecodeArray()
185 aIndex[i] = 0; in deltaDecodeArray()
190 aIndex[i] = aIndex[i>>1]; in deltaDecodeArray()
202 static void map34IndexTo20 (SCHAR *aIndex, /*!< decoded ICC/IID parameters */ in map34IndexTo20() argument
[all …]
/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/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.cpp122 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, in merge() argument
125 fT[0][0] = a.fT[0][aIndex]; in merge()
127 fPt[0] = a.fPt[aIndex]; in merge()
/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/deqp/framework/common/
DtcuImageCompare.cpp451 const deInt32 aIndex = getPositionOfIEEEFloatWithoutDenormals(a); in computeFloatFlushRelaxedULPDiff() local
453 return (deUint32)de::abs(aIndex - bIndex); in computeFloatFlushRelaxedULPDiff()
/external/sqlite/dist/orig/
Dsqlite3.c55150 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
56032 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
56036 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
56253 ht_slot *aIndex; /* Sorted index for this segment */
56261 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[iZero];
56265 aIndex[j] = (ht_slot)j;
56267 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry);
56270 p->aSegment[i].aIndex = aIndex;
145907 } *aIndex;
146943 struct Fts3Index *aIndex; /* Allocated array */
[all …]
/external/sqlite/dist/
Dsqlite3.c55150 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
56032 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
56036 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
56253 ht_slot *aIndex; /* Sorted index for this segment */
56261 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[iZero];
56265 aIndex[j] = (ht_slot)j;
56267 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry);
56270 p->aSegment[i].aIndex = aIndex;
145907 } *aIndex;
146943 struct Fts3Index *aIndex; /* Allocated array */
[all …]