|
Blender V5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::compositor |
Macros | |
| #define | JUMP_FLOODING_NON_FLOODED_VALUE int2(-1) |
Functions | |
| void | blender::compositor::jump_flooding (Context &context, Result &input, Result &output) |
| int2 | blender::compositor::encode_jump_flooding_value (const int2 &closest_seed_texel, const bool is_flooded) |
| int2 | blender::compositor::initialize_jump_flooding_value (const int2 &texel, const bool is_seed) |
| #define JUMP_FLOODING_NON_FLOODED_VALUE int2(-1) |
Definition at line 49 of file COM_algorithm_jump_flooding.hh.
Referenced by blender::compositor::encode_jump_flooding_value().