Home
last modified time | relevance | path

Searched refs:old_y (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Descape130.c33 uint8_t *new_y, *old_y; member
142 s->old_y = s->buf2; in escape130_decode_init()
143 s->old_u = s->old_y + avctx->width * avctx->height; in escape130_decode_init()
145 memset(s->old_y, 0, avctx->width * avctx->height); in escape130_decode_init()
198 uint8_t *old_y, *old_cb, *old_cr, in escape130_decode_frame() local
228 old_y = s->old_y; in escape130_decode_frame()
246 y[0] = old_y[0]; in escape130_decode_frame()
247 y[1] = old_y[1]; in escape130_decode_frame()
248 y[2] = old_y[old_y_stride]; in escape130_decode_frame()
249 y[3] = old_y[old_y_stride + 1]; in escape130_decode_frame()
[all …]
/third_party/boost/libs/contract/test/public_function/
Dold_virtual.cpp53 boost::contract::old_ptr<num> old_y; in f() local
58 old_y = BOOST_CONTRACT_OLDOF(v, n + 4); in f()
65 BOOST_CONTRACT_ASSERT(old_y->value() == i + 4); in f()
87 boost::contract::old_ptr<num> old_y; in f() local
93 old_y = BOOST_CONTRACT_OLDOF(v, n + 4); in f()
100 BOOST_CONTRACT_ASSERT(old_y->value() == i + 4); in f()
123 boost::contract::old_ptr<num> old_y; in f() local
129 old_y = BOOST_CONTRACT_OLDOF(v, n + 4); in f()
136 BOOST_CONTRACT_ASSERT(old_y->value() == i + 4); in f()
Dsmoke.hpp118 boost::contract::old_ptr<y_type> old_y = in f() local
133 BOOST_CONTRACT_ASSERT(y.value == old_y->value + old_s->value); in f()
134 BOOST_CONTRACT_ASSERT(s.value.find(old_y->value) != in f()
140 BOOST_CONTRACT_ASSERT(y.value == old_y->value); in f()
/third_party/boost/libs/contract/test/old/
Dauto.cpp28 auto old_y = BOOST_CONTRACT_OLDOF(v, y); in main() local
30 BOOST_STATIC_ASSERT((boost::is_same<decltype(old_y), in main()
33 BOOST_TEST_EQ(*old_y, 'j'); in main()
Dno_macro.hpp94 BOOST_CONTRACT_TEST_OLD_PTR_TYPE<y_type> old_y; in swap() local
102 old_y = boost::contract::make_old(boost::contract::copy_old() ? in swap()
107 BOOST_CONTRACT_ASSERT(x.value == old_y->value); in swap()
/third_party/boost/libs/contract/test/function/
Dsmoke.cpp28 boost::contract::old_ptr<y_type> old_y; in swap() local
36 old_y = BOOST_CONTRACT_OLDOF(y_type::eval(y)); in swap()
40 BOOST_CONTRACT_ASSERT(x.value == old_y->value); in swap()
42 BOOST_CONTRACT_ASSERT(result == (old_x->value != old_y->value)); in swap()
/third_party/weston/clients/
Dclickdot.c59 int32_t old_x, old_y; member
81 clickdot->line.old_y = -1; in draw_line()
112 clickdot->line.old_y != -1) { in draw_line()
120 clickdot->line.old_y); in draw_line()
129 clickdot->line.old_y = clickdot->line.y; in draw_line()
304 clickdot->line.old_y = -1; in clickdot_create()
Dconfine.c60 int32_t old_x, old_y; member
88 confine->line.old_y = -1; in draw_line()
119 confine->line.old_y != -1) { in draw_line()
127 confine->line.old_y); in draw_line()
136 confine->line.old_y = confine->line.y; in draw_line()
447 confine->line.old_y = -1; in confine_create()
/third_party/boost/libs/contract/example/features/
Dif_constexpr.cpp17 boost::contract::old_ptr<T> old_x, old_y; in swap() local
20 old_y = BOOST_CONTRACT_OLDOF(y); in swap()
25 BOOST_CONTRACT_ASSERT(x == *old_y); in swap()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/psp/
DSDL_sysjoystick.c198 static unsigned char old_x = 0, old_y = 0; in SDL_SYS_JoystickUpdate() local
211 if(old_y != y) { in SDL_SYS_JoystickUpdate()
213 old_y = y; in SDL_SYS_JoystickUpdate()
/third_party/boost/libs/contract/test/destructor/
Difdef.cpp29 boost::contract::old_ptr<int> old_y = BOOST_CONTRACT_OLDOF(y); in ~b() local
Difdef_macro.cpp36 old_y, in ~b()
/third_party/libinput/test/
Dtest-totem.c244 double current_x, current_y, old_x, old_y; in START_TEST() local
265 ck_assert_double_lt(current_y, old_y); in START_TEST()
268 old_y = current_y; in START_TEST()
/third_party/boost/libs/contract/test/constructor/
Dsmoke.cpp118 boost::contract::old_ptr<y_type> old_y = local
128 BOOST_CONTRACT_ASSERT(j_ == old_y->value); in __anon170b96920602()
/third_party/ffmpeg/libavfilter/
Dvf_crop.c333 int old_y = s->y; in process_command() local
344 s->y = old_y; in process_command()
Dvf_drawbox.c281 int old_y = s->y; in process_command() local
299 s->y = old_y; in process_command()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c1993 double x, y, old_x, old_y; in gst_dfbvideosink_navigation_send_event() local
2021 if (gst_structure_get_double (structure, "pointer_y", &old_y)) { in gst_dfbvideosink_navigation_send_event()
2022 y = old_y; in gst_dfbvideosink_navigation_send_event()
2032 "coordinate from %fd to %fd", old_y, y); in gst_dfbvideosink_navigation_send_event()
/third_party/weston/libweston/
Dinput.c1680 int x, y, old_x, old_y, valid = 0; in weston_pointer_clamp() local
1685 old_y = wl_fixed_to_int(pointer->y); in weston_pointer_clamp()
1694 old_x, old_y, NULL)) in weston_pointer_clamp()
/third_party/boost/libs/contract/doc/
Dcontract_programming_overview.qbk628 file old_y = y;
633 [[assert: x == old_y]]