/third_party/ffmpeg/libavfilter/tests/ |
D | integral.c | 35 int ret = 0, xoff, yoff; in main() local 68 for (yoff = -e; yoff <= e; yoff++) { in main() 70 printf("xoff=%d yoff=%d\n", xoff, yoff); in main() 73 src, lz, xoff, yoff, e, w, h); in main() 79 xoff, yoff, e, w, h, in main()
|
/third_party/skia/src/core/ |
D | SkAAClip.cpp | 208 YOffset* yoff = head->yoffsets(); in AllocRect() local 209 yoff->fY = bounds.height() - 1; in AllocRect() 210 yoff->fOffset = 0; in AllocRect() 898 const YOffset* yoff = head->yoffsets(); in validate() local 899 const YOffset* ystop = yoff + head->fRowCount; in validate() 905 while (yoff < ystop) { in validate() 906 SkASSERT(prevY < yoff->fY); in validate() 907 SkASSERT(yoff->fY <= lastY); in validate() 908 prevY = yoff->fY; in validate() 909 SkASSERT(prevOffset < (int32_t)yoff->fOffset); in validate() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkAAClip.cpp | 105 YOffset* yoff = head->yoffsets(); in AllocRect() local 106 yoff->fY = bounds.height() - 1; in AllocRect() 107 yoff->fOffset = 0; in AllocRect() 205 const YOffset* yoff = head->yoffsets(); in validate() local 206 const YOffset* ystop = yoff + head->fRowCount; in validate() 212 while (yoff < ystop) { in validate() 213 SkASSERT(prevY < yoff->fY); in validate() 214 SkASSERT(yoff->fY <= lastY); in validate() 215 prevY = yoff->fY; in validate() 216 SkASSERT(prevOffset < (int32_t)yoff->fOffset); in validate() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | vp9.c | 1092 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) in decode_sb() argument 1107 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1113 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1116 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1117 yoff += hbs * 8 * y_stride; in decode_sb() 1119 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1122 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1123 yoff += hbs * 8 * bytesperpixel; in decode_sb() 1125 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1128 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb() [all …]
|
D | vp9dec.h | 244 VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, 248 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff);
|
D | bink.c | 859 int xoff, yoff; in binkb_decode_plane() local 926 yoff = binkb_get_value(c, BINKB_SRC_Y_OFF) + ybias; in binkb_decode_plane() 927 ref = dst + xoff + yoff * stride; in binkb_decode_plane() 942 yoff = binkb_get_value(c, BINKB_SRC_Y_OFF) + ybias; in binkb_decode_plane() 943 ref = dst + xoff + yoff * stride; in binkb_decode_plane() 974 yoff = binkb_get_value(c, BINKB_SRC_Y_OFF) + ybias; in binkb_decode_plane() 975 ref = dst + xoff + yoff * stride; in binkb_decode_plane() 1007 int yoff = get_value(c, BINK_SRC_Y_OFF); in bink_put_pixels() local 1008 uint8_t *ref = prev + xoff + yoff * stride; in bink_put_pixels() 1011 xoff, yoff); in bink_put_pixels()
|
D | rv34.c | 659 const int xoff, const int yoff, int mv_off, in rv34_mc() argument 703 int mb_row = s->mb_y + ((yoff + my + 5 + 8 * height) >> 4); in rv34_mc() 713 src_y = s->mb_y * 16 + yoff + my; in rv34_mc() 715 uvsrc_y = s->mb_y * 8 + (yoff >> 1) + umy; in rv34_mc() 732 Y = s->dest[0] + xoff + yoff *s->linesize; in rv34_mc() 733 U = s->dest[1] + (xoff>>1) + (yoff>>1)*s->uvlinesize; in rv34_mc() 734 V = s->dest[2] + (xoff>>1) + (yoff>>1)*s->uvlinesize; in rv34_mc() 736 Y = r->tmp_b_block_y [dir] + xoff + yoff *s->linesize; in rv34_mc() 737 U = r->tmp_b_block_uv[dir*2] + (xoff>>1) + (yoff>>1)*s->uvlinesize; in rv34_mc() 738 V = r->tmp_b_block_uv[dir*2+1] + (xoff>>1) + (yoff>>1)*s->uvlinesize; in rv34_mc() [all …]
|
D | vp9lpf.c | 179 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff) in ff_vp9_loopfilter_sb() argument 183 uint8_t *dst = f->data[0] + yoff; in ff_vp9_loopfilter_sb()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_convolution.c | 522 int yoff = FFABS(y + (i / 3) - 1); in setup_3x3() local 525 yoff = yoff >= h ? 2 * h - 1 - yoff : yoff; in setup_3x3() 527 c[i] = src + xoff * bpc + yoff * stride; in setup_3x3() 538 int yoff = FFABS(y + (i / 5) - 2); in setup_5x5() local 541 yoff = yoff >= h ? 2 * h - 1 - yoff : yoff; in setup_5x5() 543 c[i] = src + xoff * bpc + yoff * stride; in setup_5x5() 554 int yoff = FFABS(y + (i / 7) - 3); in setup_7x7() local 557 yoff = yoff >= h ? 2 * h - 1 - yoff : yoff; in setup_7x7() 559 c[i] = src + xoff * bpc + yoff * stride; in setup_7x7() 632 const int yoff = mode == MATRIX_COLUMN ? radius * dstride : 0; in filter_slice() local [all …]
|
D | vf_datascope.c | 174 int xoff, yoff, PP; member 187 const int yoff = td->yoff; in filter_color2() local 192 const int H = (outlink->h - yoff) / (PP * 12); in filter_color2() 207 xoff + x * C * 10, yoff + y * PP * 12, C * 10, PP * 12); in filter_color2() 215 …draw_text(&s->draw, out, &reverse, xoff + x * C * 10 + 2, yoff + y * PP * 12 + pp * 10 + 2, text, … in filter_color2() 234 const int yoff = td->yoff; in filter_color() local 239 const int H = (outlink->h - yoff) / (PP * 12); in filter_color() 258 …draw_text(&s->draw, out, &color, xoff + x * C * 10 + 2, yoff + y * PP * 12 + pp * 10 + 2, text, 0); in filter_color() 277 const int yoff = td->yoff; in filter_mono() local 282 const int H = (outlink->h - yoff) / (PP * 12); in filter_mono() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_gmem.c | 287 uint32_t i, j, t, xoff, yoff; in gmem_stateobj_init() local 343 xoff = yoff = 0; in gmem_stateobj_init() 349 yoff += tpp_y; in gmem_stateobj_init() 352 if (yoff >= gmem->nbins_y) { in gmem_stateobj_init() 357 pipe->y = yoff; in gmem_stateobj_init() 359 pipe->h = MIN2(tpp_y, gmem->nbins_y - yoff); in gmem_stateobj_init() 384 yoff = key->miny; in gmem_stateobj_init() 392 bh = MIN2(gmem->bin_h, key->miny + key->height - yoff); in gmem_stateobj_init() 415 tile->yoff = yoff; in gmem_stateobj_init() 419 yoff); in gmem_stateobj_init() [all …]
|
D | freedreno_gmem.h | 45 uint16_t xoff, yoff; member
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | nlmeans.cl | 77 int4 yoff = y + dy; 84 src_pix.x = (int)(255 * read_imagef(src, sampler, (int2)(xoff.x, yoff.x)).x); 85 src_pix.y = (int)(255 * read_imagef(src, sampler, (int2)(xoff.y, yoff.y)).x); 86 src_pix.z = (int)(255 * read_imagef(src, sampler, (int2)(xoff.z, yoff.z)).x); 87 src_pix.w = (int)(255 * read_imagef(src, sampler, (int2)(xoff.w, yoff.w)).x);
|
/third_party/flutter/glfw/src/ |
D | win32_window.c | 197 int xoff, yoff; in applyAspectRatio() local 201 0, 0, &xoff, &yoff); in applyAspectRatio() 206 area->bottom = area->top + yoff + in applyAspectRatio() 211 area->top = area->bottom - yoff - in applyAspectRatio() 217 (int) ((area->bottom - area->top - yoff) * ratio); in applyAspectRatio() 754 int xoff, yoff; in windowProc() local 761 0, 0, &xoff, &yoff); in windowProc() 767 mmi->ptMinTrackSize.y = window->minheight + yoff; in windowProc() 774 mmi->ptMaxTrackSize.y = window->maxheight + yoff; in windowProc()
|
/third_party/gettext/gnulib-local/lib/ |
D | diffseq.h.diff | 5 @@ -207,7 +207,7 @@ diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim,
|
/third_party/ffmpeg/libswscale/aarch64/ |
D | yuv2rgb_neon.S | 24 .macro load_yoff_ycoeff yoff ycoeff 26 ldp w9, w10, [sp, #\yoff] 28 ldr w9, [sp, #\yoff]
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 531 float xoff,yoff,xadvance; member 579 float xoff,yoff,xadvance; member 857 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 866 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 897 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 898 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 931 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 932 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 3553 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument 3579 if (yoff ) *yoff = iy0; in stbtt_GetGlyphBitmapSubpixel() [all …]
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 531 float xoff,yoff,xadvance; member 579 float xoff,yoff,xadvance; member 857 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 866 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 897 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 898 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 931 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 932 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 3553 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument 3579 if (yoff ) *yoff = iy0; in stbtt_GetGlyphBitmapSubpixel() [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 525 float xoff,yoff,xadvance; member 571 float xoff,yoff,xadvance; member 841 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 850 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 881 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 882 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 915 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 916 …unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff); 3527 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument 3553 if (yoff ) *yoff = iy0; in stbtt_GetGlyphBitmapSubpixel() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 303 y0 = ((float)tile->yoff) / ((float)pfb->height); in fd2_emit_tile_mem2gmem() 304 y1 = ((float)tile->yoff + bin_h) / ((float)pfb->height); in fd2_emit_tile_mem2gmem() 713 A2XX_PA_SC_WINDOW_OFFSET_Y(-tile->yoff)); in fd2_emit_tile_renderprep() 725 A2XX_RB_COPY_DEST_OFFSET_Y(tile->yoff)); in fd2_emit_tile_renderprep() 732 OUT_RING(ring, fui(tile->yoff)); in fd2_emit_tile_renderprep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_gmem.c | 359 y0 = ((float)tile->yoff) / ((float)pfb->height); in fd4_emit_tile_mem2gmem() 360 y1 = ((float)tile->yoff + bin_h) / ((float)pfb->height); in fd4_emit_tile_mem2gmem() 772 uint32_t y1 = tile->yoff; in fd4_emit_tile_renderprep() 774 uint32_t y2 = tile->yoff + tile->bin_h - 1; in fd4_emit_tile_renderprep() 811 A4XX_RB_BIN_OFFSET_Y(tile->yoff)); in fd4_emit_tile_renderprep()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | vwebp.c | 360 GLfloat xoff, yoff; in HandleDisplay() local 366 yoff = (GLfloat)(2. * curr->y_offset / kParams.canvas_height); in HandleDisplay() 367 glRasterPos2f(-1.f + xoff, 1.f - yoff); in HandleDisplay()
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | vwebp.c | 360 GLfloat xoff, yoff; in HandleDisplay() local 366 yoff = (GLfloat)(2. * curr->y_offset / kParams.canvas_height); in HandleDisplay() 367 glRasterPos2f(-1.f + xoff, 1.f - yoff); in HandleDisplay()
|
/third_party/libinput/doc/user/ |
D | absolute-axes.rst | 75 sin\theta & cos\theta & yoff \\ 81 :math:`\theta` is the rotation angle. The offsets :math:`xoff` and :math:`yoff` are
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_gmem.c | 583 y0 = ((float)tile->yoff) / ((float)pfb->height); in fd3_emit_tile_mem2gmem() 584 y1 = ((float)tile->yoff + bin_h) / ((float)pfb->height); in fd3_emit_tile_mem2gmem() 1015 uint32_t y1 = tile->yoff; in fd3_emit_tile_renderprep() 1017 uint32_t y2 = tile->yoff + tile->bin_h - 1; in fd3_emit_tile_renderprep() 1076 A3XX_RB_WINDOW_OFFSET_Y(tile->yoff)); in fd3_emit_tile_renderprep()
|