HomeSort by relevance Sort by last modified time
    Searched refs:SUM (Results 1 - 18 of 18) sorted by null

  /external/opencv3/modules/imgproc/src/
smooth.cpp 123 ST* SUM;
127 if( width != (int)sum.size() )
129 sum.resize(width);
133 SUM = &sum[0];
136 memset((void*)SUM, 0, width*sizeof(ST));
143 ST s0 = SUM[i] + Sp[i], s1 = SUM[i+1] + Sp[i+1];
144 SUM[i] = s0; SUM[i+1] = s1
204 std::vector<ST> sum; member in struct:cv::ColumnSum
380 std::vector<int> sum; member in struct:cv::ColumnSum
548 std::vector<int> sum; member in struct:cv::ColumnSum
714 std::vector<int> sum; member in struct:cv::ColumnSum
863 std::vector<int> sum; member in struct:cv::ColumnSum
1024 std::vector<int> sum; member in struct:cv::ColumnSum
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
StatUtils.java 30 import org.apache.commons.math.stat.descriptive.summary.Sum;
42 /** sum */
43 private static final UnivariateStatistic SUM = new Sum();
79 * Returns the sum of the values in the input array, or
85 * @param values array of values to sum
86 * @return the sum of the values or <code>Double.NaN</code> if the array
90 public static double sum(final double[] values) { method in class:StatUtils
91 return SUM.evaluate(values);
95 * Returns the sum of the entries in the specified portion o
108 public static double sum(final double[] values, final int begin, method in class:StatUtils
    [all...]
  /external/opencv3/modules/videoio/test/
test_ffmpeg.cpp 371 #define SUM cvtest::TS::SUMMARY
372 ts->printf(SUM, "\nPSNR: %lf\n", psnr);
373 ts->printf(SUM, "Video #: %d\n", range.start);
374 ts->printf(SUM, "Frame #: %d\n", i);
375 #undef SUM
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 561 #define RGB_TO_UV(x, y, SUM) { \
564 const int r = SUM(r_ptr + src); \
565 const int g = SUM(g_ptr + src); \
566 const int b = SUM(b_ptr + src); \
571 #define RGB_TO_UV0(x_in, x_out, y, SUM) { \
574 const int r = SUM(r_ptr + src); \
575 const int g = SUM(g_ptr + src); \
576 const int b = SUM(b_ptr + src); \
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp     [all...]
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 67 ; sum, round and shift
138 ; sum, round and shift
187 pxor xmm4, xmm4 ; sum of src2
188 pxor xmm5, xmm5 ; sum of src2^2
202 ; SUM(src2)
204 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0
233 ; Accumulate sum of src2
241 ; phaddw could be used to sum adjacent values but we want
243 ; shift and sum
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 68 ; sum, round and shift
139 ; sum, round and shift
188 pxor xmm4, xmm4 ; sum of src2
189 pxor xmm5, xmm5 ; sum of src2^2
203 ; SUM(src2)
205 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0
234 ; Accumulate sum of src2
242 ; phaddw could be used to sum adjacent values but we want
244 ; shift and sum
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 67 ; sum, round and shift
138 ; sum, round and shift
187 pxor xmm4, xmm4 ; sum of src2
188 pxor xmm5, xmm5 ; sum of src2^2
202 ; SUM(src2)
204 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0
233 ; Accumulate sum of src2
241 ; phaddw could be used to sum adjacent values but we want
243 ; shift and sum
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 563 milliseconds