Home
last modified time | relevance | path

Searched refs:vplane (Results 1 – 25 of 66) sorted by path

123

/dports/cad/opencascade/opencascade-7.6.0/dox/user_guides/draw_test_harness/
H A Ddraw_test_harness.md2182 @subsubsection occt_draw_4_4_8 vplane
2186 vplane name [AxisName] [PointName]
2187 vplane name [PointName] [PointName] [PointName]
2188 vplane name [PlaneName] [PointName]
2202 vplane plane1 axe1 p1
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/moddata_1/
H A Dbug22554_215 vplane result p1 p2 p3
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/clipping/
H A Dbug27751_capping58 vplane pp1 p1 p2 p3
65 vplane pp2 p1 p2 p3
H A Dclipping165 vplane pp1 p1 p2 p3
72 vplane pp2 p1 p2 p3
/dports/cad/opencascade/opencascade-7.6.0/tests/v3d/trsf/
H A Dbug3209118 vplane pl1 p1 p2 p3 0
/dports/cad/opencascade/opencascade-7.6.0/tests/vselect/bugs/
H A Dbug2442017 vplane pl1 p1 p2 p3 0
31 vplane pl2 p1 p2 p3 1
H A Dbug2456416 vplane pl1 p1 p2 p3 0
H A Dbug2456915 vplane pl1 p1 p2 p3 0
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dvconvert.cxx851 BYTE * vplane = yuv + planeSize + (planeSize >> 2); in GreytoYUV420PSameSize() local
857 BYTE * vline = vplane + ((y >> 1) * halfWidth); in GreytoYUV420PSameSize()
890 BYTE * vplane = yuv + planeSize + (planeSize >> 2); in GreytoYUV420PWithCrop() local
897 BYTE * vline = vplane + ((y >> 1) * halfWidth); in GreytoYUV420PWithCrop()
977 BYTE * vline = vplane + ((y >> 1) * halfWidth); in RGBtoYUV420PSameSize()
1021 BYTE * vline = vplane + ((y >> 1) * halfWidth); in RGBtoYUV420PWithCrop()
1733 cr = vplane + x; in YUV420PtoRGB()
1760 long cr = *vplane-128; in YUV420PtoRGB()
1789 vplane++; in YUV420PtoRGB()
1844 long cr = *vplane-128; in YUV420PtoRGB565()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dshmvideo.cxx389 BYTE * vplane = yuv + planeSize + (planeSize >> 2); in RGBtoYUV420PSameSize() local
395 BYTE * vline = vplane + ((y >> 1) * halfWidth); in RGBtoYUV420PSameSize()
/dports/devel/sdl2pp/libSDL2pp-0.16.1/SDL2pp/
H A DTexture.cc136 …onst Uint8* yplane, int ypitch, const Uint8* uplane, int upitch, const Uint8* vplane, int vpitch) { in UpdateYUV() argument
137 …if (SDL_UpdateYUVTexture(texture_, rect ? &*rect : nullptr, yplane, ypitch, uplane, upitch, vplane in UpdateYUV()
H A DTexture.hh379 …const Uint8* yplane, int ypitch, const Uint8* uplane, int upitch, const Uint8* vplane, int vpitch);
/dports/emulators/xhomer/xhomer-9-16-06/
H A Dpro_vid.c457 for(vplane=0; vplane<PRO_VID_NUMPLANES; vplane++) in pro_vid_wr()
488 switch (vop[vplane]) in pro_vid_wr()
576 switch (vop[vplane]) in pro_vid_wr()
582 PRO_VRAM[vplane][vindex] = (PRO_VRAM[vplane][vindex] ^ 0177777) & 0177777; in pro_vid_wr()
596 vdata = PRO_VRAM[vplane][vindex]; in pro_vid_wr()
598 … PRO_VRAM[vplane][vindex] = ((PRO_VRAM[vplane][vindex] << 1) & 0177777) | ((vsi >> 15) & 01); in pro_vid_wr()
600 … PRO_VRAM[vplane][vindex] = ((PRO_VRAM[vplane][vindex] >> 1) & 0177777) | ((vsi << 15) & 0100000); in pro_vid_wr()
607 … PRO_VRAM[vplane][vindex] = ((PRO_VRAM[vplane][vindex] << 2) & 0177777) | ((vsi >> 14) & 03); in pro_vid_wr()
609 … PRO_VRAM[vplane][vindex] = ((PRO_VRAM[vplane][vindex] >> 2) & 0177777) | ((vsi << 14) & 0140000); in pro_vid_wr()
616 … PRO_VRAM[vplane][vindex] = ((PRO_VRAM[vplane][vindex] << 4) & 0177777) | ((vsi >> 12) & 017); in pro_vid_wr()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Danimvpx.cpp291 uint8_t const *const vplane = img->planes[VPX_PLANE_V]; in animvpx_nextpic() local
310 uint8_t v = vplane[vstride * (y >> 1) + (x >> 1)]; in animvpx_nextpic()
339 uint8_t const v = vplane[(imgY >> 1) * vstride + (imgX >> 1)]; in animvpx_nextpic()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dmovie.cpp378 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in scaleyuv() local
384 vplane -= int(videoh/2-1)*uvstride; in scaleyuv()
402 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in scaleyuv()
434 vplane += uvstride; in scaleyuv()
443 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in encodeyuv() local
449 vplane -= int(videoh/2-1)*uvstride; in encodeyuv()
457 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in encodeyuv()
486 vplane += uvstride; in encodeyuv()
501 vplane -= int(videoh/2-1)*uvstride; in compressyuv()
509 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in compressyuv()
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/sys/msdos/
H A Dvidvga.c622 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
623 egareadplane(vplane);
631 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
908 int vplane; local
912 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
938 int vplane; local
942 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1143 int vplane; local
1148 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1149 egareadplane(vplane);
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/sys/msdos/
H A Dvidvga.c622 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
623 egareadplane(vplane);
631 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
908 int vplane; local
912 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
938 int vplane; local
942 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1143 int vplane; local
1148 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1149 egareadplane(vplane);
[all …]
/dports/games/nethack33/nethack-3.3.1/sys/msdos/
H A Dvidvga.c622 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
623 egareadplane(vplane);
631 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
908 int vplane; local
912 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
938 int vplane; local
942 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1143 int vplane; local
1148 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1149 egareadplane(vplane);
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/sys/msdos/
H A Dvidvga.c632 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
633 egareadplane(vplane);
641 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
931 int vplane; local
935 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
961 int vplane; local
965 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1166 int vplane; local
1171 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1172 egareadplane(vplane);
[all …]
/dports/games/nethack34/nethack-3.4.3/sys/msdos/
H A Dvidvga.c632 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
633 egareadplane(vplane);
641 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
931 int vplane; local
935 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
961 int vplane; local
965 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1166 int vplane; local
1171 for(vplane=0; vplane < SCREENPLANES; ++vplane) {
1172 egareadplane(vplane);
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/msdos/
H A Dvidvga.c595 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
604 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
937 int vplane; local
945 if (vplane != 0) {
998 int vplane; local
1002 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
1029 int vplane; local
1033 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
1236 int vplane; local
1241 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/msdos/
H A Dvidvga.c595 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
604 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
937 int vplane; local
945 if (vplane != 0) {
998 int vplane; local
1002 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
1029 int vplane; local
1033 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
1236 int vplane; local
1241 for (vplane = 0; vplane < SCREENPLANES; ++vplane) {
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dmovie.cpp450 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in scaleyuv() local
452 …if(flip < 0) { yplane -= int(videoh-1)*ystride; uplane -= int(videoh/2-1)*uvstride; vplane -= int(… in scaleyuv()
469 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in scaleyuv()
501 vplane += uvstride; in scaleyuv()
510 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in encodeyuv() local
512 …if(flip < 0) { yplane -= int(videoh-1)*ystride; uplane -= int(videoh/2-1)*uvstride; vplane -= int(… in encodeyuv()
519 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in encodeyuv()
548 vplane += uvstride; in encodeyuv()
557 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in compressyuv() local
566 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in compressyuv()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmovie.cpp439 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in scaleyuv() local
441 …if(flip < 0) { yplane -= int(videoh-1)*ystride; uplane -= int(videoh/2-1)*uvstride; vplane -= int(… in scaleyuv()
458 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in scaleyuv()
490 vplane += uvstride; in scaleyuv()
499 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in encodeyuv() local
501 …if(flip < 0) { yplane -= int(videoh-1)*ystride; uplane -= int(videoh/2-1)*uvstride; vplane -= int(… in encodeyuv()
508 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in encodeyuv()
537 vplane += uvstride; in encodeyuv()
546 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in compressyuv() local
555 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in compressyuv()
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dmovie.cpp439 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in scaleyuv() local
441 …if(flip < 0) { yplane -= int(videoh-1)*ystride; uplane -= int(videoh/2-1)*uvstride; vplane -= int(… in scaleyuv()
458 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in scaleyuv()
491 vplane += uvstride; in scaleyuv()
500 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in encodeyuv() local
502 …if(flip < 0) { yplane -= int(videoh-1)*ystride; uplane -= int(videoh/2-1)*uvstride; vplane -= int(… in encodeyuv()
509 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in encodeyuv()
538 vplane += uvstride; in encodeyuv()
547 uchar *yplane = yuv, *uplane = yuv + planesize, *vplane = yuv + planesize + planesize/4; in compressyuv() local
556 uchar *ydst = yplane, *ydst2 = yplane + ystride, *udst = uplane, *vdst = vplane; in compressyuv()
[all …]

123