Blender V5.0
fftw.cc File Reference
#include "BLI_fftw.hh"
#include "BLI_index_range.hh"
#include "BLI_math_vector_types.hh"
#include "BLI_task.hh"
#include "BLI_threads.h"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::fftw

Functions

static bool blender::fftw::is_humble_number (int n)
static int blender::fftw::find_next_even_humble_number (int n)
int blender::fftw::optimal_size_for_real_transform (int size)
int2 blender::fftw::optimal_size_for_real_transform (int2 size)
static void blender::fftw::tbb_parallel_loop_for_fftw (void *(*work)(char *), char *job_data, size_t element_size, int number_of_jobs, void *)
void blender::fftw::initialize_float ()