/external/libvpx/libvpx/test/ |
util.h | 40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); local 42 if (mse > 0.0) { 43 psnr = 10 * log10(255.0 * 255.0 / mse);
|
/external/libyuv/files/util/ |
compare.cc | 55 double mse = static_cast<double>(sum_square_err) / local 57 printf(", mse %.2f", mse);
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 287 MismatchedNotSetException mse = (MismatchedNotSetException)e; local 288 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting; 291 MismatchedSetException mse = (MismatchedSetException)e; local 292 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
|
BaseRecognizer.java | 282 MismatchedSetException mse = (MismatchedSetException)e; local 284 " expecting set "+mse.expecting; 287 MismatchedNotSetException mse = (MismatchedNotSetException)e; local 289 " expecting set "+mse.expecting;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 264 MismatchedSetException mse = new MismatchedSetException(null,input); local 265 recover(mse); 266 throw mse;} 288 MismatchedSetException mse = new MismatchedSetException(null,input); local 289 recover(mse); 290 throw mse;} 480 MismatchedSetException mse = new MismatchedSetException(null,input); local 481 recover(mse); 482 throw mse;}
|
SimpleCTP.java | 379 MismatchedSetException mse = new MismatchedSetException(null,input); local 380 throw mse; 784 MismatchedSetException mse = new MismatchedSetException(null,input); local 785 throw mse;
|
SimpleCParser.java | 718 MismatchedSetException mse = new MismatchedSetException(null,input); local 719 throw mse; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 264 MismatchedSetException mse = new MismatchedSetException(null,input); local 265 recover(mse); 266 throw mse;} 288 MismatchedSetException mse = new MismatchedSetException(null,input); local 289 recover(mse); 290 throw mse;} 480 MismatchedSetException mse = new MismatchedSetException(null,input); local 481 recover(mse); 482 throw mse;}
|
SimpleCTP.java | 379 MismatchedSetException mse = new MismatchedSetException(null,input); local 380 throw mse; 784 MismatchedSetException mse = new MismatchedSetException(null,input); local 785 throw mse;
|
SimpleCParser.java | 718 MismatchedSetException mse = new MismatchedSetException(null,input); local 719 throw mse; [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 358 MismatchedSetException mse = local 362 actions.recognitionException(mse); 365 throw mse;
|
/external/libyuv/files/source/ |
compare.cc | 424 double mse = static_cast<double>(count) / static_cast<double>(sse); local 425 psnr = 10.0 * log10(255.0 * 255.0 * mse);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
YuvImageTest.java | 255 // Then, compare the two resutls to check their MSE. 352 double mse = 0; local 364 mse += distance(expColors[idx], actualColors[idx]); 367 mse /= width * height; 369 Log.i(TAG, "MSE: " + mse); 371 assertTrue("MSE too large for normal case: " + mse, 372 mse <= mseMargin); 374 assertFalse("MSE too small for abnormal case: " + mse [all...] |
BitmapFactoryTest.java | 522 double mse = 0; local 532 mse += distance(expectedColors[idx], actualColors[idx]); 535 mse /= width * height; 538 assertTrue("MSE too large for normal case: " + mse, 539 mse <= mseMargin); 541 assertFalse("MSE too small for abnormal case: " + mse, 542 mse <= mseMargin);
|
BitmapRegionDecoderTest.java | 90 // MSE margin for WebP Region-Decoding for 'Config.RGB_565' is little bigger. 406 double mse = 0; local 425 mse += distance(expectedColors[idx], actualColors[idx]); 428 mse /= width * height; 431 assertTrue("MSE too large for normal case: " + mse, 432 mse <= mseMargin); 434 assertFalse("MSE too small for abnormal case: " + mse, 435 mse <= mseMargin) [all...] |
/external/libvorbis/lib/ |
floor1.c | 543 int mse=0; local 548 mse=(y-val); 549 mse*=mse; 566 mse+=((y-val)*(y-val)); 578 if(mse/n>info->maxerr)return(1);
|
/external/doclava/src/com/google/doclava/parser/ |
JavaLexer.java | 431 MismatchedSetException mse = new MismatchedSetException(null,input); local 432 recover(mse); 433 throw mse;} 455 MismatchedSetException mse = new MismatchedSetException(null,input); local 456 recover(mse); 457 throw mse;} 786 MismatchedSetException mse = new MismatchedSetException(null,input); local 787 recover(mse); 788 throw mse;} 806 MismatchedSetException mse = new MismatchedSetException(null,input) local 868 MismatchedSetException mse = new MismatchedSetException(null,input); local 888 MismatchedSetException mse = new MismatchedSetException(null,input); local 948 MismatchedSetException mse = new MismatchedSetException(null,input); local 972 MismatchedSetException mse = new MismatchedSetException(null,input); local 1101 MismatchedSetException mse = new MismatchedSetException(null,input); local 1181 MismatchedSetException mse = new MismatchedSetException(null,input); local 1245 MismatchedSetException mse = new MismatchedSetException(null,input); local 1410 MismatchedSetException mse = new MismatchedSetException(null,input); local 1537 MismatchedSetException mse = new MismatchedSetException(null,input); local 1629 MismatchedSetException mse = new MismatchedSetException(null,input); local [all...] |
JavaParser.java | 4765 MismatchedSetException mse = new MismatchedSetException(null,input); local 4969 MismatchedSetException mse = new MismatchedSetException(null,input); local 5733 MismatchedSetException mse = new MismatchedSetException(null,input); local 9769 MismatchedSetException mse = new MismatchedSetException(null,input); local 10441 MismatchedSetException mse = new MismatchedSetException(null,input); local 10540 MismatchedSetException mse = new MismatchedSetException(null,input); local 10914 MismatchedSetException mse = new MismatchedSetException(null,input); local 13158 MismatchedSetException mse = new MismatchedSetException(null,input); local 13268 MismatchedSetException mse = new MismatchedSetException(null,input); local 13783 MismatchedSetException mse = new MismatchedSetException(null,input); local 13888 MismatchedSetException mse = new MismatchedSetException(null,input); local 14480 MismatchedSetException mse = new MismatchedSetException(null,input); local [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/prebuilts/misc/common/jython/ |
jython.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant.jar | |