Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Ddenoising.cpp701 array<float> neighbor_pixels(num_pixels * num_channels); in read_neighbor_pixels() local
702 if (!in_neighbors[neighbor]->read_image(TypeDesc::FLOAT, neighbor_pixels.data())) { in read_neighbor_pixels()
712 neighbor_pixels[((size_t)i) * num_channels + image_channel]; in read_neighbor_pixels()