Home
last modified time | relevance | path

Searched refs:phaseindex (Results 1 – 3 of 3) sorted by relevance

/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/NCAnalysisUGens/
H A DMedianSeparation.cpp444 …int phaseindex = (unit->phaseposition_+1)%(mid+1); //midpoint is next one (about to be overwritten…
446 float * phasesnow = phases + (phaseindex*numbands);
/dports/astro/nightfall/nightfall-1.92/
H A DLightLib.c752 void LightLuminosity(int component, int phaseindex, int n_phase) in LightLuminosity() argument
790 if ((check == 0) && (phaseindex == 0)) in LightLuminosity()
820 for (j = 0; j <= phaseindex; ++j) in LightLuminosity()
853 if (jnorm == phaseindex) in LightLuminosity()
H A DLight.h659 void LightLuminosity(int component, int phaseindex, int n_phase);