Definition at line 23 of file GetWaveDisplay.cpp.
◆ MinMaxSumsq()
anonymous_namespace{GetWaveDisplay.cpp}::MinMaxSumsq::MinMaxSumsq |
( |
const float * |
pv, |
|
|
int |
count, |
|
|
int |
divisor |
|
) |
| |
|
inline |
Definition at line 25 of file GetWaveDisplay.cpp.
26 {
28 while (count--) {
29 float v;
30 switch (divisor) {
31 default:
32 case 1:
33
34 v = *pv++;
40 break;
41 case 256:
42 case 65536:
43
44 v = *pv++;
47 v = *pv++;
50 v = *pv++;
52 break;
53 }
54 }
55 }
References min().
◆ max
float anonymous_namespace{GetWaveDisplay.cpp}::MinMaxSumsq::max |
◆ min
float anonymous_namespace{GetWaveDisplay.cpp}::MinMaxSumsq::min |
◆ sumsq
float anonymous_namespace{GetWaveDisplay.cpp}::MinMaxSumsq::sumsq |
The documentation for this struct was generated from the following file: