Searched refs:aIndex (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSBRdec/src/ |
D | psbitdec.cpp | 155 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/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
D | vectorbuffer.h | 51 TPtrC8 operator[](TInt aIndex) const; in NONSHARABLE_CLASS() 174 TPtrC8 TVectorBuffer<C>::operator[](TInt aIndex) const 178 while(index < aIndex) 202 const T& operator[](TInt aIndex) const; in NONSHARABLE_CLASS() 232 const T& TVector<T, C>::operator[](TInt aIndex) const 234 const TPtrC8 ptr = TVectorBuffer<C * sizeof(T)>::operator[](aIndex);
|
D | SDL_main.cpp | 181 const void* TMainFunc::operator[](TInt aIndex) const 183 return iMainFunc[aIndex];
|
/external/sqlite/dist/ |
D | sqlite3.c | 45838 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ 46709 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; 46713 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext]; 46926 ht_slot *aIndex; /* Sorted index for this segment */ 46934 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[iZero]; 46938 aIndex[j] = (ht_slot)j; 46940 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry); 46943 p->aSegment[i].aIndex = aIndex; 116662 } *aIndex; 117581 struct Fts3Index *aIndex; /* Allocated array */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 45810 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ 46681 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]]; 46685 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext]; 46898 ht_slot *aIndex; /* Sorted index for this segment */ 46906 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[iZero]; 46910 aIndex[j] = (ht_slot)j; 46912 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry); 46915 p->aSegment[i].aIndex = aIndex; 116626 } *aIndex; 117545 struct Fts3Index *aIndex; /* Allocated array */ [all …]
|