HomeSort by relevance Sort by last modified time
    Searched refs:integral (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/sfntly/cpp/src/sfntly/math/
fixed1616.h 26 static inline int32_t Integral(int32_t fixed) {
34 static inline int32_t Fixed(int32_t integral, int32_t fractional) {
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff);
  /external/opencv3/modules/cudaobjdetect/src/cuda/
lbp.cu 57 __device__ __forceinline__ int operator() (const int* integral, int ty, int fh, int fw, int& shift) const
61 anchors[0] = integral[ty];
62 anchors[1] = integral[ty + fw];
64 anchors[2] = integral[ty + fw * 2];
66 anchors[2] -= integral[ty + fw * 3];
69 anchors[3] = integral[ty];
70 anchors[4] = integral[ty + fw];
72 anchors[5] = integral[ty + fw * 2];
74 anchors[5] -= integral[ty + fw * 3];
82 anchors[6] = integral[ty]
    [all...]
  /external/freetype/src/psaux/
psconv.c 199 FT_Fixed integral = 0; local
224 integral = PS_Conv_ToInt( &p, limit );
229 if ( integral > 0x7FFF )
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
258 if ( !integral && power_ten > 0 )
291 if ( !integral && !decimal )
301 if ( integral >= 0xCCCCCCCL )
303 integral *= 10;
319 integral /= 10
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
psconv.c 199 FT_Fixed integral = 0; local
224 integral = PS_Conv_ToInt( &p, limit );
229 if ( integral > 0x7FFF )
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
258 if ( !integral && power_ten > 0 )
291 if ( !integral && !decimal )
301 if ( integral >= 0xCCCCCCCL )
303 integral *= 10;
319 integral /= 10
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/
integral.hpp 52 #include "detail/integral.hpp"
67 integral_detail::integral(shrinkPtr(src), shrinkPtr(dst), rows, cols, StreamAccessor::getStream(stream));
  /external/pdfium/third_party/freetype/src/psaux/
psconv.c 199 FT_Fixed integral = 0; local
224 integral = PS_Conv_ToInt( &p, limit );
229 if ( integral > 0x7FFF )
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
258 if ( !integral && power_ten > 0 )
291 if ( !integral && !decimal )
301 if ( integral >= 0xCCCCCCCL )
303 integral *= 10;
319 integral /= 10
    [all...]
  /external/opencv3/modules/cudev/test/
test_integral.cu 51 TEST(Integral, _8u)
62 cv::integral(src, dst_gold);
69 TEST(Integral, _32f)
80 cv::integral(src, dst_gold, CV_32F);
87 TEST(Integral, _8u_opt)
98 cv::integral(src, dst_gold);
  /external/opencv3/modules/imgproc/perf/
perf_integral.cpp 12 PERF_TEST_P(Size_MatType_OutMatDepth, integral,
29 TEST_CYCLE() integral(src, sum, sdepth);
53 TEST_CYCLE() integral(src, sum, sqsum, sdepth);
79 TEST_CYCLE() integral(src, sum, sqsum, tilted, sdepth);
  /external/parameter-framework/upstream/test/test-fixed-point-parameter/
Main.py 53 * m is the integral part
64 def __init__(self, pfwClient, size, integral, fractional):
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/
integral.hpp 169 __global__ static void horisontal_pass_8u_shfl_kernel(const GlobPtr<uint4> img, GlobPtr<uint4> integral)
324 uint4* integral_row = integral.row(blockIdx.x);
399 __host__ static void horisontal_pass_8u_shfl(const GlobPtr<uchar> src, GlobPtr<uint> integral, int rows, int cols, cudaStream_t stream)
411 GlobPtr<uint4> integral4 = globPtr((uint4*) integral.data, integral.step);
420 __global__ void vertical_pass(GlobPtr<T> integral, const int rows, const int cols)
438 T* p = integral.row(y) + tidx;
515 smem[threadIdx.y + i * 8][threadIdx.x] = integral(curRowOffs + i * 8, x);
565 integral(curRowOffs + i * 8, x) = smem[threadIdx.x][threadIdx.y + i * 8];
577 __host__ void vertical_pass(const GlobPtr<T>& integral, int rows, int cols, cudaStream_t stream
589 __host__ void integral(const SrcPtr& src, const GlobPtr<D>& dst, int rows, int cols, cudaStream_t stream) function in namespace:cv::cudev::integral_detail
598 __host__ static void integral(const GlobPtr<uchar>& src, const GlobPtr<uint>& dst, int rows, int cols, cudaStream_t stream) function in namespace:cv::cudev::integral_detail
618 __host__ __forceinline__ void integral(const GlobPtr<uchar>& src, const GlobPtr<int>& dst, int rows, int cols, cudaStream_t stream) function in namespace:cv::cudev::integral_detail
    [all...]
  /external/clang/test/Lexer/
cxx1y_digit_separators.cpp 8 namespace integral { namespace
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 38 namespace integral { namespace
make_integer_seq.cpp 39 expected-error{{must have integral element type}}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
comparison_op.hpp 39 # include <boost/mpl/aux_/config/integral.hpp>
largest_int.hpp 19 #include <boost/mpl/aux_/config/integral.hpp>
value_wknd.hpp 18 #include <boost/mpl/aux_/config/integral.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
negate.hpp 22 #include <boost/mpl/aux_/config/integral.hpp>
if.hpp 21 #include <boost/mpl/aux_/config/integral.hpp>
  /external/opencv3/modules/imgproc/src/
connectedcomponents.cpp 100 Point2ui64 &integral = integrals[l]; local
101 integral.x += c;
102 integral.y += r;
110 Point2ui64 &integral = integrals[l]; local
113 centroid[0] = double(integral.x) / area;
114 centroid[1] = double(integral.y) / area;
  /external/opencv3/modules/cudaarithm/src/cuda/
integral.cu 60 // integral
62 void cv::cuda::integral(InputArray _src, OutputArray _dst, Stream& stream)
  /external/opencv3/modules/core/perf/opencl/
perf_bufferpool.cpp 122 integral(src, dst);
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]
  /external/dng_sdk/
Android.mk 88 # Some integral return types are annotated with "const."
120 # Some integral return types are annotated with "const."
  /external/opencv3/apps/traincascade/
lbpfeatures.cpp 27 integral( img, innSum );
  /external/opencv3/modules/imgproc/test/ocl/
test_imgproc.cpp 282 ////////////////////////////////// integral /////////////////////////////////////////////////
284 struct Integral :
327 OCL_TEST_P(Integral, Mat1)
333 OCL_OFF(cv::integral(src_roi, dst_roi, sdepth));
334 OCL_ON(cv::integral(usrc_roi, udst_roi, sdepth));
340 OCL_TEST_P(Integral, Mat2)
346 OCL_OFF(cv::integral(src_roi, dst_roi, dst2_roi, sdepth, sqdepth));
347 OCL_ON(cv::integral(usrc_roi, udst_roi, udst2_roi, sdepth, sqdepth));
466 OCL_INSTANTIATE_TEST_CASE_P(Imgproc, Integral, Combine(

Completed in 3475 milliseconds

1 2 3 4