Home
last modified time | relevance | path

Searched refs:yoff (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ffmpeg/libavfilter/tests/
Dintegral.c35 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/
DSkAAClip.cpp208 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/
DSkAAClip.cpp105 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/
Dvp9.c1092 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 …]
Dvp9dec.h244 VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff,
248 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff);
Dbink.c859 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()
Drv34.c659 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 …]
Dvp9lpf.c179 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/
Dvf_convolution.c522 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 …]
Dvf_datascope.c174 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/
Dfreedreno_gmem.c287 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 …]
Dfreedreno_gmem.h45 uint16_t xoff, yoff; member
/third_party/ffmpeg/libavfilter/opencl/
Dnlmeans.cl77 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/
Dwin32_window.c197 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/
Ddiffseq.h.diff5 @@ -207,7 +207,7 @@ diag (OFFSET xoff, OFFSET xlim, OFFSET yoff, OFFSET ylim,
/third_party/ffmpeg/libswscale/aarch64/
Dyuv2rgb_neon.S24 .macro load_yoff_ycoeff yoff ycoeff
26 ldp w9, w10, [sp, #\yoff]
28 ldr w9, [sp, #\yoff]
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h531 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/
Dimstb_truetype.h531 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/
Dimstb_truetype.h525 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/
Dfd2_gmem.c303 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/
Dfd4_gmem.c359 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/
Dvwebp.c360 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/
Dvwebp.c360 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/
Dabsolute-axes.rst75 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/
Dfd3_gmem.c583 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()

12