Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 18 of 18) sorted by relevance

/external/jdiff/src/jdiff/
DDiffMyers.java109 private int diag (int xoff, int xlim, int yoff, int ylim) in diag() argument
115 final int dmin = xoff - ylim; // Minimum valid diagonal. in diag()
117 final int fmid = xoff - yoff; // Center diagonal of top-down search. in diag()
125 fd[fdiagoff + fmid] = xoff; in diag()
184 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) { in diag()
213 if ((fd[fdiagoff + d] - xoff)*2 - dd > 12 * (c + (dd > 0 ? dd : -dd))) in diag()
216 && fd[fdiagoff + d] - xoff > 20 in diag()
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { in compareseq() argument
290 while (xoff < xlim && yoff < ylim && xvec[xoff] == yvec[yoff]) { in compareseq()
291 ++xoff; ++yoff; in compareseq()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.c122 uint32_t i, j, t, xoff, yoff; in calculate_tiles() local
227 xoff = yoff = 0; in calculate_tiles()
231 if (xoff >= nbins_x) { in calculate_tiles()
232 xoff = 0; in calculate_tiles()
240 pipe->x = xoff; in calculate_tiles()
242 pipe->w = MIN2(tpp_x, nbins_x - xoff); in calculate_tiles()
245 xoff += tpp_x; in calculate_tiles()
269 xoff = minx; in calculate_tiles()
284 bw = MIN2(bin_w, minx + width - xoff); in calculate_tiles()
290 tile->xoff = xoff; in calculate_tiles()
[all …]
Dfreedreno_gmem.h47 uint16_t xoff, yoff; member
/external/libaom/libaom/test/
Dvariance_test.cc122 int l2w, int l2h, int xoff, int yoff, in subpel_variance_ref() argument
130 xoff <<= 1; in subpel_variance_ref()
141 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref()
142 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref()
154 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref()
155 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref()
170 int l2h, int xoff, int yoff, in subpel_avg_variance_ref() argument
179 xoff <<= 1; in subpel_avg_variance_ref()
190 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_avg_variance_ref()
191 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_avg_variance_ref()
[all …]
/external/libcups/filter/
Dtestclient.c411 xoff, yoff, /* Offsets for X and Y */ in make_raster_file() local
600 xoff = header.HWResolution[0] / 2; in make_raster_file()
605 xoff = 0; in make_raster_file()
609 xrep = (header.cupsWidth - 2 * xoff) / 140; in make_raster_file()
671 for (lineptr = line + xoff; *template; template ++) in make_raster_file()
690 for (lineptr = line + 3 * xoff; *template; template ++) in make_raster_file()
/external/libvpx/libvpx/test/
Dvariance_test.cc104 int l2w, int l2h, int xoff, int yoff, in subpel_variance_ref() argument
112 xoff <<= 1; in subpel_variance_ref()
123 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref()
124 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref()
137 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref()
138 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref()
155 int l2h, int xoff, int yoff, in subpel_avg_variance_ref() argument
164 xoff <<= 1; in subpel_avg_variance_ref()
175 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_avg_variance_ref()
176 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_avg_variance_ref()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c166 OUT_RING(ring, A2XX_RB_COPY_DEST_OFFSET_X(tile->xoff) | in fd2_emit_tile_gmem2mem()
243 x0 = ((float)tile->xoff) / ((float)pfb->width); in fd2_emit_tile_mem2gmem()
244 x1 = ((float)tile->xoff + bin_w) / ((float)pfb->width); in fd2_emit_tile_mem2gmem()
401 OUT_RING(ring, A2XX_PA_SC_WINDOW_OFFSET_X(-tile->xoff) | in fd2_emit_tile_renderprep()
/external/u-boot/drivers/video/
Dstb_truetype.h465 float xoff,yoff,xadvance; member
511 float xoff,yoff,xadvance; member
762 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
771 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
798 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff);
799 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff);
2420 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument
2445 if (xoff ) *xoff = ix0; in stbtt_GetGlyphBitmapSubpixel()
2460 …info *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmap() argument
2462 …stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y, 0.0f, 0.0f, glyph, width, height, xoff, yoff); in stbtt_GetGlyphBitmap()
[all …]
Dconsole_truetype.c197 int width, height, xoff, yoff; in console_truetype_putc_xy() local
248 &xoff, &yoff); in console_truetype_putc_xy()
269 uint16_t *dst = (uint16_t *)line + xoff; in console_truetype_putc_xy()
Dcfb_console.c1161 static int display_rle8_bitmap(struct bmp_image *img, int xoff, int yoff, in display_rle8_bitmap() argument
1181 xoff * bpp); in display_rle8_bitmap()
1236 xoff * bpp); in display_rle8_bitmap()
1249 xoff * bpp); in display_rle8_bitmap()
/external/u-boot/tools/kermit/
Dflash_param12 set flow-control xon/xoff
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_gmem.c351 x0 = ((float)tile->xoff) / ((float)pfb->width); in fd4_emit_tile_mem2gmem()
352 x1 = ((float)tile->xoff + bin_w) / ((float)pfb->width); in fd4_emit_tile_mem2gmem()
764 uint32_t x1 = tile->xoff; in fd4_emit_tile_renderprep()
766 uint32_t x2 = tile->xoff + tile->bin_w - 1; in fd4_emit_tile_renderprep()
799 OUT_RING(ring, A4XX_RB_BIN_OFFSET_X(tile->xoff) | in fd4_emit_tile_renderprep()
/external/libaom/libaom/av1/encoder/
Dpickcdef.c426 int xoff = CDEF_HBORDER * (fbc != 0); in av1_cdef_search() local
430 CDEF_HBORDER * (fbc + hb_step < nhfb) + xoff; in av1_cdef_search()
432 copy_sb16_16(&in[(-yoff * CDEF_BSTRIDE - xoff)], CDEF_BSTRIDE, in av1_cdef_search()
435 (fbc * MI_SIZE_64X64 << mi_wide_l2[pli]) - xoff, in av1_cdef_search()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c559 x0 = ((float)tile->xoff) / ((float)pfb->width); in fd3_emit_tile_mem2gmem()
560 x1 = ((float)tile->xoff + bin_w) / ((float)pfb->width); in fd3_emit_tile_mem2gmem()
988 uint32_t x1 = tile->xoff; in fd3_emit_tile_renderprep()
990 uint32_t x2 = tile->xoff + tile->bin_w - 1; in fd3_emit_tile_renderprep()
1044 OUT_RING(ring, A3XX_RB_WINDOW_OFFSET_X(tile->xoff) | in fd3_emit_tile_renderprep()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c422 uint32_t x1 = tile->xoff; in fd5_emit_tile_prep()
424 uint32_t x2 = tile->xoff + tile->bin_w - 1; in fd5_emit_tile_prep()
/external/libexif/
Dconfigure.ac161 || test "x$enableval" = xoff \
Dconfigure11898 || test "x$enableval" = xoff \
/external/tensorflow/tensorflow/tools/docker/notebooks/
D3_mnist_from_scratch.ipynb1937 " xoff = .07 * len(str(count))\n",
1938 " plt.text(j-xoff, i+.2, int(count), fontsize=9, color='white')"