HomeSort by relevance Sort by last modified time
    Searched defs:mse (Results 1 - 25 of 26) sorted by null

1 2

  /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/
BitmapFactoryTest.java 303 double mse = 0; local
313 mse += distance(expectedColors[idx], actualColors[idx]);
316 mse /= width * height;
319 assertTrue("MSE too large for normal case: " + mse,
320 mse <= mseMargin);
322 assertFalse("MSE too small for abnormal case: " + mse,
323 mse <= mseMargin);
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...]
BitmapRegionDecoderTest.java 90 // MSE margin for WebP Region-Decoding for 'Config.RGB_565' is little bigger.
367 double mse = 0; local
386 mse += distance(expectedColors[idx], actualColors[idx]);
389 mse /= width * height;
392 assertTrue("MSE too large for normal case: " + mse,
393 mse <= mseMargin);
395 assertFalse("MSE too small for abnormal case: " + mse,
396 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-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-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 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 492 milliseconds

1 2