Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRectanizer_skyline.cpp21 int bestIndex = -1; in addRect() local
27 bestIndex = i; in addRect()
36 if (-1 != bestIndex) { in addRect()
37 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/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/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()