Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc176 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, in EncodeDecodeTest()
480 double mse = 1734.0; in TEST_F() local
506 double mse = 1931.0; in TEST_F() local
518 double mse = 0.0; in TEST_F() local
531 double mse = 2.13e6; in TEST_F() local
545 double mse = 434951.0; in TEST_F() local
558 double mse = 8.18e6; in TEST_F() local
571 double mse = 3.46e6; in TEST_F() local
591 double mse = 238630.0; in TEST_F() local
605 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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java287 MismatchedNotSetException mse = (MismatchedNotSetException)e; in getErrorMessage() local
291 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/antlr-3.4/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
DSimpleCParser.java718 MismatchedSetException mse = new MismatchedSetException(null,input); in type() local
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
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/libvpx/libvpx/test/
Dutil.h38 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr() local
/external/libyuv/files/util/
Dcompare.cc55 double mse = static_cast<double>(sum_square_err) / in main() local
/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc248 #define TEST_M(name, iwidth, iheight, owidth, oheight, mse) \ argument
310 #define TEST_H(name, iwidth, iheight, owidth, oheight, opt, cpu, intr, mse) \ argument
/external/webrtc/webrtc/modules/audio_processing/test/
Dtest_utils.h108 float mse = 0; in ComputeSNR() local
/external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/
Dgpu-basics-similarity.cpp188 double mse =sse /(double)(I1.channels() * I1.total()); in getPSNR() local
213 double mse = sse /(double)(I1.channels() * I1.total()); in getPSNR_CUDA_optimized() local
241 double mse =sse /(double)(gI1.channels() * I1.total()); in getPSNR_CUDA() local
/external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
Dvideo-input-psnr-ssim.cpp151 double mse = sse / (double)(I1.channels() * I1.total()); in getPSNR() local
/external/webrtc/webrtc/common_audio/
Daudio_converter_unittest.cc57 float mse = 0; in ComputeSNR() local
/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc97 float mse = 0; in ComputeSNR() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DInterpreter.java358 MismatchedSetException mse = in parseEngine() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc222 double mse = (double)(count) / (double)(sse); in SumSquareErrorToPsnr() local
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c601 double mse[COMPONENTS]; in vpx_svc_dump_statistics() local
/external/libyuv/files/source/
Dcompare.cc424 double mse = static_cast<double>(count) / static_cast<double>(sse); in SumSquareErrorToPsnr() local
/external/webp/src/enc/
Dframe.c516 static double GetPSNR(uint64_t mse, uint64_t size) { in GetPSNR()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java4934 MismatchedSetException mse = new MismatchedSetException(null,input); in insn_format21c_field() local
5384 MismatchedSetException mse = new MismatchedSetException(null,input); in insn_format22c_field() local
6336 MismatchedSetException mse = new MismatchedSetException(null,input); in nonvoid_type_descriptor() local
6377 MismatchedSetException mse = new MismatchedSetException(null,input); in reference_type_descriptor() local
/external/libvorbis/lib/
Dfloor1.c543 int mse=0; in inspect_error() local

12