Searched refs:computeSnr (Results 1 – 4 of 4) sorted by relevance
34 static float computeSnr(const T* ref, const T* tst, size_t count) { in computeSnr() function
37 static float computeSnr(const T* ref, const T* tst, size_t count) { in computeSnr() function
192 float snr = computeSnr(outTest.data(), outRef.data(), totalOutSamples); in TEST_P()
189 float snr = computeSnr<int16_t>(stereoRefI16.data(), stereoTestI16.data(), in TEST_P()