Home
last modified time | relevance | path

Searched defs:xoff (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavfilter/tests/
Dintegral.c35 int ret = 0, xoff, yoff; in main() local
/third_party/ffmpeg/libavfilter/
Dvf_convolution.c561 int xoff = FFABS(x + ((i % 3) - 1)); in setup_3x3() local
577 int xoff = FFABS(x + ((i % 5) - 2)); in setup_5x5() local
593 int xoff = FFABS(x + ((i % 7) - 3)); in setup_7x7() local
609 int xoff = FFABS(x + i - radius); in setup_row() local
623 int xoff = FFABS(x + i - radius); in setup_column() local
671 const int xoff = mode == MATRIX_COLUMN ? (y - slice_start) * bpc : radius * bpc; in filter_slice() local
675 const int xoff = mode == MATRIX_COLUMN ? (y - slice_start) * bpc : x * bpc; in filter_slice() local
688 const int xoff = mode == MATRIX_COLUMN ? (y - slice_start) * bpc : x * bpc; in filter_slice() local
Dvf_datascope.c173 int xoff, yoff, PP; member
185 const int xoff = td->xoff; in filter_color2() local
232 const int xoff = td->xoff; in filter_color() local
275 const int xoff = td->xoff; in filter_mono() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.h45 uint16_t xoff, yoff; member
Dfreedreno_gmem.c287 uint32_t i, j, t, xoff, yoff; in gmem_stateobj_init() local
/third_party/glfw/src/
Dmonitor.c127 int width, height, xoff, yoff; in _glfwInputMonitor() local
/third_party/glfw/deps/
Dnuklear_glfw_gl2.h209 nk_gflw3_scroll_callback(GLFWwindow *win, double xoff, double yoff) in nk_gflw3_scroll_callback()
/third_party/skia/third_party/externals/libwebp/examples/
Dvwebp.c360 GLfloat xoff, yoff; in HandleDisplay() local
/third_party/ffmpeg/libavcodec/
Dvc1dec.c184 int xoff[2], xadv[2], yoff[2], yadv[2], alpha; in vc1_draw_sprites() local
Dbink.c861 int xoff, yoff; in binkb_decode_plane() local
1008 int xoff = get_value(c, BINK_SRC_X_OFF); in bink_put_pixels() local
Drv34.c661 const int xoff, const int yoff, int mv_off, in rv34_mc()
777 const int xoff, const int yoff, int mv_off, in rv34_mc_1mv()
Dclearvideo.c448 int xoff = (i & 2) == 0 ? 0 : hsize; in restore_tree() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c349 size_t xoff; in post_process_urlencoded() local
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h531 float xoff,yoff,xadvance; member
579 float xoff,yoff,xadvance; member
3553 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel()
3593 …info *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmap()
3622 …cale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff) in stbtt_GetCodepointBitmapSubpixel()
3637 … *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff) in stbtt_GetCodepointBitmap()
4406 … unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphSDF()
4592 … unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, int *xoff, int *yoff) in stbtt_GetCodepointSDF()
/third_party/backends/backend/
Dst400.c305 unsigned short xoff, yoff; in st400_set_window() local