Blender  V3.3
Namespaces | Macros | Typedefs | Functions
COM_GlareFogGlowOperation.cc File Reference
#include "COM_GlareFogGlowOperation.h"

Go to the source code of this file.

Namespaces

 blender
 
 blender::compositor
 

Macros

#define PRED(k)   (((k & Nym) << Mx) + (k >> My))
 

Typedefs

using blender::compositor::fREAL = float
 

Functions

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)
 

Macro Definition Documentation

◆ PRED

#define PRED (   k)    (((k & Nym) << Mx) + (k >> My))