HomeSort by relevance Sort by last modified time
    Searched defs:bestIndex (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
NLSF_encode.c 47 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7;
119 silk_insertion_sort_increasing( RD_Q25, &bestIndex, nSurvivors, 1 );
121 NLSFIndices[ 0 ] = (opus_int8)tempIndices1[ bestIndex ];
122 silk_memcpy( &NLSFIndices[ 1 ], &tempIndices2[ bestIndex * MAX_LPC_ORDER ], psNLSF_CB->order * sizeof( opus_int8 ) );
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 31 int bestIndex = -1;
37 bestIndex = index;
40 if (bestIndex >= 0) {
41 return ts[bestIndex];
  /external/clang/lib/Driver/
WindowsToolChain.cpp 132 int bestIndex = -1;
150 bestIndex = (int)index;
157 if (bestIndex != -1) {
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 31 int bestIndex = -1;
37 bestIndex = index;
40 if (bestIndex >= 0) {
41 return ts[bestIndex];
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 492 size_t bestIndex = 0;
521 bestIndex = j;
533 *chosenIndex = bestIndex;
539 (ResolutionType)bestType, bestIndex,
542 (ResolutionType)bestType, bestIndex,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 254 int bestIndex = 0;
266 bestIndex = j;
269 grouping[i] = bestIndex;
270 groupCount[bestIndex]++;
271 groupSum[bestIndex].latRad += p.latRad;
272 groupSum[bestIndex].lngRad += p.lngRad;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 106 int bestIndex = -1;
116 bestIndex = i;
125 return bestIndex;
128 bestIndex = -1;
149 bestIndex = i;
158 bestIndex = i;
164 return bestIndex;
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 748 int bestIndex = m_selectedIndex;
752 bestIndex = testIndex;
755 if (passedTarget && bestIndex != m_selectedIndex)
762 targetIndex = bestIndex;
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 342 int bestIndex = -1;
358 bestIndex = i;
367 return bestIndex;
752 int bestIndex = -9999;
765 bestIndex = i;
771 bVisitedList[bestIndex] = true;
772 updateCacheFace(vcache, tempFaceList.at(bestIndex));
773 faceList.add(tempFaceList.at(bestIndex));
1042 int bestIndex = 0;
1057 bestIndex = i;
    [all...]
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 855 int bestIndex = -1;
873 bestIndex = index;
876 return mCache.remove(bestIndex);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c 225 ** Value for wsFlags returned by bestIndex() and stored in
822 ** is something the bestIndex() routine will determine. This analysis
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 969 milliseconds