Home
last modified time | relevance | path

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

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Dmidside_matrix.c75 float *fVuOut[2]; member
161 plugin->fVuOut[0]=(float*)data; in connectPortMatrix()
165 plugin->fVuOut[1]=(float*)data; in connectPortMatrix()
293 *(plugin_data->fVuOut[0]) = ComputeVu(plugin_data->OutputVu[0], sample_count); in runMatrix()
294 *(plugin_data->fVuOut[1]) = ComputeVu(plugin_data->OutputVu[1], sample_count); in runMatrix()
H A Deq.c68 float *fVuOut[NUM_CHANNELS]; member
196 plugin->fVuOut[port - PORT_OFFSET - 2*NUM_CHANNELS - 5*NUM_BANDS - NUM_CHANNELS] = data; in connectPortEQ()
628 *(plugin_data->fVuOut[0]) = ComputeVu(plugin_data->OutputVu[0], sample_count); in runEQ_v2()
631 *(plugin_data->fVuOut[1]) = ComputeVu(plugin_data->OutputVu[1], sample_count); in runEQ_v2()
/dports/audio/eq10q-lv2/eq10q-2.2/dsp/
H A Dvu.h59 const float fVuOut = vu->vu_max > vu->m_min ? vu->vu_max : 0; in ComputeVu() local
64 return fVuOut; in ComputeVu()