Searched refs:brDev (Results 1 – 2 of 2) sorted by relevance
760 float brDev = Math.abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate() local761 if (brDev > maxBitrateDeviation) { in testAdaptiveBitRate()762 fail("Relative Bitrate error is too large " + brDev + "\n" + mTestConfig in testAdaptiveBitRate()
668 float brDev = abs(expOutSize - outSize) * 100.0f / expOutSize; in testAdaptiveBitRate() local669 RETURN_IF_TRUE(brDev > kMaxBitrateDeviation, in testAdaptiveBitRate()670 StringFormat("Relative Bitrate error is too large : %f %%\n", brDev)) in testAdaptiveBitRate()