Blender V4.3
BLI_fftw.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
6
7#pragma once
8
9namespace blender::fftw {
10
19
24void initialize_float();
25
26} // namespace blender::fftw
void initialize_float()
Definition fftw.cc:84
int optimal_size_for_real_transform(int size)
Definition fftw.cc:55