Home
last modified time | relevance | path

Searched refs:prev_y (Results 51 – 75 of 510) sorted by relevance

12345678910>>...21

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Df_drawgraph.c45 int prev_y[4]; member
287 s->prev_y[i] = y; in filter_frame()
296 if (y <= s->prev_y[i]) { in filter_frame()
297 for (j = y; j <= s->prev_y[i]; j++) in filter_frame()
300 for (j = s->prev_y[i]; j <= y; j++) in filter_frame()
303 s->prev_y[i] = y; in filter_frame()
371 s->prev_y[i] = y; in request_frame()
374 if (y <= s->prev_y[i]) { in request_frame()
375 for (j = y; j <= s->prev_y[i]; j++) in request_frame()
378 for (j = s->prev_y[i]; j <= y; j++) in request_frame()
[all …]
H A Davf_showfreqs.c288 double a, int f, uint8_t fg[4], int *prev_y, in plot_freq() argument
342 if (*prev_y == -1) { in plot_freq()
343 *prev_y = y; in plot_freq()
345 if (y <= *prev_y) { in plot_freq()
348 for (i = y; i <= *prev_y; i++) in plot_freq()
351 for (i = *prev_y; i <= y; i++) in plot_freq()
356 *prev_y = y; in plot_freq()
419 int prev_y = -1, f; in plot_freqs() local
427 plot_freq(s, ch, a, 0, fg, &prev_y, out, outlink); in plot_freqs()
432 plot_freq(s, ch, a, f, fg, &prev_y, out, outlink); in plot_freqs()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Df_drawgraph.c47 int prev_y[4]; member
294 s->prev_y[i] = y; in filter_frame()
303 if (y <= s->prev_y[i]) { in filter_frame()
304 for (j = y; j <= s->prev_y[i]; j++) in filter_frame()
307 for (j = s->prev_y[i]; j <= y; j++) in filter_frame()
310 s->prev_y[i] = y; in filter_frame()
390 s->prev_y[i] = y; in request_frame()
393 if (y <= s->prev_y[i]) { in request_frame()
394 for (j = y; j <= s->prev_y[i]; j++) in request_frame()
397 for (j = s->prev_y[i]; j <= y; j++) in request_frame()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c47 int prev_y[4]; member
294 s->prev_y[i] = y; in filter_frame()
303 if (y <= s->prev_y[i]) { in filter_frame()
304 for (j = y; j <= s->prev_y[i]; j++) in filter_frame()
307 for (j = s->prev_y[i]; j <= y; j++) in filter_frame()
310 s->prev_y[i] = y; in filter_frame()
390 s->prev_y[i] = y; in request_frame()
393 if (y <= s->prev_y[i]) { in request_frame()
394 for (j = y; j <= s->prev_y[i]; j++) in request_frame()
397 for (j = s->prev_y[i]; j <= y; j++) in request_frame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c47 int prev_y[4]; member
294 s->prev_y[i] = y; in filter_frame()
303 if (y <= s->prev_y[i]) { in filter_frame()
304 for (j = y; j <= s->prev_y[i]; j++) in filter_frame()
307 for (j = s->prev_y[i]; j <= y; j++) in filter_frame()
310 s->prev_y[i] = y; in filter_frame()
390 s->prev_y[i] = y; in request_frame()
393 if (y <= s->prev_y[i]) { in request_frame()
394 for (j = y; j <= s->prev_y[i]; j++) in request_frame()
397 for (j = s->prev_y[i]; j <= y; j++) in request_frame()
[all …]
/dports/games/freedink-engine/freedink-108.4/test/sdl/
H A Djoytest.c187 int prev_x, prev_y; in main() local
200 prev_y = dst.y; in main()
202 erase.y = prev_y; in main()
226 update_p1_y = IMIN(prev_y, dst.y); in main()
228 update_p2_y = IMAX(prev_y, dst.y) + pic->h; in main()
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/src/
H A Dents.c359 draw_spriteBackground(ent_ents[i].prev_x, ent_ents[i].prev_y);
400 dy = abs(ent_ents[i].y - ent_ents[i].prev_y);
405 (ent_ents[i].prev_y < ent_ents[i].y)
406 ? ent_ents[i].prev_y : ent_ents[i].y,
412 ent_addrect(ent_ents[i].prev_x, ent_ents[i].prev_y, 0x20, 0x15);
418 ent_addrect(ent_ents[i].prev_x, ent_ents[i].prev_y, 0x20, 0x15);
432 ent_ents[i].prev_y = ent_ents[i].y;
/dports/games/xrick/xrick-021212/src/
H A Dents.c359 draw_spriteBackground(ent_ents[i].prev_x, ent_ents[i].prev_y);
400 dy = abs(ent_ents[i].y - ent_ents[i].prev_y);
405 (ent_ents[i].prev_y < ent_ents[i].y)
406 ? ent_ents[i].prev_y : ent_ents[i].y,
412 ent_addrect(ent_ents[i].prev_x, ent_ents[i].prev_y, 0x20, 0x15);
418 ent_addrect(ent_ents[i].prev_x, ent_ents[i].prev_y, 0x20, 0x15);
432 ent_ents[i].prev_y = ent_ents[i].y;
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlcursor.c347 gint prev_x, prev_y; in html_cursor_up() local
387 prev_y = y; in html_cursor_up()
423 if (prev_y == y && x - target_x >= target_x - prev_x) { in html_cursor_up()
462 gint prev_x, prev_y; in html_cursor_down() local
501 prev_y = y; in html_cursor_down()
1092 gint x, y, prev_y; in html_cursor_left_edge_of_line() local
1107 &x, &prev_y); in html_cursor_left_edge_of_line()
1121 prev_y = y; in html_cursor_left_edge_of_line()
1209 gint x, y, prev_y; in html_cursor_right_edge_of_line() local
1224 &x, &prev_y); in html_cursor_right_edge_of_line()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A DdbShape.h116 int prev_y,
597 int prev_y, in setSegment() argument
613 if (cur_y > prev_y) { in setSegment()
615 y1 = prev_y - prev_ext; in setSegment()
617 y1 = prev_y - dw; in setSegment()
623 } else if (cur_y < prev_y) { in setSegment()
630 y2 = prev_y + prev_ext; in setSegment()
632 y2 = prev_y + dw; in setSegment()
637 } else if (cur_y == prev_y) // horiz. path in setSegment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DCubicMapTest.cpp44 SkScalar prev_y = 0; in exercise_cubicmap() local
49 if (!nearly_le(prev_y, y)) { in exercise_cubicmap()
53 prev_y = y; in exercise_cubicmap()
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_viewer2D_tableau.cxx55 , prev_y(0) in vgui_viewer2D_tableau()
268 prev_y = y; in mouse_down()
301 prev_y = y; in mouse_down()
315 prev_y = y; in mouse_down()
348 this->token.offsetY -= (y - prev_y); in mouse_drag()
358 float newscale = 1.f - (1.5f * (prev_y - y) / (float)height); in mouse_drag()
435 prev_y = y; in mouse_drag()
/dports/graphics/gle/gle-3.1.0/src/
H A Dtexgen.c65 retval -> prev_y = 0.0; in gleCreateGC()
139 #define prev_y (_gle_gc -> prev_y) macro
180 prev_y = theta; in sphere_texgen()
185 if ((prev_y - theta) > 0.6) { in sphere_texgen()
187 } else if ((prev_y - theta) < -0.6) { in sphere_texgen()
190 prev_y = theta; in sphere_texgen()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xephyr/xorg-server-1.20.13/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xwayland/xorg-server-1.20.13/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xarcan/xarcan-0.6.0/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/glamor/
H A Dglamor_dash.c250 int prev_x, prev_y; in glamor_poly_lines_dash_gl() local
274 prev_x = prev_y = 0; in glamor_poly_lines_dash_gl()
281 this_y += prev_y; in glamor_poly_lines_dash_gl()
283 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
287 v[1] = prev_y = this_y; in glamor_poly_lines_dash_gl()
294 v[1] = prev_y; in glamor_poly_lines_dash_gl()
/dports/finance/chiapos/chiapos-1.0.3/src/
H A Db17phase4.hpp68 uint64_t prev_y = 0; in b17RunPhase4() local
123 prev_y = entry_y; in b17RunPhase4()
130 if (entry_y == prev_y) { in b17RunPhase4()
133 deltas_to_write.push_back(entry_y - prev_y); in b17RunPhase4()
135 prev_y = entry_y; in b17RunPhase4()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/svgtree/
H A Dparse.rs570 let mut prev_y = 0.0; in parse_path() localVariable
602 y += prev_y; in parse_path()
618 y += prev_y; in parse_path()
631 y += prev_y; in parse_path()
659 y += prev_y; in parse_path()
672 y += prev_y; in parse_path()
703 y += prev_y; in parse_path()
716 y += prev_y; in parse_path()
739 prev_y = y; in parse_path()
745 prev_y = y; in parse_path()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/svgtree/
H A Dparse.rs570 let mut prev_y = 0.0; in parse_path() localVariable
602 y += prev_y; in parse_path()
618 y += prev_y; in parse_path()
631 y += prev_y; in parse_path()
659 y += prev_y; in parse_path()
672 y += prev_y; in parse_path()
703 y += prev_y; in parse_path()
716 y += prev_y; in parse_path()
739 prev_y = y; in parse_path()
745 prev_y = y; in parse_path()
[all …]

12345678910>>...21