Searched defs:access_y (Results 1 – 2 of 2) sorted by relevance
193 int access_y = max(min(y, height - 1), 0); in upsample_get_value_bounded() local209 int access_y = max(min(y, height - 1), 0); in upsample_increment_value_bounded() local
375 int64_t access_y = std::max(std::min(y, height - 1), static_cast<int64_t>(0)); in upsample_get_value_bounded() local388 int64_t access_y = std::max(std::min(y, height - 1), static_cast<int64_t>(0)); in upsample_increment_value_bounded() local