Lines Matching defs:subsample
1734 self.subsample(low, high, 0, trans)1763 def subsample(self, left, right, depth, trans=None):1789 self.subsample(left, mid, depth+1, trans)1790 self.subsample(mid, right, depth+1, trans)