Home
last modified time | relevance | path

Searched refs:sourceY (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/arm/
H A DCommonNeonBF16.cpp31 auto sourceY = source + y * 8; in NEON_MNNPackForMatMul_B_BF16() local
33 ::memcpy(destY + 8 * x, sourceY + x * h, 8 * sizeof(int16_t)); in NEON_MNNPackForMatMul_B_BF16()
39 auto sourceY = source + hP * 8; in NEON_MNNPackForMatMul_B_BF16() local
41 ::memcpy(destY + 8 * x, sourceY + x * h, hRemain * sizeof(int16_t)); in NEON_MNNPackForMatMul_B_BF16()
81 auto sourceY = source + y * 4; in NEON_MNNPackForMatMul_B_BF16() local
83 ::memcpy(destY + 4 * x, sourceY + x * h, 4 * sizeof(int16_t)); in NEON_MNNPackForMatMul_B_BF16()
89 auto sourceY = source + hP * 4; in NEON_MNNPackForMatMul_B_BF16() local
91 ::memcpy(destY + 4 * x, sourceY + x * h, hRemain * sizeof(int16_t)); in NEON_MNNPackForMatMul_B_BF16()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Dai_defenseunit.h90 …mon::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) = 0;
101 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
112 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
123 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
134 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
145 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
156 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
167 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
178 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
189 Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY);
H A Dai_defenseunit.cpp57 … *AntiAirUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) { in createTargetPos() argument
84 targetPos->y = (int16)(getPosY() - ratio * (getPosY() - sourceY)); in createTargetPos()
92 double y1 = static_cast<double>(sourceY); in createTargetPos()
109 targetPos->y = (int16)(sourceY + ratio * (getPosY() - sourceY)); in createTargetPos()
159 …t *ShieldUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) { in createTargetPos() argument
184 int thisY = (static_cast<int>(sourceY + ratio * (getPosY() - sourceY)) + maxY) % maxY; in createTargetPos()
193 double y1 = static_cast<double>(sourceY); in createTargetPos()
210 targetPos->y = (int16)(sourceY + ratio * (getPosY() - sourceY)); in createTargetPos()
268 …int *MineUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) { in createTargetPos() argument
286 targetPos->y = (int16)(sourceY + ratio * (getPosY() - sourceY)); in createTargetPos()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Dai_defenseunit.h90 …mon::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) = 0;
101 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
112 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
123 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
134 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
145 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
156 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
167 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
178 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
189 …Common::Point *createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) …
H A Dai_defenseunit.cpp57 … *AntiAirUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) { in createTargetPos() argument
84 targetPos->y = (int16)(getPosY() - ratio * (getPosY() - sourceY)); in createTargetPos()
92 double y1 = static_cast<double>(sourceY); in createTargetPos()
109 targetPos->y = (int16)(sourceY + ratio * (getPosY() - sourceY)); in createTargetPos()
159 …t *ShieldUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) { in createTargetPos() argument
184 int thisY = (static_cast<int>(sourceY + ratio * (getPosY() - sourceY)) + maxY) % maxY; in createTargetPos()
193 double y1 = static_cast<double>(sourceY); in createTargetPos()
210 targetPos->y = (int16)(sourceY + ratio * (getPosY() - sourceY)); in createTargetPos()
268 …int *MineUnit::createTargetPos(int index, int distance, int weaponType, int sourceX, int sourceY) { in createTargetPos() argument
286 targetPos->y = (int16)(sourceY + ratio * (getPosY() - sourceY)); in createTargetPos()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dwindow-projector.cpp279 window->sourceY = in OBSRenderMultiview()
284 window->sourceY = in OBSRenderMultiview()
302 window->sourceY = 0; in OBSRenderMultiview()
306 window->sourceY = window->scenesCY; in OBSRenderMultiview()
312 window->sourceY = window->pvwprgCY; in OBSRenderMultiview()
316 window->sourceY = in OBSRenderMultiview()
329 window->sourceY = window->thickness; in OBSRenderMultiview()
343 window->sourceY = window->thickness; in OBSRenderMultiview()
353 window->sourceY = window->thickness; in OBSRenderMultiview()
369 window->sourceY = window->thickness; in OBSRenderMultiview()
[all …]
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvcairo.cpp642 const long sourceY = (long) (currPoint.y_ + .5); in show_image() local
646 sourceY >= 0L && (unsigned long) sourceY < image.height) { in show_image()
655 r = g = b = image.getComponent(sourceX, sourceY, 0); in show_image()
659 r = image.getComponent(sourceX, sourceY, 0); in show_image()
660 g = image.getComponent(sourceX, sourceY, 1); in show_image()
661 b = image.getComponent(sourceX, sourceY, 2); in show_image()
665 c = image.getComponent(sourceX, sourceY, 0); in show_image()
666 m = image.getComponent(sourceX, sourceY, 1); in show_image()
667 y = image.getComponent(sourceX, sourceY, 2); in show_image()
668 k = image.getComponent(sourceX, sourceY, 3); in show_image()
H A Ddrvsvm.cpp849 const long int sourceY = (long int) (currPoint.y_ + .5); in show_image() local
853 sourceY >= 0L && (unsigned long) sourceY < image.height) { in show_image()
862 r = g = b = image.getComponent(sourceX, sourceY, 0); in show_image()
866 r = image.getComponent(sourceX, sourceY, 0); in show_image()
867 g = image.getComponent(sourceX, sourceY, 1); in show_image()
868 b = image.getComponent(sourceX, sourceY, 2); in show_image()
872 unsigned char C = image.getComponent(sourceX, sourceY, 0); in show_image()
873 unsigned char M = image.getComponent(sourceX, sourceY, 1); in show_image()
874 unsigned char Y = image.getComponent(sourceX, sourceY, 2); in show_image()
875 unsigned char K = image.getComponent(sourceX, sourceY, 3); in show_image()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvideo_out_gl.cpp183 int sourceY = row * textureArea; in InitTextures() local
185 ti.sourceH = std::min(frameHeight - sourceY, maxTextureSize); in InitTextures()
189 ti.dataOffset = sourceY * frameWidth * bpp + sourceX * bpp; in InitTextures()
201 float y1 = sourceY + (row != 0); in InitTextures()
203 float y2 = sourceY + textureHeight - (row != lastRow); in InitTextures()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvmet.cpp703 const long sourceY = (long)(currPoint.y_ + .5); in show_image() local
707 sourceY >= 0L && (unsigned long) sourceY < image.height ) in show_image()
718 r = g = b = image.getComponent(sourceX,sourceY,0); in show_image()
722 r = image.getComponent(sourceX,sourceY,0); in show_image()
723 g = image.getComponent(sourceX,sourceY,1); in show_image()
724 b = image.getComponent(sourceX,sourceY,2); in show_image()
728 c = image.getComponent(sourceX,sourceY,0); in show_image()
729 m = image.getComponent(sourceX,sourceY,1); in show_image()
730 y = image.getComponent(sourceX,sourceY,2); in show_image()
731 k = image.getComponent(sourceX,sourceY,3); in show_image()
H A Ddrvwmf.cpp1187 const long sourceY = (long)(currPoint.y_ + .5); in show_image() local
1191 sourceY >= 0L && (unsigned long) sourceY < image.height ) in show_image()
1202 r = g = b = image.getComponent(sourceX,sourceY,0); in show_image()
1206 r = image.getComponent(sourceX,sourceY,0); in show_image()
1207 g = image.getComponent(sourceX,sourceY,1); in show_image()
1208 b = image.getComponent(sourceX,sourceY,2); in show_image()
1212 c = image.getComponent(sourceX,sourceY,0); in show_image()
1213 m = image.getComponent(sourceX,sourceY,1); in show_image()
1214 y = image.getComponent(sourceX,sourceY,2); in show_image()
1215 k = image.getComponent(sourceX,sourceY,3); in show_image()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDragOverS.c403 Position sourceY; member
430 Position sourceY, in CacheMixedIcon() argument
455 cache_ptr->sourceY = sourceY; in CacheMixedIcon()
491 Position sourceY, in GetMixedIcon() argument
509 cache_ptr->sourceY == sourceY && in GetMixedIcon()
990 Position sourceY = 0; in BlendIcon() local
1041 sourceX, sourceY, in BlendIcon()
1098 sourceX, sourceY, in BlendIcon()
1106 sourceX, sourceY, in BlendIcon()
1359 sourceY -= minY; in MixIcons()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/glslbackup/
H A Dcol2ImUint8.comp31 int sourceY = 4*oz + sourceXIndex % 4;
33 uvec4 color = texelFetch(uInput, ivec2(sourceX, sourceY), 0);
/dports/misc/mnn/MNN-1.2.0/source/backend/opengl/glsl/
H A Dcol2im.glsl26 int sourceY = oc_4 * 4 + sourceXIndex % 4;
29 color += texelFetch(uInput, ivec2(sourceX, sourceY), 0);
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Droqvideoenc.c130 int sourceX, sourceY; member
284 enc->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
499 int index = cel->sourceY * roq->width / 64 + cel->sourceX/8; in gather_data_for_cel()
508 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
516 cel->sourceX, cel->sourceY, in gather_data_for_cel()
517 cel->sourceX, cel->sourceY, in gather_data_for_cel()
523 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
529 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel()
530 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel()
531 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc); in gather_data_for_cel()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Droqvideoenc.c208 int sourceX, sourceY; member
259 tempData->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
469 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
478 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
486 cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
493 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
499 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Droqvideoenc.c205 int sourceX, sourceY; member
256 tempData->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
466 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
475 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
483 cel->sourceX, cel->sourceY, in gather_data_for_cel()
484 cel->sourceX, cel->sourceY, in gather_data_for_cel()
490 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
496 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
497 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
498 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Droqvideoenc.c130 int sourceX, sourceY; member
284 enc->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
499 int index = cel->sourceY * roq->width / 64 + cel->sourceX/8; in gather_data_for_cel()
508 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
516 cel->sourceX, cel->sourceY, in gather_data_for_cel()
517 cel->sourceX, cel->sourceY, in gather_data_for_cel()
523 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
529 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel()
530 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel()
531 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc); in gather_data_for_cel()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Droqvideoenc.c206 int sourceX, sourceY; member
258 tempData->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
470 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
479 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
488 cel->sourceX, cel->sourceY, in gather_data_for_cel()
494 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
502 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c206 int sourceX, sourceY; member
258 tempData->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
470 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
479 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
488 cel->sourceX, cel->sourceY, in gather_data_for_cel()
494 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
502 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Droqvideoenc.c208 int sourceX, sourceY; member
259 tempData->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
469 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
478 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
486 cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
493 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
499 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c206 int sourceX, sourceY; member
258 tempData->cel_evals[n++].sourceY = y + (i&2)*4; in create_cel_evals()
470 int index = cel->sourceY*enc->width/64 + cel->sourceX/8; in gather_data_for_cel()
479 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
487 cel->sourceX, cel->sourceY, in gather_data_for_cel()
488 cel->sourceX, cel->sourceY, in gather_data_for_cel()
494 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
500 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
501 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc, tempData); in gather_data_for_cel()
502 gather_data_for_subcel(cel->subCels + 2, cel->sourceX+0, cel->sourceY+4, enc, tempData); in gather_data_for_cel()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/latticegas/
H A Dinteractivesimulatorcpu.cpp47 int sourceY = y * simParamsHost.modelHeight / outputFrameHeight; in renderOutput() local
48 int sourceOffset = sourceY * simParamsHost.modelWidth + sourceX; in renderOutput()
H A Dinteractivesimulator.h44 int sourceY = y * (height - 1) / simParamsHost.modelHeight; in updateCam() local
45 int sourceOffset = sourceY * width + sourceX; in updateCam()
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/glsl/
H A DdeconvCol2Im.comp35 int sourceY = 4*oz + sourceXIndex % 4;
39 imageStore(uOutput, ivec2(sourceY, sourceX), color);

1234567891011