Home
last modified time | relevance | path

Searched refs:zoomexp_mesh (Results 1 – 9 of 9) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/patches/
H A D02-fix-win-compilation.patch109 - fZoom2 = powf(this->zoom_mesh[x][y], powf(this->zoomexp_mesh[x][y],
110 + fZoom2 = std::pow(this->zoom_mesh[x][y], std::pow(this->zoomexp_mesh[x][y],
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/MilkdropPresetFactory/
H A DPresetFrameIO.cpp125 free(this->zoomexp_mesh[x]); in ~PresetOutputs()
141 free(this->zoomexp_mesh); in ~PresetOutputs()
199 fZoom2 = std::pow(this->zoom_mesh[x][y], std::pow(this->zoomexp_mesh[x][y], in PerPixelMath()
331 this->zoomexp_mesh= ( float ** ) wipemalloc ( gx * sizeof ( float * ) ); in Initialize()
334 this->zoomexp_mesh[x] = ( float * ) wipemalloc ( gy * sizeof ( float ) ); in Initialize()
H A DPresetFrameIO.hpp127 float **zoomexp_mesh; member in PresetOutputs
H A DMilkdropPreset.cpp454 _presetOutputs.zoomexp_mesh[x][y]=presetOutputs().zoomexp; in initialize_PerPixelMeshes()
H A DBuiltinParams.cpp327 …load_builtin_param_float("zoomexp", (void*)&presetOutputs.zoomexp, presetOutputs.zoomexp_mesh, P_… in load_all_builtin_param()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/MilkdropPresetFactory/
H A DPresetFrameIO.cpp121 this->zoomexp_mesh = free_mesh(this->zoomexp_mesh); in ~PresetOutputs()
184 const float fZoom2 = std::pow(this->zoom_mesh[x][y], std::pow(this->zoomexp_mesh[x][y], in PerPixelMath_c()
305 __m128 zoomexp_mesh2 = _mm_load_ps(&this->zoomexp_mesh[x][y]); in PerPixelMath_sse()
479 this->zoomexp_mesh = alloc_mesh( gx, gy ); in Initialize()
H A DPresetFrameIO.hpp127 float **zoomexp_mesh; member in PresetOutputs
H A DMilkdropPreset.cpp423 init_mesh(_presetOutputs.zoomexp_mesh, presetOutputs().zoomexp, gx, gy); in initialize_PerPixelMeshes()
H A DBuiltinParams.cpp330 …load_builtin_param_float("zoomexp", (void*)&presetOutputs.zoomexp, presetOutputs.zoomexp_mesh, P_… in load_all_builtin_param()