Home
last modified time | relevance | path

Searched refs:yoff (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavfilter/tests/
H A 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/
H A 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();
899 const YOffset* ystop = yoff + head->fRowCount;
905 while (yoff < ystop) {
906 SkASSERT(prevY < yoff->fY);
907 SkASSERT(yoff->fY <= lastY);
908 prevY = yoff->fY;
909 SkASSERT(prevOffset < (int32_t)yoff
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9.c1088 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) in decode_sb()
1103 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1109 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1112 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1113 yoff += hbs * 8 * y_stride; in decode_sb()
1115 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1118 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1119 yoff += hbs * 8 * bytesperpixel; in decode_sb()
1121 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1124 decode_sb(td, row, col, lflvl, yoff, uvof in decode_sb()
1087 decode_sb(VP9TileData *td, int row, int col, VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) decode_sb() argument
1166 decode_sb_mem(VP9TileData *td, int row, int col, VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) decode_sb_mem() argument
1267 ptrdiff_t yoff, uvoff, ls_y, ls_uv; decode_tiles() local
1398 ptrdiff_t uvoff, yoff, ls_y, ls_uv; decode_tiles_mt() local
1473 ptrdiff_t uvoff, yoff, ls_y, ls_uv; loopfilter_proc() local
[all...]
H A Dvp9dec.h245 VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff,
249 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff);
H A Dbink.c861 int xoff, yoff; in binkb_decode_plane() local
928 yoff = binkb_get_value(c, BINKB_SRC_Y_OFF) + ybias; in binkb_decode_plane()
929 ref = dst + xoff + yoff * stride; in binkb_decode_plane()
944 yoff = binkb_get_value(c, BINKB_SRC_Y_OFF) + ybias; in binkb_decode_plane()
945 ref = dst + xoff + yoff * stride; in binkb_decode_plane()
976 yoff = binkb_get_value(c, BINKB_SRC_Y_OFF) + ybias; in binkb_decode_plane()
977 ref = dst + xoff + yoff * stride; in binkb_decode_plane()
1009 int yoff = get_value(c, BINK_SRC_Y_OFF); in bink_put_pixels() local
1010 uint8_t *ref = prev + xoff + yoff * stride; in bink_put_pixels()
1013 xoff, yoff); in bink_put_pixels()
[all...]
H A Drv34.c651 * @param yoff vertical offset from the start of the current block
661 const int xoff, const int yoff, int mv_off, in rv34_mc()
705 int mb_row = s->mb_y + ((yoff + my + 5 + 8 * height) >> 4); in rv34_mc()
715 src_y = s->mb_y * 16 + yoff + my; in rv34_mc()
717 uvsrc_y = s->mb_y * 8 + (yoff >> 1) + umy; in rv34_mc()
734 Y = s->dest[0] + xoff + yoff *s->linesize; in rv34_mc()
735 U = s->dest[1] + (xoff>>1) + (yoff>>1)*s->uvlinesize; in rv34_mc()
736 V = s->dest[2] + (xoff>>1) + (yoff>>1)*s->uvlinesize; in rv34_mc()
738 Y = r->tmp_b_block_y [dir] + xoff + yoff *s->linesize; in rv34_mc()
739 U = r->tmp_b_block_uv[dir*2] + (xoff>>1) + (yoff>> in rv34_mc()
660 rv34_mc(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir, const int thirdpel, int weighted, qpel_mc_func (*qpel_mc)[16], h264_chroma_mc_func (*chroma_mc)) rv34_mc() argument
776 rv34_mc_1mv(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir) rv34_mc_1mv() argument
[all...]
H A Dvp9lpf.c179 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff) in ff_vp9_loopfilter_sb()
183 uint8_t *dst = f->data[0] + yoff; in ff_vp9_loopfilter_sb()
178 ff_vp9_loopfilter_sb(AVCodecContext *avctx, VP9Filter *lflvl, int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff) ff_vp9_loopfilter_sb() argument
H A Dvc1dec.c184 int xoff[2], xadv[2], yoff[2], yadv[2], alpha; in vc1_draw_sprites() local
194 yoff[i] = av_clip(sd->coefs[i][5], 0, v->sprite_height-1 << 16); in vc1_draw_sprites()
195 yadv[i] = av_clip(sd->coefs[i][4], 0, ((v->sprite_height << 16) - yoff[i]) / v->output_height); in vc1_draw_sprites()
209 int ycoord = yoff[sprite] + yadv[sprite] * row; in vc1_draw_sprites()
268 yoff[i] >>= 1; in vc1_draw_sprites()
H A Dclearvideo.c449 int yoff = (i & 1) == 0 ? 0 : hsize; in restore_tree() local
452 ret = restore_tree(avctx, dst, src, plane, x + xoff, y + yoff, hsize, tile->child[i], root_mv); in restore_tree()
455 ret = tile_do_block(avctx, dst, src, plane, x + xoff, y + yoff, mv.x, mv.y, hsize, tile->bias); in restore_tree()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A 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()
[all...]
H A Dfreedreno_gmem.h45 uint16_t xoff, yoff; member
/third_party/ffmpeg/libavfilter/
H A Dvf_convolution.c562 int yoff = FFABS(y + (i / 3) - 1); in setup_3x3() local
565 yoff = yoff >= h ? 2 * h - 1 - yoff : yoff; in setup_3x3()
567 c[i] = src + xoff * bpc + yoff * stride; in setup_3x3()
578 int yoff = FFABS(y + (i / 5) - 2); in setup_5x5() local
581 yoff = yoff >= h ? 2 * h - 1 - yoff in setup_5x5()
594 int yoff = FFABS(y + (i / 7) - 3); setup_7x7() local
672 const int yoff = mode == MATRIX_COLUMN ? radius * dstride : 0; filter_slice() local
676 const int yoff = mode == MATRIX_COLUMN ? x * dstride : 0; filter_slice() local
689 const int yoff = mode == MATRIX_COLUMN ? x * dstride : 0; filter_slice() local
[all...]
H A Dvf_datascope.c173 int xoff, yoff, PP; member
186 const int yoff = td->yoff; in filter_color2() local
191 const int H = (outlink->h - yoff) / (PP * 12); in filter_color2()
206 xoff + x * C * 10, yoff + y * PP * 12, C * 10, PP * 12); in filter_color2()
214 draw_text(&s->draw, out, &reverse, xoff + x * C * 10 + 2, yoff + y * PP * 12 + pp * 10 + 2, text, 0); in filter_color2()
233 const int yoff = td->yoff; in filter_color() local
238 const int H = (outlink->h - yoff) / (PP * 12); in filter_color()
257 draw_text(&s->draw, out, &color, xoff + x * C * 10 + 2, yoff in filter_color()
276 const int yoff = td->yoff; filter_mono() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h531 float xoff,yoff,xadvance; member
579 float xoff,yoff,xadvance; member
857 STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
864 // xoff/yoff are the offset it pixel space from the glyph origin to the top-left of the bitmap
866 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
897 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff);
898 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff);
931 STBTT_DEF unsigned char * stbtt_GetGlyphSDF(const stbtt_fontinfo *info, float scale, int glyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff);
932 STBTT_DEF unsigned char * stbtt_GetCodepointSDF(const stbtt_fontinfo *info, float scale, int codepoint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff);
945 // xoff,yoff
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h531 float xoff,yoff,xadvance; member
579 float xoff,yoff,xadvance; member
857 STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
864 // xoff/yoff are the offset it pixel space from the glyph origin to the top-left of the bitmap
866 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
897 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff);
898 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff);
931 STBTT_DEF unsigned char * stbtt_GetGlyphSDF(const stbtt_fontinfo *info, float scale, int glyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff);
932 STBTT_DEF unsigned char * stbtt_GetCodepointSDF(const stbtt_fontinfo *info, float scale, int codepoint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff);
945 // xoff,yoff
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c303 y0 = ((float)tile->yoff) / ((float)pfb->height);
304 y1 = ((float)tile->yoff + bin_h) / ((float)pfb->height);
713 A2XX_PA_SC_WINDOW_OFFSET_Y(-tile->yoff));
725 A2XX_RB_COPY_DEST_OFFSET_Y(tile->yoff));
732 OUT_RING(ring, fui(tile->yoff));
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c367 y0 = ((float)tile->yoff) / ((float)pfb->height);
368 y1 = ((float)tile->yoff + bin_h) / ((float)pfb->height);
780 uint32_t y1 = tile->yoff;
782 uint32_t y2 = tile->yoff + tile->bin_h - 1;
819 A4XX_RB_BIN_OFFSET_Y(tile->yoff));
/third_party/glfw/src/
H A Dmonitor.c127 int width, height, xoff, yoff; in _glfwInputMonitor() local
130 _glfw.platform.getWindowFrameSize(window, &xoff, &yoff, NULL, NULL); in _glfwInputMonitor()
131 _glfw.platform.setWindowPos(window, xoff, yoff); in _glfwInputMonitor()
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h31 NK_API void nk_gflw3_scroll_callback(GLFWwindow *win, double xoff, double yoff);
209 nk_gflw3_scroll_callback(GLFWwindow *win, double xoff, double yoff) in nk_gflw3_scroll_callback() argument
213 glfw.scroll.y += (float)yoff; in nk_gflw3_scroll_callback()
/third_party/ffmpeg/libswscale/aarch64/
H A Dyuv2rgb_neon.S24 .macro load_yoff_ycoeff yoff ycoeff
26 ldp w9, w10, [sp, #\yoff]
28 ldr w9, [sp, #\yoff]
/third_party/skia/third_party/externals/libwebp/examples/
H A 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/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c583 y0 = ((float)tile->yoff) / ((float)pfb->height);
584 y1 = ((float)tile->yoff + bin_h) / ((float)pfb->height);
1015 uint32_t y1 = tile->yoff;
1017 uint32_t y2 = tile->yoff + tile->bin_h - 1;
1076 A3XX_RB_WINDOW_OFFSET_Y(tile->yoff));
/third_party/backends/backend/
H A Dqcam.c1027 int yoff; in reader_process() local
1033 yoff = 2 * width; in reader_process()
1035 yoff = 0; in reader_process()
1036 green3 = src[yoff + 1]; in reader_process()
1037 blue3 = src[yoff + 0]; in reader_process()
1045 blue4 = src[yoff + 4]; in reader_process()
1046 green4 = src[yoff + 5]; in reader_process()
H A Dst400.c305 unsigned short xoff, yoff; in st400_set_window() local
338 yoff = 6; in st400_set_window()
345 set16(scsi_cmd.y_ul, dev->wy + yoff); in st400_set_window()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c463 uint32_t y1 = tile->yoff;
465 uint32_t y2 = tile->yoff + tile->bin_h - 1;

Completed in 32 milliseconds

12