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

  /external/opencv3/modules/imgproc/src/
hough.cpp 200 int srn, int stn,
217 int sfn = srn * stn;
237 float stheta = theta / stn;
247 std::vector<float> _sinTable( 5 * tn * stn );
250 for( index = 0; index < 5 * tn * stn; index++ )
333 std::vector<uchar> _buffer(srn * stn + 2);
359 ti2 = (ti * stn - ti0) * 5;
362 for( ti1 = 0; ti1 < stn; ti1++, ti2 += 5 )
365 i = cvFloor( rv ) * stn + ti1;
383 index / stn * srho + ri * rho
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 193 int srn, int stn,
228 int sfn = srn * stn;
250 stheta = theta / stn;
263 CV_CALL( sinTable = (float*)cvAlloc( 5 * tn * stn * sizeof( float )));
265 for( index = 0; index < 5 * tn * stn; index++ )
352 CV_CALL( buffer = (uchar *) cvAlloc(srn * stn + 2));
377 ti2 = (ti * stn - ti0) * 5;
380 for( ti1 = 0 /*, phi = ti*theta - Pi/2 - t */ ; ti1 < stn; ti1++, ti2 += 5
385 i = cvFloor( rv ) * stn + ti1;
403 vi.rho = index / stn * srho + ri * rho
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 218 double stn = st/sieveTime; local
220 printf("%s\t%.9f\t%.9f +/- %.9f, @ %d iter\n", t.getName(),stn,st,me,iter);
224 tn,stn,st,me,iter);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 168 def stn(s, length): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 168 def stn(s, length): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 168 def stn(s, length): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 168 def stn(s, length): function
    [all...]
  /external/boringssl/src/ssl/
d1_both.c 576 long dtls1_get_message(SSL *ssl, int st1, int stn, int msg_type, long max,
669 ssl->state = stn;
internal.h     [all...]
  /external/opencv/cv/include/
cvcompat.h 529 double theta, int stn, int threshold,
534 rho, theta, threshold, srn, stn );
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
imgproc.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 

Completed in 1112 milliseconds