Home
last modified time | relevance | path

Searched refs:kRmsErrorTolerance (Results 1 – 3 of 3) sorted by relevance

/cts/tests/media/jni/
DNativeMediaCommon.h52 extern const float kRmsErrorTolerance;
DNativeMediaCommon.cpp52 const float kRmsErrorTolerance = 1.05f; variable
DNativeCodecDecoderTestCommon.cpp413 float errMargin = rmsError * kRmsErrorTolerance; in testSimpleDecode()