Home
last modified time | relevance | path

Searched refs:integral (Results 1 – 25 of 112) sorted by relevance

12345

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dlbp.cu57 …__device__ __forceinline__ int operator() (const int* integral, int ty, int fh, int fw, int& shift… in operator ()()
61 anchors[0] = integral[ty]; in operator ()()
62 anchors[1] = integral[ty + fw]; in operator ()()
64 anchors[2] = integral[ty + fw * 2]; in operator ()()
66 anchors[2] -= integral[ty + fw * 3]; in operator ()()
69 anchors[3] = integral[ty]; in operator ()()
70 anchors[4] = integral[ty + fw]; in operator ()()
72 anchors[5] = integral[ty + fw * 2]; in operator ()()
74 anchors[5] -= integral[ty + fw * 3]; in operator ()()
82 anchors[6] = integral[ty]; in operator ()()
[all …]
/external/pdfium/third_party/freetype/src/psaux/
Dpsconv.c199 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
224 integral = PS_Conv_ToInt( &p, limit ); in PS_Conv_ToFixed()
229 if ( integral > 0x7FFF ) in PS_Conv_ToFixed()
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 ); in PS_Conv_ToFixed()
258 if ( !integral && power_ten > 0 ) in PS_Conv_ToFixed()
291 if ( !integral && !decimal ) in PS_Conv_ToFixed()
301 if ( integral >= 0xCCCCCCCL ) in PS_Conv_ToFixed()
303 integral *= 10; in PS_Conv_ToFixed()
319 integral /= 10; in PS_Conv_ToFixed()
325 if ( !integral && !decimal ) in PS_Conv_ToFixed()
[all …]
/external/freetype/src/psaux/
Dpsconv.c199 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
224 integral = PS_Conv_ToInt( &p, limit ); in PS_Conv_ToFixed()
229 if ( integral > 0x7FFF ) in PS_Conv_ToFixed()
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 ); in PS_Conv_ToFixed()
258 if ( !integral && power_ten > 0 ) in PS_Conv_ToFixed()
291 if ( !integral && !decimal ) in PS_Conv_ToFixed()
301 if ( integral >= 0xCCCCCCCL ) in PS_Conv_ToFixed()
303 integral *= 10; in PS_Conv_ToFixed()
319 integral /= 10; in PS_Conv_ToFixed()
325 if ( !integral && !decimal ) in PS_Conv_ToFixed()
[all …]
/external/libcxx/include/
Datomic128 struct atomic<integral>
132 void store(integral desr, memory_order m = memory_order_seq_cst) volatile noexcept;
133 void store(integral desr, memory_order m = memory_order_seq_cst) noexcept;
134 integral load(memory_order m = memory_order_seq_cst) const volatile noexcept;
135 integral load(memory_order m = memory_order_seq_cst) const noexcept;
136 operator integral() const volatile noexcept;
137 operator integral() const noexcept;
138 integral exchange(integral desr,
140 integral exchange(integral desr, memory_order m = memory_order_seq_cst) noexcept;
141 bool compare_exchange_weak(integral& expc, integral desr,
[all …]
/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py64 def __init__(self, pfwClient, size, integral, fractional): argument
66 self._paramPath = '/Test/test/%d/q%d.%d' % (size, integral, fractional)
75 self._upperAllowedBound = (2 ** integral) - self._quantum
80 self._lowerAllowedBound = -(2 ** integral)
240 for integral in range(0, size):
241 for fractional in range (0, size - integral):
242 tester = FixedPointTester(pfw, size, integral, fractional)
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dintegral.hpp169 …bal__ static void horisontal_pass_8u_shfl_kernel(const GlobPtr<uint4> img, GlobPtr<uint4> integral) in horisontal_pass_8u_shfl_kernel() argument
324 uint4* integral_row = integral.row(blockIdx.x); in horisontal_pass_8u_shfl_kernel()
399 …__host__ static void horisontal_pass_8u_shfl(const GlobPtr<uchar> src, GlobPtr<uint> integral, int… in horisontal_pass_8u_shfl() argument
411 GlobPtr<uint4> integral4 = globPtr((uint4*) integral.data, integral.step); in horisontal_pass_8u_shfl()
420 __global__ void vertical_pass(GlobPtr<T> integral, const int rows, const int cols) in vertical_pass() argument
438 T* p = integral.row(y) + tidx; in vertical_pass()
515 smem[threadIdx.y + i * 8][threadIdx.x] = integral(curRowOffs + i * 8, x); in vertical_pass()
565 integral(curRowOffs + i * 8, x) = smem[threadIdx.x][threadIdx.y + i * 8]; in vertical_pass()
577 __host__ void vertical_pass(const GlobPtr<T>& integral, int rows, int cols, cudaStream_t stream) in vertical_pass() argument
582 vertical_pass<<<grid, block, 0, stream>>>(integral, rows, cols); in vertical_pass()
[all …]
/external/opencv3/modules/imgproc/perf/
Dperf_integral.cpp12 PERF_TEST_P(Size_MatType_OutMatDepth, integral, in PERF_TEST_P() argument
29 TEST_CYCLE() integral(src, sum, sdepth); in PERF_TEST_P()
53 TEST_CYCLE() integral(src, sum, sqsum, sdepth); in PERF_TEST_P()
79 TEST_CYCLE() integral(src, sum, sqsum, tilted, sdepth); in PERF_TEST_P()
/external/opencv3/modules/cudev/test/
Dtest_integral.cu62 cv::integral(src, dst_gold); in TEST()
80 cv::integral(src, dst_gold, CV_32F); in TEST()
98 cv::integral(src, dst_gold); in TEST()
/external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/
Dpy_bindings_basics.markdown94 each function will be called by that name in Python. Take the case of integral function below. Three
98 //! computes the integral image
99 CV_EXPORTS_W void integral( InputArray src, OutputArray sum, int sdepth = -1 );
101 //! computes the integral image and integral for the squared image
102 CV_EXPORTS_AS(integral2) void integral( InputArray src, OutputArray sum,
105 //! computes the integral image, integral for the squared image and the tilted integral image
106 CV_EXPORTS_AS(integral3) void integral( InputArray src, OutputArray sum,
/external/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed() argument
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff); in Fixed()
/external/opencv3/modules/imgproc/src/
Dconnectedcomponents.cpp100 Point2ui64 &integral = integrals[l]; in operator ()() local
101 integral.x += c; in operator ()()
102 integral.y += r; in operator ()()
110 Point2ui64 &integral = integrals[l]; in finish() local
113 centroid[0] = double(integral.x) / area; in finish()
114 centroid[1] = double(integral.y) / area; in finish()
Dsumpixels.cpp428 void cv::integral( InputArray _src, OutputArray _sum, OutputArray _sqsum, OutputArray _tilted, int … in integral() function in cv
536 void cv::integral( InputArray src, OutputArray sum, int sdepth ) in integral() function in cv
538 integral( src, sum, noArray(), noArray(), sdepth ); in integral()
541 void cv::integral( InputArray src, OutputArray sum, OutputArray sqsum, int sdepth, int sqdepth ) in integral() function in cv
543 integral( src, sum, sqsum, noArray(), sdepth, sqdepth ); in integral()
566 cv::integral( src, sum, psqsum ? cv::_OutputArray(*psqsum) : cv::_OutputArray(), in cvIntegral()
/external/clang/test/SemaObjC/
Dobjc-container-subscripting-2.m19 …indexing expression is invalid because subscript type 'float' is not an integral or Objective-C po…
20 …ndexing expression is invalid because subscript type 'double' is not an integral or Objective-C po…
Darc-dict-bridged-cast.m31 …ubscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C po…
32 …bscript type 'CFMutableStringRef' (aka 'struct __CFString *') is not an integral or Objective-C po…
Dobjc-container-subscripting.m15 …Object = array[10]; // expected-error {{method index parameter type 'double' is not integral type}}
16 array[3] = 0; // expected-error {{method index parameter type 'void *' is not integral type}} \
Dformat-strings-objc.m225 …ubscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C po…
226 …ubscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C po…
227 …ubscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C po…
229 …ubscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C po…
230 …ubscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C po…
231 …ubscript type 'CFStringRef' (aka 'const struct __CFString *') is not an integral or Objective-C po…
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu957 NCVStatus ncvApplyHaarClassifierCascade_device(NCVMatrix<Ncv32u> &integral, in ncvApplyHaarClassifierCascade_device() argument
975 ncvAssertReturn(integral.memType() == d_weights.memType()&& in ncvApplyHaarClassifierCascade_device()
976 integral.memType() == d_pixelMask.memType() && in ncvApplyHaarClassifierCascade_device()
977 integral.memType() == gpuAllocator.memType() && in ncvApplyHaarClassifierCascade_device()
978 (integral.memType() == NCVMemoryTypeDevice || in ncvApplyHaarClassifierCascade_device()
979 integral.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device()
990 … ncvAssertReturn((integral.ptr() != NULL && d_weights.ptr() != NULL && d_pixelMask.ptr() != NULL && in ncvApplyHaarClassifierCascade_device()
997 integral.width() >= anchorsRoi.width + haar.ClassifierSize.width && in ncvApplyHaarClassifierCascade_device()
998integral.height() >= anchorsRoi.height + haar.ClassifierSize.height, NCV_DIMENSIONS_INVALID); in ncvApplyHaarClassifierCascade_device()
1018 …NCVMatrixAlloc<Ncv32u> h_integralImage(cpuAllocator, integral.width, integral.height, integral.pit… in ncvApplyHaarClassifierCascade_device()
[all …]
/external/libvorbis/doc/
Dvorbis-clip.txt24 limited to streams that contain an integral number of packets.
37 necessarily contain integral numbers of packets, but that isn't
55 File length a non-integral number of frames:
58 integral number of packets; such a file is encoded with the last
85 Beginning point not on integral packet boundary:
89 really begins after an integral packet boundary, a situation analagous
91 integral packet boundary. The easiest example is taking a clip out of
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DAbstractConnector-mbean.properties17 integralPort: Port to use for integral redirections.
18 integralScheme: Scheme to use for integral redirections.
DConnector-mbean.properties7 integralPort: Port to use for integral redirections
8 integralScheme: Scheme to use for integral redirections
/external/opencv3/modules/imgproc/test/ocl/
Dtest_imgproc.cpp333 OCL_OFF(cv::integral(src_roi, dst_roi, sdepth)); in OCL_TEST_P()
334 OCL_ON(cv::integral(usrc_roi, udst_roi, sdepth)); in OCL_TEST_P()
346 OCL_OFF(cv::integral(src_roi, dst_roi, dst2_roi, sdepth, sqdepth)); in OCL_TEST_P()
347 OCL_ON(cv::integral(usrc_roi, udst_roi, udst2_roi, sdepth, sqdepth)); in OCL_TEST_P()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dintegral.hpp67 …integral_detail::integral(shrinkPtr(src), shrinkPtr(dst), rows, cols, StreamAccessor::getStream(st… in gridIntegral()
/external/libxml2/
Dtrionan.c409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
/external/clang/docs/
DObjectiveCLiterals.rst49 // integral literals.
149 Although enum values are integral, they may not be used directly as
361 When the subscript operand has an integral type, the expression is
364 element using an integral index, as in the following example:
377 When an expression writes an element using an integral index:
391 must be declared with an argument of integral type and a return value of
395 integral type.
460 Currently, only subscripts of integral or Objective-C object pointer
462 conversion function to an integral or Objective-C pointer type, in which
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp394 PtrStepSzi integral);
510 GpuMat integral; member in __anon3438be970311::LbpCascade_Impl
567 … GpuMat sint = integral(cv::Rect(prev, 0, level.sFrame.width + 1, level.sFrame.height + 1)); in detectMultiScale()
571 cuda::integral(src, sint); in detectMultiScale()
587 …mat, subsets_mat, features_mat, subsetSize, candidates, dclassified.ptr<unsigned int>(), integral); in detectMultiScale()
784 integral.create(frame.height + 1, integralFactor * (frame.width + 1), CV_32SC1); in allocateBuffers()

12345