HomeSort by relevance Sort by last modified time
    Searched defs:deltas (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/dng_sdk/source/
dng_hue_sat_map.cpp 157 const HSBModify *deltas = GetConstDeltas (); local
159 modify.fHueShift = deltas [offset].fHueShift;
160 modify.fSatScale = deltas [offset].fSatScale;
161 modify.fValScale = deltas [offset].fValScale;
dng_misc_opcodes.cpp 864 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), local
867 if (deltas != stream.Get_uint32 ())
872 if (dataSize != dng_area_spec::kDataSize + 4 + deltas * 4)
877 fTable.Reset (host.Allocate (SafeUint32Mult (deltas,
882 for (uint32 j = 0; j < deltas; j++)
892 printf ("Count: %u\n", (unsigned) deltas);
894 for (uint32 k = 0; k < deltas && k < gDumpLineLimit; k++)
899 if (deltas > gDumpLineLimit)
901 printf (" ... %u deltas skipped\n", (unsigned) (deltas - gDumpLineLimit))
915 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), local
1070 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), local
1121 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
JitterVerification.java 112 List<Long> deltas = getDeltaValues(); local
117 List<Long> percentileValues = SensorCtsHelper.getPercentileValue(deltas, percentiles);
163 List<Long> deltas = new ArrayList<Long>(mTimestamps.size() - 1); local
165 deltas.add(mTimestamps.get(i) - mTimestamps.get(i - 1));
167 return deltas;
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 143 int[] deltas = new int[2]; local
144 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas);
146 assertEquals(0, deltas[0]);
147 assertEquals(0, deltas[1]);
150 deltas = new int[2];
153 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_LEFT, deltas);
155 assertEquals(-1, deltas[0]);
156 assertEquals(0, deltas[1]);
159 deltas = new int[2];
162 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_RIGHT, deltas);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 38 * do operations at random. Each thread keeps track of the per-key deltas that it's directly
39 * responsible for; after all threads have completed, we sum the per-key deltas and compare to the
77 int[] deltas = new int[3]; local
80 for (int i = 0; i < deltas.length; i++) {
81 deltas[i] += taskDeltas[i];
91 assertEquals("Counts not as expected", Ints.asList(deltas), actualCounts);
115 int[] deltas = new int[nKeys]; local
125 deltas[keyIndex] += delta;
131 deltas[keyIndex] += (newValue - oldValue);
138 deltas[keyIndex] += (newValue - oldValue)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 118 * pre-gen6 for computing the deltas from v0 for computing
126 struct brw_reg deltas; local
130 deltas = brw_imm_v(0x10101010);
133 deltas = brw_imm_v(0x11001100);
145 brw_ADD(p, dst, src, deltas);
brw_wm_fp.c 319 /* deltas.xy = DELTAXY pixel_xy, payload[0]
347 struct prog_src_register deltas = get_delta_xy(c); local
350 /* deltas.xyw = DELTAS2 deltas.xy, payload.interp_wpos.x
357 deltas,
372 struct prog_src_register deltas; local
374 deltas = get_delta_xy(c);
394 /* PROGRAM_INPUT.attr.xyzw = INTERP payload.interp[attr].x, deltas.xyw
401 deltas,
422 deltas,
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback_unittest.cc 114 std::vector<int64_t> deltas = feedback_->GetReceiveDeltasUs(); local
115 ASSERT_EQ(expected_deltas_.size(), deltas.size());
117 EXPECT_EQ(expected_deltas_[i], deltas[i]) << "Delta mismatch @ " << i;
122 int64_t* deltas) {
131 deltas[i] = offset + (last_seq * default_delta_);
343 std::vector<int64_t> deltas = feedback.GetReceiveDeltasUs(); local
347 for (int64_t delta : deltas) {
462 // Test that a number of small deltas followed by a large delta results in a
465 for (int deltas = 0; deltas <= kOneBitVectorCapacity + 1; ++deltas)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdateintervalformattest.c 127 static const double deltas[] = { variable
139 enum { kNumDeltas = sizeof(deltas)/sizeof(deltas[0]) - 1 };
292 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];
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 184 // estimate video framerate from deltas between timestamps, and
185 // 2nd order deltas
186 Vector<nsecs_t> deltas; local
194 deltas.push(time - lastTime);
201 deltas.sort(compare<nsecs_t>);
202 size_t numDeltas = deltas.size();
204 nsecs_t deltaMinLimit = max(deltas[0] / kMultiplesThresholdDiv, kMinPeriod);
205 nsecs_t deltaMaxLimit = deltas[numDeltas / 2] * kMultiplesThresholdDiv;
207 if (deltas[i] > deltaMaxLimit) {
208 deltas.resize(i)
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 873 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 109 /* Read a set of points to which the following deltas will apply. */
219 /* Read a set of deltas. These are packed slightly differently than */
227 /* delta_cnt :: The number of deltas to be read. */
230 /* An array of FT_Short containing the deltas for the affected */
231 /* points. (This only gets the deltas for one dimension. It will */
240 FT_Short *deltas = NULL; local
255 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
268 deltas[i++] = 0;
274 deltas[i++] = FT_GET_SHORT();
280 deltas[i++] = FT_GET_CHAR()
1361 FT_Short* deltas; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateIntervalFormatTest.java 1541 final long[] deltas = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java 1537 final long[] deltas = { local
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 847 std::vector<double> deltas; local
855 deltas.push_back(delta);
858 std::sort(deltas.begin(), deltas.end());
865 deltas.erase(deltas.begin(), deltas.begin() + options->trim_min);
866 deltas.erase(deltas.end() - options->trim_max, deltas.end())
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c 846 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
912 deltas = starts + num_segs * 2;
913 offsets = deltas + num_segs * 2;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c 109 /* Read a set of points to which the following deltas will apply. */
218 /* Read a set of deltas. These are packed slightly differently than */
226 /* delta_cnt :: The number of deltas to be read. */
229 /* An array of FT_Short containing the deltas for the affected */
230 /* points. (This only gets the deltas for one dimension. It will */
239 FT_Short *deltas = NULL; local
254 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
267 deltas[i++] = 0;
273 deltas[i++] = FT_GET_SHORT();
279 deltas[i++] = FT_GET_CHAR()
1343 FT_Short* deltas; local
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
45 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
46 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
47 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
48 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
75 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x
537 int deltas[16]; local
651 int deltas[16]; local
709 int deltas[16]; local
    [all...]
  /external/opencv3/modules/imgproc/src/
contours.cpp 44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
45 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
46 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
47 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
48 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
69 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x
507 int deltas[16]; local
619 int deltas[16]; local
677 int deltas[16]; local
803 int deltas[16]; local
862 int deltas[16]; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 846 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
912 deltas = starts + num_segs * 2;
913 offsets = deltas + num_segs * 2;
    [all...]
  /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/opencv/cv/include/
cvtypes.h 104 schar deltas[8][2]; member in struct:CvChainPtReader
109 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
110 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
111 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
112 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
113 (deltas)[6] = (step), (deltas)[7] = (step) + (nch)
    [all...]
  /external/toybox/toys/posix/
ps.c 1131 char deltas[] = {SLOT_utime2, SLOT_iobytes, SLOT_diobytes, SLOT_rchar, local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 696 final ArrayList<ValuesDelta> deltas = mRawContactDelta.getMimeEntries(mMimetype); local
697 if (deltas != null) {
698 for (ValuesDelta valuesDelta : deltas) {
    [all...]

Completed in 2211 milliseconds

1 2 3