Searched defs:bestIndex (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_skyline.cpp22 int bestIndex = -1; local
28 bestIndex = i;
37 if (-1 != bestIndex) {
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_update_best_index.c32 int16_t *bestIndex, /* (i/o) Index that corresponds to
85 *bestIndex = IndexNew;
23 WebRtcIlbcfix_CbUpdateBestIndex( int32_t CritNew, int16_t CritNewSh, int16_t IndexNew, int32_t cDotNew, int16_t invEnergyNew, int16_t energyShiftNew, int32_t *CritMax, int16_t *shTotMax, int16_t *bestIndex, int16_t *bestGain) argument
H A Dcb_search_core.c30 int16_t *bestIndex, /* (o) Index that corresponds to
106 *bestIndex = WebRtcSpl_MaxIndexW32(Crit, range);
107 *bestCrit = Crit[*bestIndex];
22 WebRtcIlbcfix_CbSearchCore( int32_t *cDot, int16_t range, int16_t stage, int16_t *inverseEnergy, int16_t *inverseEnergyShift, int32_t *Crit, int16_t *bestIndex, int32_t *bestCrit, int16_t *bestCritSh) argument
H A Dcb_search.c58 int16_t bestIndex=0; local
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/skia/src/gpu/
H A DGrRectanizer_skyline.cpp22 int bestIndex = -1; local
28 bestIndex = i;
37 if (-1 != bestIndex) {
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
/external/chromium_org/third_party/opus/src/silk/
H A DNLSF_encode.c48 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7; local
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/
H A DNLSF_encode.c48 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7; local
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/
H A DQuadraticUtilities.cpp29 int bestIndex = -1; local
36 bestIndex = index;
39 if (bestIndex >= 0) {
40 return ts[bestIndex];
/external/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp29 int bestIndex = -1; local
36 bestIndex = index;
39 if (bestIndex >= 0) {
40 return ts[bestIndex];
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp31 int bestIndex = -1; local
37 bestIndex = index;
40 if (bestIndex >= 0) {
41 return ts[bestIndex];
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp31 int bestIndex = -1; local
37 bestIndex = index;
40 if (bestIndex >= 0) {
41 return ts[bestIndex];
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp656 int bestIndex = m_selectedIndex; local
660 bestIndex = testIndex;
663 if (passedTarget && bestIndex != m_selectedIndex)
670 targetIndex = bestIndex;
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp250 int bestIndex = 0; local
273 bestIndex = i;
276 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp310 int bestIndex = 0; local
333 bestIndex = i;
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
/external/skia/third_party/etc1/
H A Detc1.cpp310 int bestIndex = 0; local
333 bestIndex = i;
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c225 ** Value for wsFlags returned by bestIndex() and stored in
822 ** is something the bestIndex() routine will determine. This analysis
1608 ** Required because bestIndex() is called by bestOrClauseIndex()
1610 static void bestIndex(
1663 bestIndex(pParse, pAndWC, pSrc, notReady, notValid, 0, &sTermCost);
1671 bestIndex(pParse, &tempWC, pSrc, notReady, notValid, 0, &sTermCost);
3148 static void bestIndex( function
4692 /* If an INDEXED BY clause is used, the bestIndex() function is
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100802 static void bestIndex( function
[all...]

Completed in 684 milliseconds