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

  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 21 int bestIndex = -1;
27 bestIndex = i;
36 if (-1 != bestIndex) {
37 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
  /external/libopus/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/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 61 size_t bestIndex=0;
194 bestIndex=0;
231 &CritMax, &shTotMax, &bestIndex, &bestGain);
233 sInd = ((CB_RESRANGE >> 1) > bestIndex) ?
234 0 : (bestIndex - (CB_RESRANGE >> 1));
284 &CritMax, &shTotMax, &bestIndex, &bestGain);
286 index[stage] = (int16_t)bestIndex;
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 491 size_t bestIndex = 0;
520 bestIndex = j;
532 *chosenIndex = bestIndex;
538 (ResolutionType)bestType, bestIndex,
541 (ResolutionType)bestType, bestIndex,
  /frameworks/base/core/java/android/os/
LocaleList.java 352 int bestIndex = Integer.MAX_VALUE;
358 } else if (idx < bestIndex) {
359 bestIndex = idx;
369 } else if (idx < bestIndex) {
370 bestIndex = idx;
373 if (bestIndex == Integer.MAX_VALUE) {
377 return bestIndex;
383 int bestIndex = computeFirstMatchIndex(supportedLocales, assumeEnglishIsSupported);
384 return bestIndex == -1 ? null : mList[bestIndex];
    [all...]
  /frameworks/support/compat/java/android/support/v4/os/
LocaleListHelper.java 362 int bestIndex = Integer.MAX_VALUE;
368 } else if (idx < bestIndex) {
369 bestIndex = idx;
379 } else if (idx < bestIndex) {
380 bestIndex = idx;
383 if (bestIndex == Integer.MAX_VALUE) {
387 return bestIndex;
393 int bestIndex = computeFirstMatchIndex(supportedLocales, assumeEnglishIsSupported);
394 return bestIndex == -1 ? null : mList[bestIndex];
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 253 int bestIndex = 0;
265 bestIndex = j;
268 grouping[i] = bestIndex;
269 groupCount[bestIndex]++;
270 groupSum[bestIndex].latRad += p.latRad;
271 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/skia/third_party/etc1/
etc1.cpp 310 int bestIndex = 0;
333 bestIndex = i;
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestThreadManager.java 651 int bestIndex = 0;
659 bestIndex = index;
664 return frameRates.get(bestIndex);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 855 int bestIndex = -1;
873 bestIndex = index;
876 return mCache.remove(bestIndex);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 2608 milliseconds