Searched refs:cluster (Results 1 – 6 of 6) sorted by relevance
47 RateDistortionCurve clusteredBaseline = cluster(baseline); in createClusteredPair()48 RateDistortionCurve clusteredTarget = cluster(target); in createClusteredPair()95 static RateDistortionCurve cluster(RateDistortionCurve baseCurve) { in cluster() method in RateDistortionCurvePair
541 def find_cluster_bounding_rect(cluster, scratch_frame): argument555 avg_distance = find_average_neighbor_distance(cluster)559 c_x = min(cluster, key=lambda c: c.x - c.r)560 c_y = min(cluster, key=lambda c: c.y - c.r)561 c_w = max(cluster, key=lambda c: c.x + c.r)562 c_h = max(cluster, key=lambda c: c.y + c.r)577 def find_average_neighbor_distance(cluster): argument587 for a in cluster:590 for b in cluster:598 avg_distance /= len(cluster)
16 package android.car.cluster.cts;32 import android.car.cluster.ClusterHomeManager;33 import android.car.cluster.ClusterHomeManager.ClusterNavigationStateListener;34 import android.car.cluster.navigation.NavigationState.NavigationStateProto;
17 package android.car.cts.permissiontest.cluster;30 import android.car.cluster.ClusterHomeManager;
8 per-file src/com/android/car/cluster/* = bkchoi@google.com
34 RateDistortionCurve clusteredCurve = RateDistortionCurvePair.cluster(originalCurve); in cluster_correctlyClustersPoints()