HomeSort by relevance Sort by last modified time
    Searched defs:best (Results 26 - 50 of 75) sorted by null

12 3

  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 123 BallLarusEdge* best = 0; local
130 (!best || (best->getWeight() < (*next)->getWeight())) ) // best one?
131 best = *next;
134 return best;
  /dalvik/vm/reflect/
Proxy.cpp 393 bool best, dupe; local
400 * assignable to our return type, then we're not the best.
406 best = true;
426 best = false;
431 * If this is the best of a set of duplicates, copy it over and
438 if (best) {
439 ALOGV("BEST %d %s.%s -> %d", i,
516 ALOGV("BEST not %d", i);
    [all...]
  /external/chromium_org/courgette/
disassembler_win32_x86.cc 682 const Section* best = 0; local
687 if (best == 0 ||
688 section->file_offset_of_raw_data < best->file_offset_of_raw_data) {
689 best = section;
694 return best;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 237 std::vector<VideoFormat>::const_iterator best = supported_formats->end(); local
246 best = i;
249 if (supported_formats->end() == best) {
255 best_format->width = best->width;
256 best_format->height = best->height;
257 best_format->fourcc = best->fourcc;
258 best_format->interval = talk_base::_max(format.interval, best->interval);
259 LOG(LS_INFO) << " Best " << best_format->ToString() << " Interval "
457 // Any fourcc is OK for the desired. Use preference to find best fourcc.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 239 int i,best = -1,bestdelta = 0x7FFFFFFF,delta; local
282 best = i + 1;
288 if(best == -1)
293 return(best);
  /external/chromium_org/ui/gfx/
icon_util.cc 54 const gfx::Image* best = image_family.GetBest(size); local
55 if (!best || best->IsEmpty()) {
64 best->Width() <= IconUtil::kMediumIconSize &&
65 best->Height() <= IconUtil::kMediumIconSize) {
72 if (best->Size() == size) {
73 resized_image_family->Add(*best);
77 SkBitmap best_bitmap = best->AsBitmap();
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 252 int best; local
325 /* And pick the best. */
326 best = rd_cost1 < rd_cost0;
330 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
331 tokens[i][0].error = d2 + (best ? error1 : error0);
335 best_mask[0] |= best << i;
391 /* And pick the best. */
392 best = rd_cost1 < rd_cost0;
400 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
401 tokens[i][1].error = d2 + (best ? error1 : error0)
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 239 int i,best = -1,bestdelta = 0x7FFFFFFF,delta; local
282 best = i + 1;
288 if(best == -1)
293 return(best);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 120 WebRtc_Word32 best[4]= {-100, -100, -100, -100}; local
124 if (in[k] > best[3]) {
125 if (in[k] > best[2]) {
126 if (in[k] > best[1]) {
127 if (in[k] > best[0]) { // The Best
128 best[3] = best[2];
130 best[2] = best[1]
    [all...]
  /frameworks/base/core/java/android/util/
TimeUtils.java 64 TimeZone best = null; local
91 if (best == null) {
94 best = tz;
99 return best;
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 40 "best". Adjust to taste, subject to the caveats given. */
131 short line_length; /* length of the best line starting here */
132 COST best_cost; /* cost of best paragraph starting here */
438 register COST wcost, best; local
447 best = MAXCOST;
463 if (wcost < best)
465 best = wcost;
472 start->best_cost = best + base_cost (start);
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 139 int best = 0; local
143 best = i;
147 entries[best]);
  /external/jdiff/src/jdiff/
DiffMyers.java 207 int best = 0; local
215 if (fd[fdiagoff + d] * 2 - dd > best
222 /* We have a good enough best diagonal;
230 best = fd[fdiagoff + d] * 2 - dd;
236 if (best > 0)
242 best = 0;
248 if ((xlim - bd[bdiagoff + d]) * 2 + dd > best
252 /* We have a good enough best diagonal;
262 best = (xlim - bd[bdiagoff + d]) * 2 + dd;
268 if (best > 0
    [all...]
  /external/libvorbis/lib/
res0.c 357 int best=-1; local
368 if(best==-1 || this<best){
370 best=this;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 428 int_mv nearest[2], nearmv[2], best[2]; local
459 best[0].as_int = nearest[0].as_int;
470 best[1].as_int = nearest[1].as_int;
500 if (!assign_mv(cm, b_mode, block, best, nearest, nearmv,
524 best, nearest, nearmv,
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 132 int best, band, pt; local
191 /* And pick the best. */
192 best = rd_cost1 < rd_cost0;
196 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
197 tokens[i][0].error = d2 + (best ? error1 : error0);
201 best_index[i][0] = best;
246 /* And pick the best. */
247 best = rd_cost1 < rd_cost0;
254 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
255 tokens[i][1].error = d2 + (best ? error1 : error0)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 467 int best; local
475 best=0;
479 /* Mode with any dimension smaller or equal than current best ? */
480 if ((sizes[i]->w <= sizes[best]->w) || (sizes[i]->h <= sizes[best]->h)) {
482 if ((sizes[i]->w * sizes[i]->h) <= (sizes[best]->w * sizes[best]->h)) {
483 best=i;
490 *w=sizes[best]->w;
491 *h=sizes[best]->h
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 126 int best = -1; local
133 best = i;
138 if ( best < 0 ||
139 (modes[i]->hdisplay < modes[best]->hdisplay &&
140 modes[i]->vdisplay <= modes[best]->vdisplay) ||
141 (modes[i]->vdisplay < modes[best]->vdisplay &&
142 modes[i]->hdisplay <= modes[best]->hdisplay) ) {
143 best = i;
147 if ( best >= 0 &&
148 ((modes[best]->hdisplay != mode.hdisplay) |
    [all...]
SDL_x11video.c 1335 int best = 0; local
    [all...]
  /external/speex/libspeex/
jitter.c 185 int best = 0; local
231 best = latest;
257 deltaT = best-worst;
260 /*fprintf(stderr, "auto_tradeoff = %d (%d %d %d)\n", jitter->auto_tradeoff, best, worst, i);*/
521 /* Searching for the packet that fits best */
  /external/tremolo/Tremolo/
vorbisfile.c 1193 ogg_int64_t best=begin; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 179 /* 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); local
351 if (best.frequency < clause.frequency) {
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 938 FT_Pos best = 0xFFFFU; local
956 if ( dist < edge_distance_threshold && dist < best )
986 best = dist;
1335 FT_Pos best = 64 + 32 + 2; local
    [all...]
aflatin.c 1542 FT_Pos best = 64 + 32 + 2; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 293 GLint i, j, best = -1; local
303 best = j;
307 return best;
337 GLint i, k, best = 0; local
352 best = i;
359 return best;
501 GLint best = -1; local
503 /* determine best vector */
513 best = j;
517 GLint best = fxt1_bestcol(vec, nv, input[k], nc, &err)
    [all...]

Completed in 1522 milliseconds

12 3