Home
last modified time | relevance | path

Searched refs:vExtScBuffer (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp213 c->vExtScBuffer = NULL; in init()
216 c->vExtScBuffer = reinterpret_cast<float *>(ptr); in init()
1202 …dsp::lr_to_ms(vChannels[0].vExtScBuffer, vChannels[1].vExtScBuffer, vChannels[0].vScIn, vChannels[… in process()
1203 dsp::mul_k2(vChannels[0].vExtScBuffer, fInGain, to_process); in process()
1204 dsp::mul_k2(vChannels[1].vExtScBuffer, fInGain, to_process); in process()
1207 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1210 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1211 dsp::mul_k3(vChannels[1].vExtScBuffer, vChannels[1].vScIn, fInGain, to_process); in process()
1222 c->sEnvBoost[1].process(c->vExtScBuffer, c->vExtScBuffer, to_process); in process()
1237 …b->sEQ[0].process(vSc[0], (b->bExtSc) ? vChannels[0].vExtScBuffer : vChannels[0].vScBuffer, to_pro… in process()
[all …]
H A Dmb_expander.cpp201 c->vExtScBuffer = NULL; in init()
204 c->vExtScBuffer = reinterpret_cast<float *>(ptr); in init()
1136 …dsp::lr_to_ms(vChannels[0].vExtScBuffer, vChannels[1].vExtScBuffer, vChannels[0].vScIn, vChannels[… in process()
1137 dsp::mul_k2(vChannels[0].vExtScBuffer, fInGain, to_process); in process()
1138 dsp::mul_k2(vChannels[1].vExtScBuffer, fInGain, to_process); in process()
1141 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1144 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1145 dsp::mul_k3(vChannels[1].vExtScBuffer, vChannels[1].vScIn, fInGain, to_process); in process()
1156 c->sEnvBoost[1].process(c->vExtScBuffer, c->vExtScBuffer, to_process); in process()
1171 …b->sEQ[0].process(vSc[0], (b->bExtSc) ? vChannels[0].vExtScBuffer : vChannels[0].vScBuffer, to_pro… in process()
[all …]
H A Dmb_gate.cpp201 c->vExtScBuffer = NULL; in init()
204 c->vExtScBuffer = reinterpret_cast<float *>(ptr); in init()
1143 …dsp::lr_to_ms(vChannels[0].vExtScBuffer, vChannels[1].vExtScBuffer, vChannels[0].vScIn, vChannels[… in process()
1144 dsp::mul_k2(vChannels[0].vExtScBuffer, fInGain, to_process); in process()
1145 dsp::mul_k2(vChannels[1].vExtScBuffer, fInGain, to_process); in process()
1148 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1151 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1152 dsp::mul_k3(vChannels[1].vExtScBuffer, vChannels[1].vScIn, fInGain, to_process); in process()
1163 c->sEnvBoost[1].process(c->vExtScBuffer, c->vExtScBuffer, to_process); in process()
1178 …b->sEQ[0].process(vSc[0], (b->bExtSc) ? vChannels[0].vExtScBuffer : vChannels[0].vScBuffer, to_pro… in process()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h149 float *vExtScBuffer; // External sidechain buffer member
H A Dmb_expander.h147 float *vExtScBuffer; // External sidechain buffer member
H A Dmb_compressor.h150 float *vExtScBuffer; // External sidechain buffer member