Home
last modified time | relevance | path

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

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/MilkdropPresetFactory/
H A DPresetFrameIO.cpp117 this->cy_mesh = free_mesh(this->cy_mesh); in ~PresetOutputs()
190 …this->y_mesh[x][y] = (this->y_mesh[x][y] - this->cy_mesh[x][y]) / this->sy_mesh[x][y] + this->cy_m… in PerPixelMath_c()
225 const float v2 = this->y_mesh[x][y] - this->cy_mesh[x][y]; in PerPixelMath_c()
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()
336 __m128 cy_mesh2 = _mm_load_ps(&this->cy_mesh[x][y]); in PerPixelMath_sse()
423 const __m128 v2 = _mm_sub_ps(_mm_load_ps(&this->y_mesh[x][y]),_mm_load_ps(&this->cy_mesh[x][y])); in PerPixelMath_sse()
441 _mm_sub_ps(_mm_load_ps(&this->cy_mesh[x][y]), _mm_load_ps(&this->dy_mesh[x][y])) in PerPixelMath_sse()
477 this->cy_mesh = alloc_mesh( gx, gy ); in Initialize()
H A DPresetFrameIO.hpp135 float **cy_mesh; member in PresetOutputs
H A DMilkdropPreset.cpp417 init_mesh(_presetOutputs.cy_mesh, presetOutputs().cy, gx, gy); in initialize_PerPixelMeshes()
H A DBuiltinParams.cpp333 …load_builtin_param_float("cy", (void*)&presetOutputs.cy, presetOutputs.cy_mesh, P_FLAG_PER_PIXEL |… in load_all_builtin_param()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/MilkdropPresetFactory/
H A DPresetFrameIO.cpp120 free(this->cy_mesh[x]); in ~PresetOutputs()
137 free(this->cy_mesh); in ~PresetOutputs()
220 this->y_mesh[x][y] = (this->y_mesh[x][y] - this->cy_mesh[x][y]) in PerPixelMath()
221 / this->sy_mesh[x][y] + this->cy_mesh[x][y]; in PerPixelMath()
252 float v2 = this->y_mesh[x][y] - this->cy_mesh[x][y]; in PerPixelMath()
258 this->y_mesh[x][y] = u2 * sin_rot + v2 * cos_rot + this->cy_mesh[x][y]; in PerPixelMath()
321 this->cy_mesh= ( float ** ) wipemalloc ( gx * sizeof ( float * ) ); in Initialize()
324 this->cy_mesh[x] = ( float * ) wipemalloc ( gy * sizeof ( float ) ); in Initialize()
H A DPresetFrameIO.hpp135 float **cy_mesh; member in PresetOutputs
H A DMilkdropPreset.cpp410 _presetOutputs.cy_mesh[x][y]=presetOutputs().cy; in initialize_PerPixelMeshes()
H A DBuiltinParams.cpp330 …load_builtin_param_float("cy", (void*)&presetOutputs.cy, presetOutputs.cy_mesh, P_FLAG_PER_PIXEL |… in load_all_builtin_param()