Home
last modified time | relevance | path

Searched defs:mse (Results 1 – 25 of 38) sorted by relevance

12

/external/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc158 double mse, in EncodeDecodeTest()
409 double mse = 1734.0; in TEST_F() local
435 double mse = 1931.0; in TEST_F() local
447 double mse = 0.0; in TEST_F() local
460 double mse = 2.13e6; in TEST_F() local
474 double mse = 238630.0; in TEST_F() local
488 double mse = 238630.0; in TEST_F() local
504 constexpr double mse = 238630.0; in TEST_P() local
/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java431 MismatchedSetException mse = new MismatchedSetException(null,input); in mHexDigit() local
455 MismatchedSetException mse = new MismatchedSetException(null,input); in mLongSuffix() local
786 MismatchedSetException mse = new MismatchedSetException(null,input); in mNonIntegerNumber() local
806 MismatchedSetException mse = new MismatchedSetException(null,input); in mNonIntegerNumber() local
868 MismatchedSetException mse = new MismatchedSetException(null,input); in mExponent() local
888 MismatchedSetException mse = new MismatchedSetException(null,input); in mExponent() local
948 MismatchedSetException mse = new MismatchedSetException(null,input); in mFloatSuffix() local
972 MismatchedSetException mse = new MismatchedSetException(null,input); in mDoubleSuffix() local
1101 MismatchedSetException mse = new MismatchedSetException(null,input); in mCHARLITERAL() local
1181 MismatchedSetException mse = new MismatchedSetException(null,input); in mSTRINGLITERAL() local
[all …]
DJavaParser.java4765 MismatchedSetException mse = new MismatchedSetException(null,input); in primitiveType() local
4969 MismatchedSetException mse = new MismatchedSetException(null,input); in typeArgument() local
5733 MismatchedSetException mse = new MismatchedSetException(null,input); in explicitConstructorInvocation() local
9769 MismatchedSetException mse = new MismatchedSetException(null,input); in equalityExpression() local
10441 MismatchedSetException mse = new MismatchedSetException(null,input); in additiveExpression() local
10540 MismatchedSetException mse = new MismatchedSetException(null,input); in multiplicativeExpression() local
10914 MismatchedSetException mse = new MismatchedSetException(null,input); in unaryExpressionNotPlusMinus() local
13158 MismatchedSetException mse = new MismatchedSetException(null,input); in literal() local
13268 MismatchedSetException mse = new MismatchedSetException(null,input); in enumHeader() local
13783 MismatchedSetException mse = new MismatchedSetException(null,input); in fieldHeader() local
[all …]
/external/libvpx/test/
Dutil.h40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java298 MismatchedNotSetException mse = (MismatchedNotSetException)e; in getErrorMessage() local
302 MismatchedSetException mse = (MismatchedSetException)e; in getErrorMessage() local
DBaseRecognizer.java282 MismatchedSetException mse = (MismatchedSetException)e; in getErrorMessage() local
287 MismatchedNotSetException mse = (MismatchedNotSetException)e; in getErrorMessage() local
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.java264 MismatchedSetException mse = new MismatchedSetException(null,input); in mID() local
288 MismatchedSetException mse = new MismatchedSetException(null,input); in mID() local
480 MismatchedSetException mse = new MismatchedSetException(null,input); in mWS() local
DSimpleCTP.java379 MismatchedSetException mse = new MismatchedSetException(null,input); in type() local
784 MismatchedSetException mse = new MismatchedSetException(null,input); in atom() local
/external/libyuv/files/util/
Dcompare.cc59 double mse = in main() local
/external/libaom/test/
Dutil.h47 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr() local
/external/webrtc/modules/audio_processing/test/
Dtest_utils.h132 float mse = 0; in ComputeSNR() local
/external/webrtc/common_audio/
Daudio_converter_unittest.cc56 float mse = 0; in ComputeSNR() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DBitmapUtils.java216 double mse = 0; in compareBitmapsMse() local
/external/libaom/av1/encoder/
Dpickcdef.h157 uint64_t (*mse[2])[TOTAL_STRENGTHS]; member
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterpreter.java360 MismatchedSetException mse = in parseEngine() local
/external/webrtc/audio/
Dremix_resample_unittest.cc127 float mse = 0; in ComputeSNR() local
/external/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc380 auto psnr = [](double mse) { return 10.0 * log10(255.0 * 255.0 / mse); }; in TEST()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java267 long mse = 0; in getPsnr() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java267 long mse = 0; in getPsnr() local
/external/libvpx/examples/
Dsvc_encodeframe.c575 double mse[COMPONENTS]; in vpx_svc_dump_statistics() local
/external/libvpx/third_party/libyuv/source/
Dcompare.cc260 double mse = (double)count / (double)sse; in SumSquareErrorToPsnr() local
/external/libyuv/files/source/
Dcompare.cc261 double mse = (double)count / (double)sse; in SumSquareErrorToPsnr() local
/external/libaom/third_party/libyuv/source/
Dcompare.cc271 double mse = (double)count / (double)sse; in SumSquareErrorToPsnr() local
/external/libvpx/tools/
Dtiny_ssim.c79 static double mse2psnr(double samples, double peak, double mse) { in mse2psnr()
/external/tensorflow/tensorflow/python/keras/
Dlosses.py2061 mse = MSE = mean_squared_error variable

12