Searched refs:bestIndex (Results 1 – 11 of 11) sorted by relevance
/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/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/opencv3/modules/objdetect/src/ |
D | detection_based_tracker.cpp | 773 int bestIndex=-1; in updateTrackedObjects() local 802 bestIndex=j; in updateTrackedObjects() 807 if (bestIndex >= 0) { in updateTrackedObjects() 808 …ectionBasedTracker::updateTrackedObjects: The best correspondence for i=%d is j=%d", i, bestIndex); in updateTrackedObjects() 809 correspondence[bestIndex]=i; in updateTrackedObjects() 815 Rect r=detectedObjects[j] & detectedObjects[bestIndex]; in updateTrackedObjects() 818 … "rectangles j=%d and bestIndex=%d, rectangle j=%d is marked as intersected", j, bestIndex, j); in updateTrackedObjects()
|
/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/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()
|