Go to the source code of this file.
|
static unsigned int | blender::compositor::next_pow2 (unsigned int x, unsigned int *L2) |
|
static unsigned int | blender::compositor::revbin_upd (unsigned int r, unsigned int h) |
|
static void | blender::compositor::FHT (fREAL *data, unsigned int M, unsigned int inverse) |
|
static void | blender::compositor::FHT2D (fREAL *data, unsigned int Mx, unsigned int My, unsigned int nzp, unsigned int inverse) |
|
static void | blender::compositor::fht_convolve (fREAL *d1, const fREAL *d2, unsigned int M, unsigned int N) |
|
static void | blender::compositor::convolve (float *dst, MemoryBuffer *in1, MemoryBuffer *in2) |
|
◆ PRED
#define PRED |
( |
|
k | ) |
(((k & Nym) << Mx) + (k >> My)) |