HomeSort by relevance Sort by last modified time
    Searched defs:distance (Results 101 - 125 of 257) sorted by null

1 2 3 45 6 7 8 91011

  /external/ImageMagick/MagickCore/
identify.c 524 distance;
764 distance=StringToUnsignedLong(artifact);
765 channel_features=GetImageFeatures(image,distance,exception);
522 distance; local
    [all...]
compare.c 287 distance;
298 distance=(double) p[i]-GetPixelChannel(reconstruct_image,channel,q);
300 distance=Sa*p[i]-Da*GetPixelChannel(reconstruct_image,channel,q);
301 if ((distance*distance) > fuzz)
427 distance,
444 distance=0.0;
464 distance+=pixel*pixel;
465 if (distance > fuzz)
563 distance;
285 distance; local
424 distance, local
560 distance; local
675 distance; local
780 distance; local
891 distance; local
1194 distance; local
1927 distance; local
2060 distance; local
    [all...]
  /external/ImageMagick/coders/
json.c 971 distance,
966 distance, local
    [all...]
  /external/brotli/c/enc/
compress_fragment_two_pass.c 67 /* Builds a command and distance prefix code (each 64 symbols) into "depth" and
210 static BROTLI_INLINE void EmitDistance(uint32_t distance, uint32_t** commands) {
211 uint32_t d = distance + 3;
312 /* Check copy distance. If candidate is not feasible, continue search.
328 int distance = (int)(base - candidate); /* > 0 */ local
335 if (distance == last_distance) {
339 EmitDistance((uint32_t)distance, commands);
340 last_distance = distance;
562 /* Save the start of the first block for position and distance computations.
metablock.c 46 /* The maximum distance is set so that no distance symbol used can encode
47 a distance larger than BROTLI_MAX_ALLOWED_DISTANCE with all
111 uint32_t distance = CommandRestoreDistanceCode(cmd, orig_params); local
112 if (distance > new_params->max_distance) {
115 PrefixEncodeCopyDistance(distance,
298 #define FN(X) X ## Distance
304 /* Greedy block splitter for one block category (literal, command or distance).
  /external/brotli/java/org/brotli/dec/
State.java 64 int distance; field in class:State
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
XLocaleDistanceTest.java 164 final XLocaleDistance distance = XLocaleDistance.getDefault(); field in class:XLocaleDistanceTest.MyTestFileHandler
167 private Integer threshold = distance.getDefaultScriptDistance();
175 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption);
176 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption);
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.h 43 // distance.
44 // * DISTANCE if a dependence distance could be found.
60 DISTANCE = 2,
77 int64_t distance; member in class:spvtools::opt::DistanceEntry
86 distance(0),
95 distance(0),
102 : dependence_information(DependenceInformation::DISTANCE),
104 distance(distance_),
113 distance(0)
    [all...]
loop_dependence_helpers.cpp 138 const Loop* loop, SENode* distance, SENode* coefficient) {
173 // We can attempt to deal with symbolic cases by subtracting |distance| and
179 scalar_evolution_.CreateSubtraction(distance, bounds))
183 "IsProvablyOutsideOfLoopBounds found distance - bounds as a "
186 // If distance - bounds > 0 we prove the distance is outwith the loop
190 "IsProvablyOutsideOfLoopBounds found distance escaped the loop "
485 // A distance of |d| is equivalent to a line |x - y = -d|
486 if ((GetType() == ConstraintType::Distance &&
489 other.GetType() == ConstraintType::Distance)) {
494 auto distance = as_distance->GetDistance(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleDistanceTest.java 182 final XLocaleDistance distance = XLocaleDistance.getDefault(); field in class:XLocaleDistanceTest.MyTestFileHandler
185 private Integer threshold = distance.getDefaultScriptDistance();
193 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption);
194 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleDistanceTest.java 179 final XLocaleDistance distance = XLocaleDistance.getDefault(); field in class:XLocaleDistanceTest.MyTestFileHandler
182 private Integer threshold = distance.getDefaultScriptDistance();
190 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption);
191 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_sched.c 140 distance(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr, function
184 delay -= distance(ctx, assigner, delay);
597 delay -= distance(ctx, ctx->pred, delay);
  /external/skia/src/core/
SkDistanceFieldGen.cpp 19 float fDistSq; // distance squared to nearest (so far) edge texel
20 SkPoint fDistVector; // distance vector to nearest (so far) edge texel
113 // computes the distance to an edge given an edge normal vector and a pixel's alpha value
118 float distance; local
120 distance = 0.5f - alpha;
135 // we now compute the approximate distance, depending where the alpha falls
141 distance = 0.5f*(dx + dy) - SkScalarSqrt(2.0f*dx*dy*alpha);
144 distance = (0.5f - alpha)*dx;
148 distance = -0.5f*(dx + dy) + SkScalarSqrt(2.0f*dx*dy*(1.0f - alpha));
152 return distance;
    [all...]
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 190 double distance = lineParameters.controlPtDistance(*this); local
196 return approximately_zero_when_compared_to(distance, largest);
  /external/skqp/src/core/
SkDistanceFieldGen.cpp 19 float fDistSq; // distance squared to nearest (so far) edge texel
20 SkPoint fDistVector; // distance vector to nearest (so far) edge texel
113 // computes the distance to an edge given an edge normal vector and a pixel's alpha value
118 float distance; local
120 distance = 0.5f - alpha;
135 // we now compute the approximate distance, depending where the alpha falls
141 distance = 0.5f*(dx + dy) - SkScalarSqrt(2.0f*dx*dy*alpha);
144 distance = (0.5f - alpha)*dx;
148 distance = -0.5f*(dx + dy) + SkScalarSqrt(2.0f*dx*dy*(1.0f - alpha));
152 return distance;
    [all...]
  /external/skqp/src/pathops/
SkPathOpsQuad.cpp 190 double distance = lineParameters.controlPtDistance(*this); local
196 return approximately_zero_when_compared_to(distance, largest);
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.h 43 // distance.
44 // * DISTANCE if a dependence distance could be found.
60 DISTANCE = 2,
77 int64_t distance; member in class:spvtools::opt::DistanceEntry
86 distance(0),
95 distance(0),
102 : dependence_information(DependenceInformation::DISTANCE),
104 distance(distance_),
113 distance(0)
    [all...]
loop_dependence_helpers.cpp 138 const Loop* loop, SENode* distance, SENode* coefficient) {
173 // We can attempt to deal with symbolic cases by subtracting |distance| and
179 scalar_evolution_.CreateSubtraction(distance, bounds))
183 "IsProvablyOutsideOfLoopBounds found distance - bounds as a "
186 // If distance - bounds > 0 we prove the distance is outwith the loop
190 "IsProvablyOutsideOfLoopBounds found distance escaped the loop "
485 // A distance of |d| is equivalent to a line |x - y = -d|
486 if ((GetType() == ConstraintType::Distance &&
489 other.GetType() == ConstraintType::Distance)) {
494 auto distance = as_distance->GetDistance(); local
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 110 // This is the distance within which keypoints may be placed to each other
112 const int distance = local
124 MarkImage(x_pos, y_pos, distance, interest_map_.get());
146 MarkImage(x_pos, y_pos, distance, interest_map_.get());
  /external/webrtc/talk/media/base/
videocapturer.cc 276 int64_t distance = GetFormatDistance(format, *i); local
279 LOG(LS_INFO) << " Supported " << i->ToString() << " distance " << distance;
280 if (distance < best_distance) {
281 best_distance = distance;
296 << best_format->interval << " distance " << best_distance;
573 // Get the distance between the supported and desired formats.
582 int64_t distance = kMaxDistance; local
591 return distance;
614 return distance;
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 522 // We measure the amount of reordering by summing the distance by which out-
524 uint16_t distance = 0; local
531 distance += last_sequence_number - sequence_number;
539 // and each swap increases the distance by one.
545 EXPECT_NEAR(mean, distance, 3 * std_deviation);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 359 mse += distance(expColors[idx], actualColors[idx]);
374 private double distance(int exp, int actual) { method in class:YuvImageTest
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 382 // Calculate the distance from current location to tourist attraction
383 String distance = Utils.formatDistanceBetween( local
389 .setContentText(distance)
453 String distance = Utils.formatDistanceBetween( local
462 attractionData.putString(Constants.EXTRA_DISTANCE, distance);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 383 // Calculate the distance from current location to tourist attraction
384 String distance = Utils.formatDistanceBetween( local
390 .setContentText(distance)
454 String distance = Utils.formatDistanceBetween( local
463 attractionData.putString(Constants.EXTRA_DISTANCE, distance);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 381 // Calculate the distance from current location to tourist attraction
382 String distance = Utils.formatDistanceBetween( local
388 .setContentText(distance)
452 String distance = Utils.formatDistanceBetween( local
461 attractionData.putString(Constants.EXTRA_DISTANCE, distance);

Completed in 3270 milliseconds

1 2 3 45 6 7 8 91011