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

  /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/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 ) );
  /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/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/webrtc/modules/audio_coding/codecs/ilbc/
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/WebKit/Source/web/
PopupListBox.cpp 676 int bestIndex = m_selectedIndex;
680 bestIndex = testIndex;
683 if (passedTarget && bestIndex != m_selectedIndex)
690 targetIndex = bestIndex;
    [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/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/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 713 milliseconds