Searched refs:aIndex (Results 1 - 13 of 13) sorted by relevance

/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp161 aIndex buffer is decoded from delta values to actual values.
167 SCHAR enable, SCHAR *aIndex, /*!< ICC/IID parameters */
178 aIndex[0] = 0 + aIndex[0];
179 aIndex[0] = limitMinMax(aIndex[0], minIdx, maxIdx);
181 aIndex[i] = aIndex[i - 1] + aIndex[i];
182 aIndex[
166 deltaDecodeArray( SCHAR enable, SCHAR *aIndex, SCHAR *aPrevFrameIndex, SCHAR DtDf, UCHAR nrElements, UCHAR stride, SCHAR minIdx, SCHAR maxIdx) argument
209 map34IndexTo20(SCHAR *aIndex, UCHAR noBins) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DCharSequences.java50 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary.
55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { argument
56 int i = aIndex, j = bIndex;
67 int result = i - aIndex;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharSequences.java48 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary.
53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { argument
54 int i = aIndex, j = bIndex;
65 int result = i - aIndex;
/external/skia/experimental/docs/
H A 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/
H A 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/skia/src/pathops/
H A DSkIntersections.cpp122 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, argument
125 fT[0][0] = a.fT[0][aIndex];
127 fPt[0] = a.fPt[aIndex];
/external/skqp/src/pathops/
H A DSkIntersections.cpp122 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, argument
125 fT[0][0] = a.fT[0][aIndex];
127 fPt[0] = a.fPt[aIndex];
/external/deqp/framework/common/
H A DtcuImageCompare.cpp451 const deInt32 aIndex = getPositionOfIEEEFloatWithoutDenormals(a); local
453 return (deUint32)de::abs(aIndex - bIndex);
/external/sqlite/dist/orig/
H A Dsqlite3.c56113 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ member in struct:WalIterator::WalSegment
57232 ht_slot *aIndex; /* Sorted index for this segment */ local
148735 } *aIndex; member in struct:Fts3Table
149771 struct Fts3Index *aIndex; /* Allocated array */ local
149935 struct Fts3Index *aIndex = 0; /* Array of indexes for this table */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c56113 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ member in struct:WalIterator::WalSegment
57232 ht_slot *aIndex; /* Sorted index for this segment */ local
148735 } *aIndex; member in struct:Fts3Table
149771 struct Fts3Index *aIndex; /* Allocated array */ local
149935 struct Fts3Index *aIndex = 0; /* Array of indexes for this table */ local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 2597 milliseconds