Home
last modified time | relevance | path

Searched refs:dy_mesh (Results 1 – 8 of 8) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/MilkdropPresetFactory/
H A DPresetFrameIO.cpp118 free(this->dy_mesh[x]); in ~PresetOutputs()
135 free(this->dy_mesh); in ~PresetOutputs()
269 this->y_mesh[x][y] -= this->dy_mesh[x][y]; in PerPixelMath()
311 this->dy_mesh= ( float ** ) wipemalloc ( gx * sizeof ( float * ) ); in Initialize()
314 this->dy_mesh[x] = ( float * ) wipemalloc ( gy * sizeof ( float ) ); in Initialize()
H A DPresetFrameIO.hpp133 float **dy_mesh; member in PresetOutputs
H A DMilkdropPreset.cpp439 _presetOutputs.dy_mesh[x][y]=presetOutputs().dy; in initialize_PerPixelMeshes()
H A DBuiltinParams.cpp332 …load_builtin_param_float("dy", (void*)&presetOutputs.dy, presetOutputs.dy_mesh, P_FLAG_PER_PIXEL … in load_all_builtin_param()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/MilkdropPresetFactory/
H A DPresetFrameIO.cpp115 this->dy_mesh = free_mesh(this->dy_mesh); in ~PresetOutputs()
232 this->y_mesh[x][y] = u2 * sin_rot + v2 * cos_rot + this->cy_mesh[x][y] - this->dy_mesh[x][y]; in PerPixelMath_c()
441 _mm_sub_ps(_mm_load_ps(&this->cy_mesh[x][y]), _mm_load_ps(&this->dy_mesh[x][y])) in PerPixelMath_sse()
475 this->dy_mesh = alloc_mesh( gx, gy ); in Initialize()
H A DPresetFrameIO.hpp133 float **dy_mesh; member in PresetOutputs
H A DMilkdropPreset.cpp421 init_mesh(_presetOutputs.dy_mesh, presetOutputs().dy, gx, gy); in initialize_PerPixelMeshes()
H A DBuiltinParams.cpp335 …load_builtin_param_float("dy", (void*)&presetOutputs.dy, presetOutputs.dy_mesh, P_FLAG_PER_PIXEL … in load_all_builtin_param()