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

/external/skia/src/gpu/
H A DGrRectanizer_skyline.cpp21 int bestIndex = -1; local
27 bestIndex = i;
36 if (-1 != bestIndex) {
37 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
/external/skqp/src/gpu/
H A DGrRectanizer_skyline.cpp21 int bestIndex = -1; local
27 bestIndex = i;
36 if (-1 != bestIndex) {
37 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_update_best_index.c32 size_t *bestIndex, /* (i/o) Index that corresponds to
84 *bestIndex = IndexNew;
23 WebRtcIlbcfix_CbUpdateBestIndex( int32_t CritNew, int16_t CritNewSh, size_t IndexNew, int32_t cDotNew, int16_t invEnergyNew, int16_t energyShiftNew, int32_t *CritMax, int16_t *shTotMax, size_t *bestIndex, int16_t *bestGain) argument
H A Dcb_search_core.c30 size_t *bestIndex, /* (o) Index that corresponds to
106 *bestIndex = WebRtcSpl_MaxIndexW32(Crit, range);
107 *bestCrit = Crit[*bestIndex];
22 WebRtcIlbcfix_CbSearchCore( int32_t *cDot, size_t range, int16_t stage, int16_t *inverseEnergy, int16_t *inverseEnergyShift, int32_t *Crit, size_t *bestIndex, int32_t *bestCrit, int16_t *bestCritSh) argument
H A Dcb_search.c61 size_t bestIndex=0; local
194 bestIndex=0;
231 &CritMax, &shTotMax, &bestIndex, &bestGain);
233 sInd = ((CB_RESRANGE >> 1) > bestIndex) ?
234 0 : (bestIndex - (CB_RESRANGE >> 1));
284 &CritMax, &shTotMax, &bestIndex, &bestGain);
286 index[stage] = (int16_t)bestIndex;
/external/libopus/silk/
H A DNLSF_encode.c48 opus_int i, s, ind1, bestIndex, prob_Q8, bits_q7; local
113 silk_insertion_sort_increasing( RD_Q25, &bestIndex, nSurvivors, 1 );
115 NLSFIndices[ 0 ] = (opus_int8)tempIndices1[ bestIndex ];
116 silk_memcpy( &NLSFIndices[ 1 ], &tempIndices2[ bestIndex * MAX_LPC_ORDER ], psNLSF_CB->order * sizeof( opus_int8 ) );
/external/skqp/third_party/etc1/
H A Detc1.cpp310 int bestIndex = 0; local
333 bestIndex = i;
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 263 milliseconds