Home
last modified time | relevance | path

Searched refs:roiw16 (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dconvert_depth.cpp55 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in lshiftConst() local
64 for (; j < roiw16; j += 16) in lshiftConst()
92 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in lshiftConst() local
101 for (; j < roiw16; j += 16) in lshiftConst()
130 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in rshiftConst() local
141 for (; j < roiw16; j += 16) in rshiftConst()
163 for (; j < roiw16; j += 16) in rshiftConst()
192 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in rshiftConst() local
203 for (; j < roiw16; j += 16) in rshiftConst()
223 for (; j < roiw16; j += 16) in rshiftConst()
[all …]
H A Dcolorconvert.cpp144 for (; dj < roiw16; sj += 48, dj += 16) in rgb2gray()
245 for (; dj < roiw16; sj += 64, dj += 16) in rgbx2gray()
347 for (; dj < roiw16; sj += 48, dj += 16) in bgr2gray()
449 for (; dj < roiw16; sj += 64, dj += 16) in bgrx2gray()
512 for (; sj < roiw16; sj += 16, dj += 48) in gray2rgb()
602 for (; sj < roiw16; sj += 16, dj += 64) in gray2rgbx()
2497 for (; j < roiw16; dj += 48, j += 16) in yuv420sp2rgb()
2543 for (; j < roiw16; dj += 64, j += 16) in yuv420sp2rgbx()
2589 for (; j < roiw16; dj += 48, j += 16) in yuv420i2rgb()
2635 for (; j < roiw16; dj += 64, j += 16) in yuv420i2rgbx()
[all …]
H A Daccumulate.cpp54 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in accumulate() local
63 for (; j < roiw16; j += 16) in accumulate()
107 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in accumulateSquareConst() local
116 for (; j < roiw16; j += 16) in accumulateSquareConst()
160 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in accumulateSquareConst() local
169 for (; j < roiw16; j += 16) in accumulateSquareConst()
H A Dfill_minmaxloc.cpp90 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in fillMinMaxLocs() local
106 for ( ; j < roiw16; j += 16) in fillMinMaxLocs()
171 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in fillMinMaxLocs() local
186 for ( ; j < roiw16; j += 16) in fillMinMaxLocs()
251 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in fillMinMaxLocs() local
266 for ( ; j < roiw16; j += 16) in fillMinMaxLocs()
H A Dthreshold.cpp768 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in thresholdBinary() local
776 for (; j < roiw16; j += 16) in thresholdBinary()
821 for (; j < roiw16; j += 16) in thresholdBinaryInv()
865 for (; j < roiw16; j += 16) in thresholdTruncate()
906 for (; j < roiw16; j += 16) in thresholdToZero()
949 for (; j < roiw16; j += 16) in thresholdToZeroInv()
993 for (; j < roiw16; j += 16) in thresholdBinary()
1038 for (; j < roiw16; j += 16) in thresholdBinaryInv()
1082 for (; j < roiw16; j += 16) in thresholdTruncate()
1123 for (; j < roiw16; j += 16) in thresholdToZero()
[all …]
H A Dmul.cpp78 for (; j < roiw16; j += 16) in mulu8()
106 for (; j < roiw16; j += 16) in mulu8()
156 for (; j < roiw16; j += 16) in muls16()
186 for (; j < roiw16; j += 16) in muls16()
306 for (; j < roiw16; j += 16) in mul()
330 for (; j < roiw16; j += 16) in mul()
380 for (; j < roiw16; j += 16) in mul()
404 for (; j < roiw16; j += 16) in mul()
537 for (; j < roiw16; j += 16) in mul()
563 for (; j < roiw16; j += 16) in mul()
[all …]
H A Dsub.cpp260 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in sub() local
272 for (; j < roiw16; j += 16) in sub()
298 for (; j < roiw16; j += 16) in sub()
343 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in sub() local
355 for (; j < roiw16; j += 16) in sub()
381 for (; j < roiw16; j += 16) in sub()
H A Dchannel_extract.cpp298 …size_t roiw16 = size.width >= (16/sizeof(sgn##bits)-1) ? size.width - (16/sizeof(sgn##bits)-1) : 0…
308 … for (; dj < roiw16; sj += MUL##n(16)/sizeof(sgn##bits), dj += 16/sizeof(sgn##bits)) \
399 …size_t roiw16 = size.width >= (16/sizeof(sgn##bits)-1) ? size.width - (16/sizeof(sgn##bits)-1) : 0…
411 … for (; d1j < roiw16; sj += MUL4(16)/sizeof(sgn##bits), d3j += MUL3(16)/sizeof(sgn##bits), \
H A Dadd.cpp233 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in add() local
245 for (; j < roiw16; j += 16) in add()
271 for (; j < roiw16; j += 16) in add()
H A Dphase.cpp121 size_t roiw16 = size.width >= 15 ? size.width - 15 : 0; in phase()
133 for (; j < roiw16; j += 16) in phase()
H A Dcount_nonzero.cpp57 size_t roiw16 = size.width & ~15u; in countNonZero() local
66 for (; i < roiw16;) in countNonZero()
H A Dchannels_combine.cpp146 …size_t roiw16 = size.width >= (16/sizeof(sgn##bits) - 1) ? size.width - (16/sizeof(sgn##bits) - 1)…
156 …for (; sj < roiw16; sj += 16/sizeof(sgn##bits), dj += MUL##n(16)/sizeof(sgn##bits)) …
H A Dresize.cpp325 size_t roiw16 = dsize.width >= 15 ? dsize.width - 15 : 0; in resizeAreaRounding() local
345 for ( ; dj < roiw16; dj += 16, sj += 8) in resizeAreaRounding()
365 size_t roiw16 = dsize.width >= 15 ? dsize.width - 15 : 0; in resizeAreaRounding() local
379 for ( ; dj < roiw16; dj += 16, sj += 64) in resizeAreaRounding()
545 size_t roiw16 = dsize.width >= 15 ? (dsize.width - 15) << 2 : 0; in resizeAreaRounding() local
582 for ( ; dj < roiw16; dj += 64, sj += 32) in resizeAreaRounding()
764 size_t roiw16 = dsize.width >= 15 ? (dsize.width - 15) * 3 : 0; in resizeAreaRounding() local
776 for ( ; dj < roiw16; dj += 48, sj += 96) in resizeAreaRounding()
864 size_t roiw16 = dsize.width >= 15 ? (dsize.width - 15) * 3 : 0; in resizeAreaRounding() local
898 for ( ; dj < roiw16; dj += 48, sj += 24) in resizeAreaRounding()