|
Blender V4.5
|
#include "integrator/adaptive_sampling.h"#include "integrator/denoiser.h"#include "session/buffers.h"#include "util/string.h"Go to the source code of this file.
Classes | |
| class | RenderWork |
| class | RenderScheduler |
| class | RenderScheduler::TimeWithAverage |
Functions | |
| int | calculate_resolution_divider_for_resolution (const int width, const int height, const int resolution) |
| int | calculate_resolution_for_divider (const int width, const int height, const int resolution_divider) |
| int calculate_resolution_divider_for_resolution | ( | const int | width, |
| const int | height, | ||
| const int | resolution ) |
Definition at line 1251 of file render_scheduler.cpp.
References calculate_resolution_divider_for_resolution(), and max.
Referenced by calculate_resolution_divider_for_resolution(), and TEST().
| int calculate_resolution_for_divider | ( | const int | width, |
| const int | height, | ||
| const int | resolution_divider ) |
Definition at line 1268 of file render_scheduler.cpp.
References calculate_resolution_for_divider(), and sqrt.
Referenced by calculate_resolution_for_divider(), and TEST().