42 0, 9, 9830, -9830, 0, 0, 0, 0,
43 3, 7, 3276, -3276, 0x3FFF, 0, 0, 0,
44 0, 10, 5000, 0, 0, 0, 0, 0x5000
52 0, 9, 9830, -9830, 0, 0, 0, 0,
53 2, 6, 3276, -3276, 0x3FFF, 0, 0, 0,
54 9, 12, 3276, -3276, 0x3FFF, 0, 0, 0,
55 0, 13, 6000, 0, 0, 0, 0, 0x5000
64 0, 11, 9830, -9830, 0, 0, 0, 0,
65 4, 9, 3276, -3276, 0x3FFF, 0, 0, 0,
66 11, 15, 3276, -3276, 0x3FFF, 0, 0, 0,
67 0, 16, 8000, 0, 0, 0, 0, 0x5000
386 fx->delays[index].input = value & 0xFFFFFFF8;
389 fx->delays[index].output = value & 0xFFFFFFF8;
392 fx->delays[index].ffcoef = value;
395 fx->delays[index].fbcoef = value;
398 fx->delays[index].gain = value;
404 fx->delays[index].rsgain = ((
f32)value /
CONVERT) * (
fx->delays[index].output -
fx->delays[index].input);
407 if (
fx->delays[index].lowpass_20) {
408 fx->delays[index].lowpass_20->fc = value;
409 _init_lpfilter(
fx->delays[index].lowpass_20);