/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
D | b2Distance.h | 109 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()
|
D | b2CollidePolygon.cpp | 34 int32 bestIndex = 0; in b2FindMaxSeparation() local 56 bestIndex = i; in b2FindMaxSeparation() 60 *edgeIndex = bestIndex; in b2FindMaxSeparation()
|
D | b2CollideEdge.cpp | 483 int32 bestIndex = 0; in Collide() local 491 bestIndex = i; in Collide() 495 int32 i1 = bestIndex; in Collide()
|
/external/skia/src/gpu/ |
D | GrRectanizer_skyline.cpp | 22 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/ |
D | cb_search_core.c | 30 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()
|
D | cb_search.c | 61 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()
|
D | cb_update_best_index.c | 32 size_t *bestIndex, /* (i/o) Index that corresponds to in WebRtcIlbcfix_CbUpdateBestIndex() argument 84 *bestIndex = IndexNew; in WebRtcIlbcfix_CbUpdateBestIndex()
|
D | cb_search_core.h | 32 size_t *bestIndex, /* (o) Index that corresponds to
|
D | cb_update_best_index.h | 33 size_t *bestIndex, /* (i/o) Index that corresponds to
|
/external/libopus/silk/ |
D | NLSF_encode.c | 48 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/ |
D | Stripifier.java | 342 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/ |
D | Distance.java | 548 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()
|
D | Collision.java | 455 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/ |
D | SkTextureCompressor_R11EAC.cpp | 130 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/ |
D | etc1.cpp | 310 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/ |
D | etc1_utils.cpp | 302 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/ |
D | dng_negative.cpp | 1349 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()
|