HomeSort by relevance Sort by last modified time
    Searched refs:nearest (Results 1 - 13 of 13) sorted by null

  /external/libvpx/vp8/common/
findnearmv.h 24 MV *nearest, MV *nearby, MV *best,
findnearmv.c 59 MV *nearest,
139 /* See if above-left MV can be merged with NEAREST */
148 /* Swap near and nearest if necessary */
166 *nearest = near_mvs[CNT_NEAREST].as_mv;
169 vp8_clamp_mv(nearest, xd);
  /libcore/luni/src/main/java/java/util/
TreeMap.java 275 Node<K, V> nearest = root; local
278 ? comparableKey.compareTo(nearest.key)
279 : comparator.compare(key, nearest.key);
287 return nearest.prev();
292 return nearest;
294 return nearest.next();
298 Node<K, V> child = (comparison < 0) ? nearest.left : nearest.right;
300 nearest = child;
305 * We found a nearest node. Every key not in the tree has up to tw
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 105 const char *dli_sname; /* Name of nearest symbol */
106 void *dli_saddr; /* Address of nearest symbol */
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 335 MV nearest, nearby, best_mv; local
342 vp8_find_near_mvs(&pbi->mb, mi, &nearest, &nearby, &best_mv, rct, mbmi->ref_frame, pbi->common.ref_frame_sign_bias);
438 *mv = nearest;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 607 // If not found, try to find the nearest one.
609 int nearest = -1;
620 nearest = i;
624 return nearest;
  /external/webkit/WebCore/css/
CSSPropertyNames.in 229 -webkit-match-nearest-mail-blockquote-color
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm     [all...]
  /external/guava/src/com/google/common/primitives/
generate.sh 102 * Returns the {@code primtyp} nearest in value to {@code value}.
  /external/libvpx/vp8/encoder/
encodeframe.c 1246 MV nearest, nearby; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java 2232 View nearest = FocusFinder.getInstance().findNearestTouchable( local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 184 milliseconds