|
|
@ -274,9 +274,9 @@ QVector<QVector<float> > Calculation::blendCoeff(ScenGenUserParameters_t input, |
|
|
|
*/ |
|
|
|
/*************************************************************************************************/ |
|
|
|
QVector<quint32> Calculation::qntzr(QVector<float> data, |
|
|
|
quint32 sign, |
|
|
|
quint32 wordLength, |
|
|
|
quint32 fractionalLength, |
|
|
|
float sign, |
|
|
|
float wordLength, |
|
|
|
float fractionalLength, |
|
|
|
float maxLevel, |
|
|
|
bool integerOutput, |
|
|
|
bool useRound, |
|
|
|