/external/opencv3/3rdparty/libjasper/ |
jp2_enc.c | 225 colr->approx = 0; 230 colr->approx = 0;
|
jp2_cod.c | 397 fprintf(out, "method=%d; pri=%d; approx=%d\n", (int)colr->method, (int)colr->pri, (int)colr->approx); 416 jp2_getuint8(in, &colr->approx)) { 584 jp2_putuint8(out, colr->approx)) {
|
jp2_cod.h | 179 uint_fast8_t approx; member in struct:__anon20845
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/ |
py_contour_features.markdown | 72 approx = cv2.approxPolyDP(cnt,epsilon,True) 78 ![image](images/approx.jpg)
|
/external/skia/src/core/ |
SkGlyphCache.h | 107 /** Return the approx RAM usage for this cache. */ 269 // used to track (approx) how much ram is tied-up in this cache
|
/external/opencv/cv/src/ |
cvcontours.cpp | 153 CvMemStoragePos backup_pos; /* beginning of the latest approx. contour */ 154 CvMemStoragePos backup_pos2; /* ending of the latest approx. contour */ 163 _CvContourInfo *l_cinfo; /* information about latest approx. contour */ 167 int approx_method1; /* approx method when tracing */ 168 int approx_method2; /* final approx method */ 179 int header_size2; /* the same for approx. contours */ [all...] |
/external/opencv3/modules/imgproc/src/ |
contours.cpp | 139 CvMemStoragePos backup_pos; /* beginning of the latest approx. contour */ 140 CvMemStoragePos backup_pos2; /* ending of the latest approx. contour */ 149 _CvContourInfo *l_cinfo; /* information about latest approx. contour */ 153 int approx_method1; /* approx method when tracing */ 154 int approx_method2; /* final approx method */ 168 int header_size2; /* the same for approx. contours */ [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
TestSensorOperation.java | 311 "after device wake up. Approx time after which device went into " + 312 "suspend %dms ,approx AP wake-up time %dms %s",
|
/external/libopus/ |
configure.ac | 172 AC_ARG_ENABLE([float-approx], 173 [AS_HELP_STRING([--enable-float-approx], [enable fast approximations for floating point])],
|
/external/llvm/lib/Target/AMDGPU/ |
R600MachineScheduler.cpp | 72 // The approx. number of WF that allows TEX inst to hide ALU inst is : 81 DEBUG( dbgs() << NeededWF << " approx. Wavefronts Required\n" );
|
/external/dbus/test/ |
unused-code-gc.py | 137 ## 0 symname, 1 address, 2 references, 3 filename, 4 reached, 5 referenced-by 6 backlinked 7 approx size
|
/external/iproute2/examples/ |
README.cbq | 73 # WEIGHT: "weight" of shaper (CBQ class). Like for DEVICE - approx. RATE/10
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/ |
py_features_harris.markdown | 30 \f[E(u,v) \approx \begin{bmatrix} u & v \end{bmatrix} M \begin{bmatrix} u \\ v \end{bmatrix}\f]
|
/external/skia/src/gpu/ |
SkGpuDevice.h | 45 * different than its actual width/height (e.g., approx-match scratch texture).
|
/external/valgrind/helgrind/ |
hg_basics.h | 81 1: "approx": collect one stack trace per (notional) segment, that
|
/frameworks/base/core/java/com/android/internal/widget/ |
NotificationActionListLayout.java | 114 // measure in the order of (approx.) size, a large view can still take more than its
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/ |
StaticLayout_Delegate.java | 179 // 2 Primitives per non-whitespace char and approx 5 chars per word (i.e. 83% chars)
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.td | 729 "rcp.approx.ftz.f32 \t$dst, $b;", 735 "rcp.approx.f32 \t$dst, $b;", 744 "div.approx.ftz.f32 \t$dst, $a, $b;", 750 "div.approx.ftz.f32 \t$dst, $a, $b;", 756 "div.approx.f32 \t$dst, $a, $b;", 762 "div.approx.f32 \t$dst, $a, $b;", 769 // rcp.approx gives the same result as div.full(1.0f, a) and is faster. 773 "rcp.approx.ftz.f32 \t$dst, $b;", [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
bandwidth_estimator.c | 279 /* Q4 chosen to approx dividing by 16 */ 292 /* do the approx with positive exponent so that value is actually rf^-1 591 /* approx 2 seconds with 30ms frames */ [all...] |
/external/bzip2/ |
README | 147 * Approx 10% faster compression, 30% faster decompression
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/ |
Main.java | 342 approximateNodeLocation = "line approx. " +
|
/external/libopus/silk/ |
VAD.c | 54 /* Initialize array with approx pink noise levels (psd proportional to inverse of frequency) */
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.h | 112 /** Face positions buffer size (approx.: max faces * 20...60)
|
/external/valgrind/docs/internals/ |
howto_BUILD_KDE42.txt | 108 # this takes approx 1 hour on a dual processor 2.5GHz PPC970
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
psy_configuration.c | 91 * based on atan approx for x > 0
|