Home
last modified time | relevance | path

Searched refs:bx0 (Results 176 – 200 of 371) sorted by relevance

12345678910>>...15

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/simd/powerpc/
H A Djdmrgext-altivec.c49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, in jsimd_h2v1_merged_upsample_altivec() local
185 bx0 = vec_mergeh(bl, pw_255); in jsimd_h2v1_merged_upsample_altivec()
193 rgbx0 = vec_packsu(rg0, bx0); in jsimd_h2v1_merged_upsample_altivec()
/dports/graphics/gocr/gocr-0.52/src/
H A Dbarcode.c961 int j=0, j2=0, bx0, by0, bx1, by1, bdx, bdy, bbx, bby, rm, in detect_barcode() local
987 bbx=bx1-bx0+2; /* width of bar */ in detect_barcode()
1010 && box3->x0 <= bx0 ) in detect_barcode()
1014 && box3->x0 > bx0 - 12*bbx /* startspace=5...10 */ in detect_barcode()
1019 && ( box3->x1 > bx1 || box3->x0 < bx0 ) in detect_barcode()
1022 if (box3->x0<bx0) { bx0=box3->x0; yl0=box3->y0; yl1=box3->y1; } in detect_barcode()
1038 box2->x0=bx0; box2->y0=by0; in detect_barcode()
1047 bx0,by0,bx1-bx0+1,by1-by0+1,nbars,j); in detect_barcode()
1074 && box3->x0 >= bx0 in detect_barcode()
1154 if (nbars>=by1) { by1=nbars; bx0=j; } // search most right in detect_barcode()
[all …]
/dports/math/gmp/gmp-6.2.1/mpn/powerpc64/mode64/p7/
H A DaorsorrlshC_n.asm86 beq L(bx0)
93 L(bx0): andi. r0, n, 2
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/powerpc64/mode64/p7/
H A DaorsorrlshC_n.asm86 beq L(bx0)
93 L(bx0): andi. r0, n, 2
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/powerpc64/mode64/p7/
H A DaorsorrlshC_n.asm86 beq L(bx0)
93 L(bx0): andi. r0, n, 2
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/powerpc64/mode64/p7/
H A DaorsorrlshC_n.asm86 beq L(bx0)
93 L(bx0): andi. r0, n, 2
/dports/science/py-spaghetti/spaghetti-1.6.4/spaghetti/
H A Dutil.py421 bx0, by0, bx1, by1 = link.bounding_box
422 bx0 -= SMALL
429 rtree.insert(i, (bx0, by0, bx1, by1), obj=link)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/
H A Dpostproc.c1038 int bx0, by0; in vp8_post_proc_frame() local
1042 for (bx0 = x0; bx0 < (x0+16); bx0 += 4) in vp8_post_proc_frame()
1046 x1 = bx0 + 2 + (mv->col >> 3); in vp8_post_proc_frame()
1049 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); in vp8_post_proc_frame()
1050 vp8_blit_line (bx0+2, x1, by0+2, y1, y_buffer, y_stride); in vp8_post_proc_frame()
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dlua_bind.c186 bool alloc_room(int by0, int bx0, int ysize, int xsize, int *y1, int *x1, int *y2, int *x2)
191 if (!room_alloc(xsize + 2, ysize + 2, FALSE, by0, bx0, &xval, &yval)) return FALSE;
/dports/games/powder-toy/The-Powder-Toy-95.0/src/client/
H A DGameSave.cpp1355 int bx0=0, by0=0, bw, bh, w, h, y0 = 0, x0 = 0; in readPSv() local
1411 if (bx0+bw > XRES/CELL) in readPSv()
1412 bx0 = XRES/CELL - bw; in readPSv()
1415 if (bx0 < 0) in readPSv()
1416 bx0 = 0; in readPSv()
1450 x0 = bx0*CELL; in readPSv()
1468 for (x=bx0; x<bx0+bw; x++) in readPSv()
1553 for (x=bx0; x<bx0+bw; x++) in readPSv()
1554 if (data[(y-by0)*bw+(x-bx0)]==4||(ver>=44 && data[(y-by0)*bw+(x-bx0)]==O_WL_FAN)) in readPSv()
1561 for (x=bx0; x<bx0+bw; x++) in readPSv()
[all …]
/dports/math/gmp/gmp-6.2.1/mpn/arm64/
H A Dlshiftc.asm65 tbz n, #0, L(bx0)
86 L(bx0): ldp x4, x5, [up,#-16]
H A DaorsorrlshC_n.asm69 tbz n, #0, L(bx0)
100 L(bx0): tbnz n, #1, L(b10)
H A Dlshift.asm65 tbz n, #0, L(bx0)
85 L(bx0): ldp x4, x5, [up,#-16]
H A Drshift.asm64 tbz n, #0, L(bx0)
85 L(bx0): ldp x4, x5, [up]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/arm64/
H A DaorsorrlshC_n.asm69 tbz n, #0, L(bx0)
100 L(bx0): tbnz n, #1, L(b10)
H A Dlshiftc.asm65 tbz n, #0, L(bx0)
86 L(bx0): ldp x4, x5, [up,#-16]
H A Drshift.asm64 tbz n, #0, L(bx0)
85 L(bx0): ldp x4, x5, [up]
H A Dlshift.asm65 tbz n, #0, L(bx0)
85 L(bx0): ldp x4, x5, [up,#-16]
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdSsse3Resizer.cpp201 …template<bool align> SIMD_INLINE void ResizerByteBilinearInterpolateY(const uint8_t * bx0, const u… in ResizerByteBilinearInterpolateY() argument
203 … __m128i lo = ResizerByteBilinearInterpolateY<align>((__m128i*)bx0 + 0, (__m128i*)bx1 + 0, alpha); in ResizerByteBilinearInterpolateY()
204 … __m128i hi = ResizerByteBilinearInterpolateY<align>((__m128i*)bx0 + 1, (__m128i*)bx1 + 1, alpha); in ResizerByteBilinearInterpolateY()
H A DSimdSse2Resizer.cpp110 …template<bool align> SIMD_INLINE void ResizerByteBilinearInterpolateY(const uint8_t * bx0, const u… in ResizerByteBilinearInterpolateY() argument
112 … __m128i lo = ResizerByteBilinearInterpolateY<align>((__m128i*)bx0 + 0, (__m128i*)bx1 + 0, alpha); in ResizerByteBilinearInterpolateY()
113 … __m128i hi = ResizerByteBilinearInterpolateY<align>((__m128i*)bx0 + 1, (__m128i*)bx1 + 1, alpha); in ResizerByteBilinearInterpolateY()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_heuristics.cc358 size_t bx0 = tx * kEncTileDimInBlocks; in LossyFrameHeuristics() local
361 Rect r(bx0, by0, bx1 - bx0, by1 - by0); in LossyFrameHeuristics()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_heuristics.cc358 size_t bx0 = tx * kEncTileDimInBlocks; in LossyFrameHeuristics() local
361 Rect r(bx0, by0, bx1 - bx0, by1 - by0); in LossyFrameHeuristics()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dtexture.cpp762 int bx0, bx1, by0, by1, bz0, bz1; in SolidNoise() local
768 SetupSolidNoise(P, 0, bx0, bx1, rx0, rx1); in SolidNoise()
772 i = NoisePermutation[bx0]; in SolidNoise()
812 int bx0, bx1, by0, by1, bz0, bz1; in SolidDNoise() local
819 SetupSolidNoise(P, 0, bx0, bx1, rx0, rx1); in SolidDNoise()
823 i = NoisePermutation[bx0]; in SolidDNoise()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dtexture.cpp757 int bx0, bx1, by0, by1, bz0, bz1; in SolidNoise() local
763 SetupSolidNoise(P, 0, bx0, bx1, rx0, rx1); in SolidNoise()
767 i = NoisePermutation[bx0]; in SolidNoise()
807 int bx0, bx1, by0, by1, bz0, bz1; in SolidDNoise() local
814 SetupSolidNoise(P, 0, bx0, bx1, rx0, rx1); in SolidDNoise()
818 i = NoisePermutation[bx0]; in SolidDNoise()
/dports/math/gmp/gmp-6.2.1/mpn/arm/v7a/cora15/
H A Dlogops_n.asm105 beq L(bx0)
113 L(bx0): ldrd r4, r5, [up, #0]

12345678910>>...15