#include "ref.h" void ref_mean_f32( float32_t * pSrc, uint32_t blockSize, float32_t * pResult) { uint32_t i; float32_t sum=0; for(i=0;i