Home
last modified time | relevance | path

Searched refs:out_of_bounds_y (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/
H A Dipol-generic.c747 bool out_of_bounds_y = (min_y < 0) || (max_y >= args->src_h); in kvz_get_extended_block_generic() local
753 if (out_of_bounds_y || out_of_bounds_x) { in kvz_get_extended_block_generic()
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/
H A Dinterpolate.py284 out_of_bounds_y = (y < self.y_min) | (y > self.y_max)
287 any_out_of_bounds_y = np.any(out_of_bounds_y)
302 z[out_of_bounds_y, :] = self.fill_value