/external/opencv3/doc/py_tutorials/py_feature2d/py_fast/ |
py_fast.markdown | 19 Edward Rosten and Tom Drummond in their paper "Machine learning for high-speed corner detection" in 35 5. A **high-speed test** was proposed to exclude a large number of non-corners. This test examines 40 by examining all pixels in the circle. This detector in itself exhibits high performance, but 46 - Results of high-speed tests are thrown away. 85 But it is not robust to high levels of noise. It is dependant on a threshold. 136 -# Edward Rosten and Tom Drummond, ?Machine learning for high speed corner detection? in 9th
|
/system/tpm/trunks/ftdi/ |
mpsse.c | 274 /* Clock and chip select pins idle high; all others are low */ 303 /* SPI mode 3 clock idles high */ 306 /* Keep the clock low while the CS pin is brought high to ensure we 323 * high when we set the CS pin high to prevent 325 * the clock goes high, but does not go low until 326 * after the CS pin goes high. 336 /* SPI 2 clock idles high */ 351 /* In I2C, both the clock and the data lines idle high */ 353 /* I2C start bit == data line goes from high to low while clock line i [all...] |
/art/runtime/entrypoints/quick/ |
quick_instrumentation_entrypoints.cc | 64 // deoptimization shouldn't be performed with the high-half having the return address. When 65 // deoptimization should be performed the low half is zero and the high-half the address of the
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
MotionIndicatorView.java | 312 // high is not inclusive 313 RangeCoveredRegister(int low, int high, int step) { 317 mHigh = high; 338 * Test if the range specified by (low, high) is covered. 344 * @param high The high end of the range. 347 public boolean isRangeCovered(int low, int high) { 350 int iHigh = Math.min(Math.round((high - mLow) / mStep), mCovered.length-1);
|
/cts/suite/audio_quality/test_description/review/ |
review_dut_recording_spectrum.xml | 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorSupportTest.java | 26 * Checks if Hifi sensors or VR High performance mode sensors 46 // Tests will only run if either HIFI_SENSORS or VR high performance mode is supported.
|
/device/asus/fugu/libaudio/ |
alsa_utils.h | 88 kSA_FLHFRH = (1 << 8), // Front Left/Right High 90 kSA_FCH = (1 << 10), // Front Center High
|
/external/compiler-rt/lib/builtins/ |
fixunsxfdi.c | 38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 39 if (e < 0 || (fb.u.high.s.low & 0x00008000))
|
fixunsxfti.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 38 if (e < 0 || (fb.u.high.s.low & 0x00008000))
|
fixxfdi.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 42 di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
|
fixxfti.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 40 ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
|
/external/compiler-rt/test/builtins/Unit/ |
muloti4_test.c | 43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 44 expectedt.s.high, expectedt.s.low); 59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 60 expectedt.s.high, expectedt.s.low);
|
/external/fdlibm/ |
e_remainder.c | 43 hx = __HI(x); /* high word of x */ 45 hp = __HI(p); /* high word of p */
|
s_modf.c | 41 i0 = __HI(x); /* high x */ 44 if(j0<20) { /* integer part in high x */
|
/external/google-breakpad/src/processor/ |
range_map_unittest.cc | 128 // the high address of a range to guard against off-by-one errors. 132 // When side == 1, check the high side (base + size) of each range. 138 // the base or one less than the high - for a successfully stored 146 else // When checking the high side, 161 expected_result = side; // should fail low and succeed high. 163 expected_result = !side; // should succeed low and fail high. 218 // When checking one greater than the high side, RetrieveNearestRange 316 // are too high. 328 // Bug info: RetrieveRangeAtIndex() previously retrieves the high address of 379 { 9, 10, 11, false }, // one-less base, one-less high [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
ICUZDump.java | 237 * <high_year> (exclusive). The default values are 1902(low) and 2038(high). 244 int high = 2038; local 256 high = Integer.parseInt(years[0]); 259 high = Integer.parseInt(years[1]); 324 dumpZone(pw, lineSep, tzids[i], low, high, jdk); 338 dumpZone(w, lineSep, tzids[i], low, high, jdk); 347 private static void dumpZone(Writer w, String lineSep, String tzid, int low, int high, boolean isJdk) throws IOException { 357 dumper.setHighYear(high);
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/ |
particles.vertex.glsl | 4 #define HIGH highp 9 #define HIGH
|
/external/libgdx/tests/gdx-tests-android/assets/data/g3d/shaders/ |
gouraud.glsl | 33 #define HIGH highp 38 #define HIGH
|
phong.glsl | 44 #define HIGH highp 49 #define HIGH
|
test.glsl | 53 #define HIGH highp 58 #define HIGH
|
/external/libxml2/os400/libxmlrpg/ |
chvalid.rpgle | 23 d high like(xmlCushort) 30 d high 10u 0
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-move-09.ll | 5 ; Check that moves from i32s to floats can use high registers. 19 ; Check that moves from floats to i32s can use high registers.
|
int-add-14.ll | 15 ; Check the high end of the AHIK range. 33 ; Check the high end of the negative AHIK range.
|
int-add-15.ll | 15 ; Check the high end of the AGHIK range. 33 ; Check the high end of the negative AGHIK range.
|
int-cmp-24.ll | 18 ; Check the high end of the unsigned 16-bit range. 44 ; Check the high end of the signed 16-bit range.
|