Searched refs:pTest (Results 1 – 1 of 1) sorted by relevance
76 static inline double arm_snr_f64(const double *pRef, const double *pTest, in arm_snr_f64() argument88 IFNANRETURNZERO(pTest[i]); in arm_snr_f64()91 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f64()106 static inline float arm_snr_f32(const float *pRef, const float *pTest, in arm_snr_f32() argument118 IFNANRETURNZERO(pTest[i]); in arm_snr_f32()121 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f32()138 static inline float arm_snr_f16(const float16_t *pRef, const float16_t *pTest, in arm_snr_f16() argument150 IFNANRETURNZERO((float)pTest[i]); in arm_snr_f16()153 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f16()170 static inline float arm_snr_q63(const q63_t *pRef, const q63_t *pTest, in arm_snr_q63() argument[all …]