Home
last modified time | relevance | path

Searched refs:bestIndex (Results 1 – 17 of 17) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2Distance.h109 int32 bestIndex = 0; in GetSupport() local
116 bestIndex = i; in GetSupport()
121 return bestIndex; in GetSupport()
126 int32 bestIndex = 0; in GetSupportVertex() local
133 bestIndex = i; in GetSupportVertex()
138 return m_vertices[bestIndex]; in GetSupportVertex()
Db2CollidePolygon.cpp34 int32 bestIndex = 0; in b2FindMaxSeparation() local
56 bestIndex = i; in b2FindMaxSeparation()
60 *edgeIndex = bestIndex; in b2FindMaxSeparation()
Db2CollideEdge.cpp483 int32 bestIndex = 0; in Collide() local
491 bestIndex = i; in Collide()
495 int32 i1 = bestIndex; in Collide()
/external/skia/src/gpu/
DGrRectanizer_skyline.cpp22 int bestIndex = -1; in addRect() local
28 bestIndex = i; in addRect()
37 if (-1 != bestIndex) { in addRect()
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height); in addRect()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_search_core.c30 size_t *bestIndex, /* (o) Index that corresponds to in WebRtcIlbcfix_CbSearchCore() argument
106 *bestIndex = WebRtcSpl_MaxIndexW32(Crit, range); in WebRtcIlbcfix_CbSearchCore()
107 *bestCrit = Crit[*bestIndex]; in WebRtcIlbcfix_CbSearchCore()
Dcb_search.c61 size_t bestIndex=0; in WebRtcIlbcfix_CbSearch() local
194 bestIndex=0; in WebRtcIlbcfix_CbSearch()
231 &CritMax, &shTotMax, &bestIndex, &bestGain); in WebRtcIlbcfix_CbSearch()
233 sInd = ((CB_RESRANGE >> 1) > bestIndex) ? in WebRtcIlbcfix_CbSearch()
234 0 : (bestIndex - (CB_RESRANGE >> 1)); in WebRtcIlbcfix_CbSearch()
284 &CritMax, &shTotMax, &bestIndex, &bestGain); in WebRtcIlbcfix_CbSearch()
286 index[stage] = (int16_t)bestIndex; in WebRtcIlbcfix_CbSearch()
Dcb_update_best_index.c32 size_t *bestIndex, /* (i/o) Index that corresponds to in WebRtcIlbcfix_CbUpdateBestIndex() argument
84 *bestIndex = IndexNew; in WebRtcIlbcfix_CbUpdateBestIndex()
Dcb_search_core.h32 size_t *bestIndex, /* (o) Index that corresponds to
Dcb_update_best_index.h33 size_t *bestIndex, /* (i/o) Index that corresponds to
/external/libopus/silk/
DNLSF_encode.c48 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7; in silk_NLSF_encode() local
126 silk_insertion_sort_increasing( RD_Q25, &bestIndex, nSurvivors, 1 ); in silk_NLSF_encode()
128 NLSFIndices[ 0 ] = (opus_int8)tempIndices1[ bestIndex ]; in silk_NLSF_encode()
129 …silk_memcpy( &NLSFIndices[ 1 ], &tempIndices2[ bestIndex * MAX_LPC_ORDER ], psNLSF_CB->order * siz… in silk_NLSF_encode()
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
DStripifier.java342 int bestIndex = -1; in findStartPoint() local
358 bestIndex = i; in findStartPoint()
367 return bestIndex; in findStartPoint()
752 int bestIndex = -9999; in removeSmallStrips() local
765 bestIndex = i; in removeSmallStrips()
771 bVisitedList[bestIndex] = true; in removeSmallStrips()
772 updateCacheFace(vcache, tempFaceList.at(bestIndex)); in removeSmallStrips()
773 faceList.add(tempFaceList.at(bestIndex)); in removeSmallStrips()
1042 int bestIndex = 0; in findAllStrips() local
1057 bestIndex = i; in findAllStrips()
[all …]
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
DDistance.java548 int bestIndex = 0; in getSupport() local
553 bestIndex = i; in getSupport()
558 return bestIndex; in getSupport()
568 int bestIndex = 0; in getSupportVertex() local
573 bestIndex = i; in getSupportVertex()
578 return m_vertices[bestIndex]; in getSupportVertex()
DCollision.java455 int bestIndex = 0;
474 bestIndex = i;
478 results.edgeIndex = bestIndex;
1252 int bestIndex = 0;
1258 bestIndex = i;
1262 int i1 = bestIndex;
/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp130 int bestIndex = 0; in compress_heterogeneous_r11eac_block() local
137 bestIndex = i; in compress_heterogeneous_r11eac_block()
142 SkASSERT(bestIndex < 8); in compress_heterogeneous_r11eac_block()
146 indices |= bestIndex; in compress_heterogeneous_r11eac_block()
/external/skia/third_party/etc1/
Detc1.cpp310 int bestIndex = 0; in chooseModifier() local
333 bestIndex = i; in chooseModifier()
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1)) in chooseModifier()
/external/libgdx/gdx/jni/etc1/
Detc1_utils.cpp302 int bestIndex = 0; in chooseModifier() local
325 bestIndex = i; in chooseModifier()
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1)) in chooseModifier()
/external/dng_sdk/source/
Ddng_negative.cpp1349 int32 bestIndex = -1; in ProfileByID() local
1367 if (bestIndex == -1 || testVersion > bestVersion) in ProfileByID()
1370 bestIndex = index; in ProfileByID()
1379 if (bestIndex != -1) in ProfileByID()
1382 return &ProfileByIndex (bestIndex); in ProfileByID()