HomeSort by relevance Sort by last modified time
    Searched full:bestindex (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
NLSF_encode.c 48 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7;
126 silk_insertion_sort_increasing( RD_Q25, &bestIndex, nSurvivors, 1 );
128 NLSFIndices[ 0 ] = (opus_int8)tempIndices1[ bestIndex ];
129 silk_memcpy( &NLSFIndices[ 1 ], &tempIndices2[ bestIndex * MAX_LPC_ORDER ], psNLSF_CB->order * sizeof( opus_int8 ) );
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.cpp 68 int bestIndex = -1;
74 bestIndex = i;
83 if (-1 != bestIndex) {
84 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
  /external/chromium_org/third_party/skia/src/utils/ios/
SkFontHost_iOS.mm 156 int bestIndex = -1;
162 bestIndex = i;
166 if (bestIndex >= 0) {
167 return ref_and_return(gFonts[bestIndex]);
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 68 int bestIndex = -1;
74 bestIndex = i;
83 if (-1 != bestIndex) {
84 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
  /external/skia/src/utils/ios/
SkFontHost_iOS.mm 156 int bestIndex = -1;
162 bestIndex = i;
166 if (bestIndex >= 0) {
167 return ref_and_return(gFonts[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/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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_pixelformat.c 401 uint bestindex; local
407 bestindex = 0;
433 bestindex = index;
440 return bestindex;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.c 401 uint bestindex; local
407 bestindex = 0;
433 bestindex = index;
440 return 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,
  /external/clang/lib/Driver/
WindowsToolChain.cpp 132 int bestIndex = -1;
150 bestIndex = (int)index;
157 if (bestIndex != -1) {
  /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/skia/src/pathops/
SkPathOpsQuad.cpp 31 int bestIndex = -1;
37 bestIndex = index;
40 if (bestIndex >= 0) {
41 return ts[bestIndex];
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 756 int bestIndex = m_selectedIndex;
760 bestIndex = testIndex;
763 if (passedTarget && bestIndex != m_selectedIndex)
770 targetIndex = bestIndex;
  /external/clang/lib/AST/
CommentSema.cpp     [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 329 int BestIndex;
342 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
351 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
365 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
416 assert(BestIndex != -1 && "BestIndex not set");
417 return Filters[BestIndex];
    [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))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 491 int bestIndex = Integer.MIN_VALUE;
502 bestIndex = i;
509 if (bestIndex != Integer.MIN_VALUE) {
515 data.setCurrY(bestIndex);
519 data.setCurrX(bestIndex);
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /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/src/ext/fts1/
fts1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]

Completed in 3608 milliseconds