| 85 | } |
| 86 | |
| 87 | void vmaxmgv(const float * sourceP, int sourceStride, float * maxP, int framesToProcess) |
| 88 | { |
| 89 | vDSP_maxmgv(sourceP, sourceStride, maxP, framesToProcess); |
| 90 | } |
| 91 | |
| 92 | void vsvesq(const float * sourceP, int sourceStride, float * sumP, int framesToProcess) |
| 93 | { |
no outgoing calls
no test coverage detected