HomeSort by relevance Sort by last modified time
    Searched refs:bestIndex (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_search_core.h 32 int16_t *bestIndex, /* (o) Index that corresponds to
cb_update_best_index.h 33 int16_t *bestIndex, /* (i/o) Index that corresponds to
cb_update_best_index.c 32 int16_t *bestIndex, /* (i/o) Index that corresponds to
85 *bestIndex = IndexNew;
cb_search_core.c 30 int16_t *bestIndex, /* (o) Index that corresponds to
106 *bestIndex = WebRtcSpl_MaxIndexW32(Crit, range);
107 *bestCrit = Crit[*bestIndex];
cb_search.c 58 int16_t bestIndex=0;
189 bestIndex=0;
226 &CritMax, &shTotMax, &bestIndex, &bestGain);
228 sInd=bestIndex-(int16_t)(CB_RESRANGE>>1);
278 &CritMax, &shTotMax, &bestIndex, &bestGain);
280 index[stage] = bestIndex;
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_skyline.cpp 22 int bestIndex = -1;
28 bestIndex = i;
37 if (-1 != bestIndex) {
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 22 int bestIndex = -1;
28 bestIndex = i;
37 if (-1 != bestIndex) {
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
  /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/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 ) );
  /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;
  /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;
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticUtilities.cpp 29 int bestIndex = -1;
36 bestIndex = index;
39 if (bestIndex >= 0) {
40 return ts[bestIndex];
  /external/skia/experimental/Intersection/
QuadraticUtilities.cpp 29 int bestIndex = -1;
36 bestIndex = index;
39 if (bestIndex >= 0) {
40 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,
  /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/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_R11EAC.cpp 129 int bestIndex = 0;
136 bestIndex = i;
141 SkASSERT(bestIndex < 8);
145 indices |= bestIndex;
  /external/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 142 int bestIndex = -1;
172 bestIndex = (int)index;
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 323 int bestIndex = 0;
346 bestIndex = i;
349 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 310 int bestIndex = 0;
333 bestIndex = i;
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /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))
  /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...]

Completed in 796 milliseconds

1 2