HomeSort by relevance Sort by last modified time
    Searched refs:deltas (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /prebuilts/go/darwin-x86/src/image/
ycbcr_test.go 43 deltas := []Point{
51 for _, delta := range deltas {
  /prebuilts/go/linux-x86/src/image/
ycbcr_test.go 43 deltas := []Point{
51 for _, delta := range deltas {
  /external/icu/icu4c/source/test/cintltst/
cdateintervalformattest.c 127 static const double deltas[] = { variable
139 enum { kNumDeltas = UPRV_LENGTHOF(deltas) - 1 };
291 const double * deltasPtr = deltas;
  /external/opencv/cvaux/src/
cvsegment.cpp 339 int deltas[16]; local
345 CV_INIT_3X3_DELTAS( deltas, step, 1 );
346 memcpy( deltas + 8, deltas, 8 * sizeof( deltas[0] ));
396 i1 = i0 + deltas[s];
419 i4 = i3 + deltas[++s];
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 109 /* Read a set of points to which the following deltas will apply. */
209 /* Read a set of deltas. These are packed slightly differently than */
215 /* delta_cnt :: The number of deltas to be read. */
218 /* An array of FT_Short containing the deltas for the affected */
219 /* points. (This only gets the deltas for one dimension. It will */
227 FT_Short *deltas = NULL; local
236 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
249 deltas[i++] = 0;
255 deltas[i++] = FT_GET_SHORT();
261 deltas[i++] = FT_GET_CHAR()
1303 FT_Short* deltas; local
    [all...]
  /external/walt/pywalt/pywalt/
walt.py 468 deltas = []
469 while len(deltas) < args.n:
486 deltas.append(dt)
488 print('Median tap-to-audio latency: %0.1f ms' % numpy.median(deltas))
502 deltas = []
503 while len(deltas) < args.n:
512 deltas.append(dt)
514 print('Median tap-to-blink latency: %0.1f ms' % numpy.median(deltas))
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp 784 for (size_t i = 0; i < t.deltas.size(); ++i) {
785 size += getFlattenedSize(t.deltas[i]);
800 for (size_t i = 0; i < t.deltas.size(); ++i) {
801 numFds += getFdCount(t.deltas[i]);
820 * handles, where `n` is the length of `t.deltas`, and each `nh[i]` should have
827 if (t.deltas.size() > ::android::FrameEventHistory::MAX_FRAME_HISTORY) {
836 FlattenableUtils::write(buffer, size, static_cast<uint32_t>(t.deltas.size()));
837 nh->resize(t.deltas.size());
838 for (size_t deltaIndex = 0; deltaIndex < t.deltas.size(); ++deltaIndex) {
840 t.deltas[deltaIndex], &((*nh)[deltaIndex])
    [all...]
  /external/bart/bart/sched/
SchedAssert.py 475 deltas = agg.aggregate(level="all", window=window)[0]
477 if not len(deltas):
480 return np.median(deltas) * 1000
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
ScreenResponseFragment.java 89 ArrayList<Double> deltas = new ArrayList<>(); field in class:ScreenResponseFragment
161 deltas.clear();
302 deltas.add(dt);
342 // Show deltas and the median
344 logger.log("deltas = array(" + deltas.toString() + ")");
358 deltas.size(),
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /hardware/interfaces/graphics/bufferqueue/1.0/
IGraphicBufferProducer.hal 102 vec<FrameEventsDelta> deltas;
  /prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
diffutils-1.3.0.jar 
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Conversion.h     [all...]
  /external/freetype/src/truetype/
ttgxvar.c 106 /* Read a set of points to which the following deltas will apply. */
216 /* Read a set of deltas. These are packed slightly differently than */
224 /* delta_cnt :: The number of deltas to be read. */
227 /* An array of FT_Short containing the deltas for the affected */
228 /* points. (This only gets the deltas for one dimension. It will */
237 FT_Short *deltas = NULL; local
252 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
265 deltas[i++] = 0;
271 deltas[i++] = FT_GET_SHORT();
277 deltas[i++] = FT_GET_CHAR()
2550 FT_Short* deltas; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py     [all...]
  /frameworks/base/core/java/android/view/
FocusFinder.java 687 * @param deltas Offset from the <x, y> to the edge of the nearest view. Note that this array
691 public View findNearestTouchable(ViewGroup root, int x, int y, int direction, int[] deltas) {
742 deltas[0] = -distance;
745 deltas[0] = distance;
748 deltas[1] = -distance;
751 deltas[1] = distance;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
pcln.go 89 // The table is delta-encoded. The value deltas are signed and
91 // and the pc deltas are unsigned. Both kinds of deltas are sent
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
pcln.go 89 // The table is delta-encoded. The value deltas are signed and
91 // and the pc deltas are unsigned. Both kinds of deltas are sent
  /external/brotli/go/cbrotli/internal/
decoder.go 13 // pointers. Instead of updated pointer, deltas are saved in auxiliary struct.
encoder.go 13 // pointers. Instead of updated pointer, deltas are saved in auxiliary struct.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateIntervalFormatTest.java 1641 final long[] deltas = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java 1640 final long[] deltas = { local
    [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py     [all...]
  /external/python/cpython2/Lib/test/
regrtest.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py     [all...]

Completed in 2098 milliseconds

12 3 4 5