Home
last modified time | relevance | path

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

12

/external/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc159 double mse, in EncodeDecodeTest()
466 double mse = 1734.0; in TEST_F() local
492 double mse = 1931.0; in TEST_F() local
504 double mse = 0.0; in TEST_F() local
517 double mse = 2.13e6; in TEST_F() local
531 double mse = 434951.0; in TEST_F() local
548 double mse = 8.18e6; in TEST_F() local
565 double mse = 3.46e6; in TEST_F() local
589 double mse = 238630.0; in TEST_F() local
603 double mse = 238630.0; in TEST_F() local
[all …]
/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/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/libaom/libaom/test/
Dutil.h40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr() local
Dcnn_test.cc88 double mse = 0; in RunMultiOutCNNTest() 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/webrtc/modules/audio_processing/test/
Dtest_utils.h159 float mse = 0; in ComputeSNR() local
/external/webrtc/common_audio/
Daudio_converter_unittest.cc57 float mse = 0; in ComputeSNR() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterpreter.java360 MismatchedSetException mse = in parseEngine() local
/external/webrtc/audio/
Dremix_resample_unittest.cc124 float mse = 0; in ComputeSNR() local
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java306 long mse = 0; in getPsnr() local
/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c575 double mse[COMPONENTS]; in vpx_svc_dump_statistics() local
/external/libaom/libaom/third_party/libyuv/source/
Dcompare.cc222 double mse = (double)(count) / (double)(sse); in SumSquareErrorToPsnr() local
/external/libyuv/files/source/
Dcompare.cc271 double mse = (double)count / (double)sse; in SumSquareErrorToPsnr() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc260 double mse = (double)count / (double)sse; in SumSquareErrorToPsnr() local
/external/libvpx/libvpx/tools/
Dtiny_ssim.c79 static double mse2psnr(double samples, double peak, double mse) { in mse2psnr()
/external/tensorflow/tensorflow/python/keras/
Dlosses.py1950 mse = MSE = mean_squared_error variable
/external/webp/src/enc/
Dframe_enc.c554 static double GetPSNR(uint64_t mse, uint64_t size) { in GetPSNR()
/external/libaom/libaom/av1/encoder/
Dpickcdef.c401 uint64_t(*mse[2])[TOTAL_STRENGTHS]; in av1_cdef_search() local
Dtune_vmaf.c572 const double mse = in av1_set_mb_vmaf_rdmult_scaling() local

12