Searched defs:nearest (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTimeRanges.cpp185 double TimeRanges::nearest(double newPlaybackPosition, double currentPlaybackPosition) const function in class:TimeRanges
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.c28 int_mv *nearest,
117 /* Swap near and nearest if necessary */
135 nearest->as_int = near_mvs[CNT_NEAREST].as_int;
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.c37 // The nearest 2 blocks are treated differently
132 int_mv *mvlist, int_mv *nearest, int_mv *near) {
139 *nearest = mvlist[0];
146 int_mv *nearest, int_mv *near) {
160 nearest->as_int = mv_list[0].as_int;
165 nearest->as_int = bmi[0].as_mv[ref].as_int;
167 if (nearest->as_int != mv_list[n].as_int) {
179 nearest->as_int = bmi[2].as_mv[ref].as_int;
181 if (nearest->as_int != candidates[n].as_int) {
131 vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, int_mv *nearest, int_mv *near) argument
143 vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd, const TileInfo *const tile, int block, int ref, int mi_row, int mi_col, int_mv *nearest, int_mv *near) argument
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c28 int_mv *nearest,
117 /* Swap near and nearest if necessary */
135 nearest->as_int = near_mvs[CNT_NEAREST].as_int;
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c212 // The nearest 2 blocks are treated differently
307 int_mv *mvlist, int_mv *nearest, int_mv *near) {
314 *nearest = mvlist[0];
321 int_mv *nearest, int_mv *near) {
335 nearest->as_int = mv_list[0].as_int;
340 nearest->as_int = bmi[0].as_mv[ref].as_int;
342 if (nearest->as_int != mv_list[n].as_int) {
354 nearest->as_int = bmi[2].as_mv[ref].as_int;
356 if (nearest->as_int != candidates[n].as_int) {
306 vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, int_mv *nearest, int_mv *near) argument
318 vp9_append_sub8x8_mvs_for_idx(VP9_COMMON *cm, MACROBLOCKD *xd, const TileInfo *const tile, int block, int ref, int mi_row, int mi_col, int_mv *nearest, int_mv *near) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp529 int nearest = -1; local
538 nearest = i;
542 return nearest;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 358 milliseconds