Searched defs:xoff (Results 1 - 6 of 6) sorted by relevance

/external/jdiff/src/jdiff/
H A DDiffMyers.java109 private int diag (int xoff, int xlim, int yoff, int ylim) argument
115 final int dmin = xoff - ylim; // Minimum valid diagonal.
117 final int fmid = xoff - yoff; // Center diagonal of top-down search.
125 fd[fdiagoff + fmid] = xoff;
184 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) {
213 if ((fd[fdiagoff + d] - xoff)*2 - dd > 12 * (c + (dd > 0 ? dd : -dd)))
216 && fd[fdiagoff + d] - xoff > 20
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { argument
290 while (xoff < xlim && yoff < ylim && xvec[xoff]
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java152 public void showAsDropDown(View anchor, int xoff, int yoff) { argument
153 xOffset = xoff;
/external/skia/src/utils/
H A DSkTextureCompressor_Blitter.h192 const int xoff = x - startBlockX; variable
193 SkASSERT((xoff + width) <= BlockDim);
199 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, width);
651 const int xoff = x - blockX; local
652 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, BlockDim - xoff);
676 const int xoff = (x+width-blockX); local
677 memset(mask + (j+yoff)*BlockDim, 0xFF, xoff);
/external/libvpx/libvpx/test/
H A Dvariance_test.cc113 * and therefore upshift xoff and yoff by 1. Only every other calculated value
118 int l2w, int l2h, int xoff, int yoff,
127 xoff <<= 1;
138 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
139 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
152 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
153 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
489 int xoff, int yoff,
498 xoff <<= 1;
509 const int a = a1 + (((a2 - a1) * xoff
117 subpel_variance_ref(const uint8_t *ref, const uint8_t *src, int l2w, int l2h, int xoff, int yoff, uint32_t *sse_ptr, bool use_high_bit_depth_, vpx_bit_depth_t bit_depth) argument
485 subpel_avg_variance_ref(const uint8_t *ref, const uint8_t *src, const uint8_t *second_pred, int l2w, int l2h, int xoff, int yoff, uint32_t *sse_ptr, bool use_high_bit_depth, vpx_bit_depth_t bit_depth) argument
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 231 milliseconds