Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/adaptive_sampling.cpp
| Show All 10 Lines | |||||
| * distributed under the License is distributed on an "AS IS" BASIS, | * distributed under the License is distributed on an "AS IS" BASIS, | ||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #include "integrator/adaptive_sampling.h" | #include "integrator/adaptive_sampling.h" | ||||
| #include "util/util_math.h" | #include "util/math.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| AdaptiveSampling::AdaptiveSampling() | AdaptiveSampling::AdaptiveSampling() | ||||
| { | { | ||||
| } | } | ||||
| int AdaptiveSampling::align_samples(int start_sample, int num_samples) const | int AdaptiveSampling::align_samples(int start_sample, int num_samples) const | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||