Home
last modified time | relevance | path

Searched refs:prev_y (Results 76 – 100 of 510) sorted by relevance

12345678910>>...21

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Davf_showfreqs.c278 double a, int f, uint8_t fg[4], int *prev_y, in plot_freq() argument
332 if (*prev_y == -1) { in plot_freq()
333 *prev_y = y; in plot_freq()
335 if (y <= *prev_y) { in plot_freq()
338 for (i = y; i <= *prev_y; i++) in plot_freq()
341 for (i = *prev_y; i <= y; i++) in plot_freq()
346 *prev_y = y; in plot_freq()
409 int prev_y = -1, f; in plot_freqs() local
417 plot_freq(s, ch, a, 0, fg, &prev_y, out, outlink); in plot_freqs()
422 plot_freq(s, ch, a, f, fg, &prev_y, out, outlink); in plot_freqs()
H A Davf_avectorscope.c71 unsigned prev_x, prev_y; member
229 s->prev_y = s->hh = s->mode == POLAR ? s->h - 1 : s->h / 2; in config_output()
243 unsigned prev_x = s->prev_x, prev_y = s->prev_y; in filter_frame() local
355 draw_line(s, x, y, prev_x, prev_y); in filter_frame()
358 prev_y = y; in filter_frame()
361 s->prev_x = x, s->prev_y = y; in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Davf_showfreqs.c278 double a, int f, uint8_t fg[4], int *prev_y, in plot_freq() argument
332 if (*prev_y == -1) { in plot_freq()
333 *prev_y = y; in plot_freq()
335 if (y <= *prev_y) { in plot_freq()
338 for (i = y; i <= *prev_y; i++) in plot_freq()
341 for (i = *prev_y; i <= y; i++) in plot_freq()
346 *prev_y = y; in plot_freq()
409 int prev_y = -1, f; in plot_freqs() local
417 plot_freq(s, ch, a, 0, fg, &prev_y, out, outlink); in plot_freqs()
422 plot_freq(s, ch, a, f, fg, &prev_y, out, outlink); in plot_freqs()
H A Davf_avectorscope.c71 unsigned prev_x, prev_y; member
229 s->prev_y = s->hh = s->mode == POLAR ? s->h - 1 : s->h / 2; in config_output()
243 unsigned prev_x = s->prev_x, prev_y = s->prev_y; in filter_frame() local
355 draw_line(s, x, y, prev_x, prev_y); in filter_frame()
358 prev_y = y; in filter_frame()
361 s->prev_x = x, s->prev_y = y; in filter_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dwnv1.c64 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
101 Y[i * 2] = wnv1_get_code(&gb, shift, prev_y); in decode_frame()
103 prev_y = Y[(i * 2) + 1] = wnv1_get_code(&gb, shift, Y[i * 2]); in decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dwnv1.c64 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
101 Y[i * 2] = wnv1_get_code(&gb, shift, prev_y); in decode_frame()
103 prev_y = Y[(i * 2) + 1] = wnv1_get_code(&gb, shift, Y[i * 2]); in decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dwnv1.c63 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
100 Y[i * 2] = wnv1_get_code(&gb, shift, prev_y); in decode_frame()
102 prev_y = Y[(i * 2) + 1] = wnv1_get_code(&gb, shift, Y[i * 2]); in decode_frame()
/dports/devel/ode/ode-0.13/drawstuff/src/
H A Dosx.cpp62 static int prev_y = 0; variable
208 prev_y = y; in osxMouseEventHandler()
244 dsMotion( mouseButtonMode, x - prev_x, y - prev_y ); in osxMotionEventHandler()
246 prev_y = y; in osxMotionEventHandler()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Davf_avectorscope.c70 unsigned prev_x, prev_y; member
231 s->prev_y = s->hh = s->mode == POLAR ? s->h - 1 : s->h / 2; in config_output()
244 unsigned prev_x = s->prev_x, prev_y = s->prev_y; in filter_frame() local
356 draw_line(s, x, y, prev_x, prev_y); in filter_frame()
359 prev_y = y; in filter_frame()
362 s->prev_x = x, s->prev_y = y; in filter_frame()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dwnv1.c67 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
102 Y[i * 2] = wnv1_get_code(l, prev_y); in decode_frame()
104 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]); in decode_frame()
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-pointer-constraint.h58 float prev_y,
69 float prev_y,
H A Dmeta-pointer-constraint.c129 float prev_y, in meta_pointer_constraint_impl_constrain() argument
136 prev_x, prev_y, in meta_pointer_constraint_impl_constrain()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dwnv1.c68 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
116 Y[i * 2] = wnv1_get_code(l, prev_y); in decode_frame()
118 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]); in decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dwnv1.c68 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
118 Y[i * 2] = wnv1_get_code(l, prev_y); in decode_frame()
120 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]); in decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dwnv1.c68 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
118 Y[i * 2] = wnv1_get_code(l, prev_y); in decode_frame()
120 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]); in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dwnv1.c68 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local
116 Y[i * 2] = wnv1_get_code(l, prev_y); in decode_frame()
118 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]); in decode_frame()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/components/graphics/
H A DMultiPlotGraphic.java535 int[] prev_y = new int[value_sources.length]; in drawChart() local
618 prev_y[chartIdx] = h2; in drawChart()
623 if ( h1 != prev_y[chartIdx] || force_draw ){ in drawChart()
629 gcImage.drawLine(xDraw+1, prev_y[chartIdx], prev_x[chartIdx], prev_y[chartIdx]); in drawChart()
630 gcImage.drawLine(xDraw, h1, xDraw + 1, prev_y[chartIdx]); in drawChart()
633 prev_y[chartIdx] = h1; in drawChart()
638 prev_y[chartIdx] = h1; in drawChart()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/pts_Graph/
H A Dpts_graph_radar_chart.php213 $prev_y = array();
227 …$this->svg_dom->draw_svg_line($prev_x[$identifier], $prev_y[$identifier], $x, $y, $this->get_paint…
231 $prev_y[$identifier] = $y;
257 $orig_y = $prev_y;
266 …$this->svg_dom->draw_svg_line($prev_x[$identifier], $prev_y[$identifier], $orig_x[$identifier], $o…
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Davf_avectorscope.c71 unsigned prev_x, prev_y; member
229 s->prev_y = s->hh = s->mode == POLAR ? s->h - 1 : s->h / 2; in config_output()
243 unsigned prev_x = s->prev_x, prev_y = s->prev_y; in filter_frame() local
355 draw_line(s, x, y, prev_x, prev_y); in filter_frame()
358 prev_y = y; in filter_frame()
361 s->prev_x = x, s->prev_y = y; in filter_frame()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dpcd.cpp254 m_mouse.ya = m_mouse.y > m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
255 m_mouse.yb = m_mouse.y < m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
259 m_mouse.ya = m_mouse.yb = m_mouse.y != m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
264 m_mouse.ya = m_mouse.y < m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
265 m_mouse.yb = m_mouse.y > m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
271 m_mouse.prev_y = m_mouse.y; in TIMER_DEVICE_CALLBACK_MEMBER()
407 m_mouse.prev_x = m_mouse.prev_y = 0; in device_reset()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Davf_avectorscope.c71 unsigned prev_x, prev_y; member
229 s->prev_y = s->hh = s->mode == POLAR ? s->h - 1 : s->h / 2; in config_output()
243 unsigned prev_x = s->prev_x, prev_y = s->prev_y; in filter_frame() local
355 draw_line(s, x, y, prev_x, prev_y); in filter_frame()
358 prev_y = y; in filter_frame()
361 s->prev_x = x, s->prev_y = y; in filter_frame()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dpcd.cpp254 m_mouse.ya = m_mouse.y > m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
255 m_mouse.yb = m_mouse.y < m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
259 m_mouse.ya = m_mouse.yb = m_mouse.y != m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
264 m_mouse.ya = m_mouse.y < m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
265 m_mouse.yb = m_mouse.y > m_mouse.prev_y ? CLEAR_LINE : ASSERT_LINE; in TIMER_DEVICE_CALLBACK_MEMBER()
271 m_mouse.prev_y = m_mouse.y; in TIMER_DEVICE_CALLBACK_MEMBER()
407 m_mouse.prev_x = m_mouse.prev_y = 0; in device_reset()
/dports/finance/chiapos/chiapos-1.0.3/src/
H A Dphase4.hpp70 uint64_t prev_y = 0; in RunPhase4() local
125 prev_y = entry_y; in RunPhase4()
132 deltas_to_write.push_back(entry_y - prev_y); in RunPhase4()
133 prev_y = entry_y; in RunPhase4()
/dports/devel/glib20/glib-2.70.4/tests/
H A Dtestgdate.c56 GDateYear y, prev_y; in main() local
167 prev_y = G_DATE_BAD_YEAR; in main()
503 prev_y = y; in main()
505 if (prev_y == G_DATE_BAD_YEAR || in main()
506 (prev_y + 1) != y) discontinuity = TRUE; in main()
/dports/devel/sdl12/SDL-1.2.15/src/video/aalib/
H A DSDL_aaevents.c49 static int prev_button = -1, prev_x = -1, prev_y = -1; in AA_PumpEvents() local
95 if ( prev_x != mouse_x || prev_y != mouse_y ) { in AA_PumpEvents()
100 prev_x = mouse_x; prev_y = mouse_y; in AA_PumpEvents()

12345678910>>...21