Searched refs:best (Results 1 - 9 of 9) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.h96 double best; local
99 best=s[0];pos=0;
100 if(s[1]>best){best=s[1];pos=1;}
101 if(s[2]>best){best=s[2];pos=2;}
107 double best; local
110 best=s[0];pos=0;
111 if(s[1]>best){best
119 double best; local
132 double best; local
146 double best; local
161 double best; local
176 double best; local
193 double t,best; local
204 double t,best; local
[all...]
/packages/apps/TV/src/com/android/tv/util/
H A DTvTrackInfoUtils.java77 * Selects the best TvTrackInfo available or the first if none matches.
83 * @return the best matching track or the first one if none matches.
91 TvTrackInfo best = null;
93 if (comparator.compare(track, best) > 0) {
94 best = track;
97 return best;
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DPictureSizeCalculator.java71 * @return The best natively-supported size to use.
113 Size best = null;
120 best = candidate;
125 if (best == null) {
128 best = getLargestSupportedSize(supported);
131 return best;
/packages/apps/Gallery2/jni/filters/
H A Dkmeans.h157 int best = findClosest<T, N>(values + x, oldCenters, dimension, stride, pop_size); local
158 add<T, N>(values + x, tmp + best, dimension);
159 popularities[best / stride]++;
227 int best = findClosest<T, N>(values + x, centroids, dimension, stride, pop_size); local
228 set<T, T>(values + x, centroids + best, dimension);
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A Dcommon_defines.h96 best, enumerator in enum:__anon169
/packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
H A DColorExtractionAlgorithm.java75 // palette and finds a best fit amongst a collection of pre-defined
76 // palettes. The best fit is tweaked to be closer to the source color
117 Log.w(TAG, "Could not find best fit!");
246 TonalPalette best = null;
253 best = candidate;
258 best = candidate;
263 best = candidate;
268 best = candidate;
271 best = candidate;
275 best
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java1241 // Find the best entry we should replace.
1245 Entry best = null;
1249 best = e;
1255 best = e;
1263 if (best.mBitmap != null) {
1264 best.mBitmap.recycle();
1267 best.mPos = pos;
1268 best.mBitmap = bitmap;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnClauseConverterJAJP.java179 /* there may be no way to be the best sequence from the 'start' */
184 /* there may be no way to be the best sequence from the 'start' */
215 /* update the best sub-sentence on the cache buffer */
349 /* reserve only the best clause */
350 WnnClause best = (WnnClause)clauseList.get(0);
351 if (best.frequency < clause.frequency) {
/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java1123 int best = 0;
1127 best = i;
1134 if (Long.valueOf(values[best].toString()) == 0) {
1139 entries[best], trustAgentLabel);
1142 summary = getString(R.string.lock_after_timeout_summary, entries[best]);

Completed in 264 milliseconds