Home
last modified time | relevance | path

Searched refs:dposy (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A DmodelHandler_simd.hpp66 for (int dposy=0; dposy<3; dposy++) in apply_filter_line() local
68 bool dposy_last = dposy==2; in apply_filter_line()
69 bool dopsy_first = dposy==0; in apply_filter_line()
71 int dposy2 = dposy - 1; in apply_filter_line()
73 if (yi == 0 && dposy == 0) in apply_filter_line()
78 if (yi == height-1 && dposy == 2) in apply_filter_line()
90 int w_chunk_index = (((dposy * nInputPlane_block) + ii0) * nOutputPlane_block) + oi0; in apply_filter_line()
180 if (dposy == 0 && ii0 == 0) in apply_filter_line()
H A DmodelHandler_simd_unroll1.hpp74 if (dposy == 0 && ii0 == 0)
H A DmodelHandler.cpp494 for (int dposy=0; dposy<3; dposy++) in filter_AVX_OpenCL() local
513 float &src = wm.at<float>(dposy, dposx); in filter_AVX_OpenCL()
531 float &src = wm.at<float>(dposy, dposx); in filter_AVX_OpenCL()
H A DmodelHandler_simd_unroll2.hpp86 if (dposy == 0 && ii0 == 0)
H A DmodelHandler_OpenCL.cl851 for (int dposy=0; dposy<3; dposy++) {
852 bool dposy_last = dposy==2;
853 bool dopsy_first = dposy==0;
H A DmodelHandler_simd_unroll5.hpp110 if (dposy == 0 && ii0 == 0)
H A DmodelHandler_simd_unroll4.hpp442 if (dposy == 0 && ii0 == 0) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.c3563 float cx, cy, dx, dy, cposx, cposy, dposx, dposy, r; in rotate_grab_motion() local
3609 dposy = rotate->center.y - cposy; in rotate_grab_motion()
3610 if (dposx != 0.0f || dposy != 0.0f) { in rotate_grab_motion()
3613 shsurf->view->geometry.y + dposy); in rotate_grab_motion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.c3563 float cx, cy, dx, dy, cposx, cposy, dposx, dposy, r; in rotate_grab_motion() local
3609 dposy = rotate->center.y - cposy; in rotate_grab_motion()
3610 if (dposx != 0.0f || dposy != 0.0f) { in rotate_grab_motion()
3613 shsurf->view->geometry.y + dposy); in rotate_grab_motion()
/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.c4917 float cx, cy, dx, dy, cposx, cposy, dposx, dposy, r; in rotate_grab_motion() local
4961 dposy = rotate->center.y - cposy; in rotate_grab_motion()
4962 if (dposx != 0.0f || dposy != 0.0f) { in rotate_grab_motion()
4965 shsurf->view->geometry.y + dposy); in rotate_grab_motion()