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

1 2 3 4 5 6

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m 98 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
99 [self recover:mse];
100 @throw mse;
144 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
145 [self recover:mse];
146 @throw mse;
177 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
178 [self recover:mse];
179 @throw mse;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
Testlexer.m 117 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
118 [self recover:mse];
119 @throw mse;}
183 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
184 [self recover:mse];
185 @throw mse;}
  /external/libvpx/libvpx/test/
util.h 38 double mse = static_cast<double>(sqrerr) / (width_y * height_y); local
40 if (mse > 0.0) {
41 psnr = 10 * log10(255.0 * 255.0 / mse);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
util.h 39 double mse = static_cast<double>(sqrerr) / (width_y * height_y); local
41 if (mse > 0.0) {
42 psnr = 10 * log10(255.0 * 255.0 / mse);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 115 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
116 [self recover:mse];
117 @throw mse;
136 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
137 [self recover:mse];
138 @throw mse;
198 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
199 [self recover:mse];
200 @throw mse;
265 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 107 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
108 [self recover:mse];
109 @throw mse;}
127 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
128 [self recover:mse];
129 @throw mse;}
244 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
245 [self recover:mse];
246 @throw mse;}
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 194 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
195 [self recover:mse];
196 @throw mse;
261 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
262 [self recover:mse];
263 @throw mse;
314 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
315 [self recover:mse];
316 @throw mse;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.m 214 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
215 [self recover:mse];
216 @throw mse;
235 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
236 [self recover:mse];
237 @throw mse;
301 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
302 mse.c = anInt;
303 [self recover:mse];
304 @throw mse;
    [all...]
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;}
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 354 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
355 [self recover:mse];
356 @throw mse;
421 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
422 [self recover:mse];
423 @throw mse;
488 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
489 [self recover:mse];
490 @throw mse;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 549 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
550 [self recover:mse];
551 @throw mse;
570 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
571 [self recover:mse];
572 @throw mse;
633 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
634 [self recover:mse];
635 @throw mse;
701 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.m 96 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
97 [self recover:mse];
98 @throw mse;
  /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;}
SimpleCLexer.m 532 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
533 [self recover:mse];
534 @throw mse;}
552 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
553 [self recover:mse];
554 @throw mse;}
799 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
800 [self recover:mse];
801 @throw mse;}
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 380 mse = MismatchedSet( nil )
381 recover mse
382 raise mse
417 mse = MismatchedSet( nil )
418 recover mse
419 raise mse
438 mse = MismatchedSet( nil )
439 recover mse
440 raise mse
578 mse = MismatchedSet( nil
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
ImageCompare.java 77 final double mse = noise / numPixels; local
78 final double psnr = 20 * Math.log10(255) - 10 * Math.log10(mse);
  /external/libyuv/files/util/
compare.cc 55 double mse = static_cast<double>(sum_square_err) / local
57 printf(", mse %.2f", mse);
  /external/webrtc/webrtc/modules/audio_processing/test/
test_utils.h 108 float mse = 0; local
113 mse += error * error;
117 mse /= length;
123 if (mse > 0)
124 snr = 10 * log10(*variance / mse);
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 171 LOG(LS_INFO) << "Image MSE: " <<
248 #define TEST_M(name, iwidth, iheight, owidth, oheight, mse) \
253 EXPECT_LE(error, mse); \
259 EXPECT_LE(error, mse); \
265 EXPECT_LE(error, mse); \
271 EXPECT_LE(error, mse); \
277 EXPECT_LE(error, mse); \
283 EXPECT_LE(error, mse); \
289 EXPECT_LE(error, mse); \
295 EXPECT_LE(error, mse); \
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc 173 // with |mse|. The encoded stream should contain |expected_bytes|. For stereo
176 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse,
219 mse); local
480 double mse = 1734.0; local
481 EncodeDecodeTest(data_length_, tolerance, mse);
506 double mse = 1931.0; local
507 EncodeDecodeTest(data_length_, tolerance, mse);
518 double mse = 0.0; local
519 EncodeDecodeTest(2 * data_length_, tolerance, mse);
531 double mse = 2.13e6 local
545 double mse = 434951.0; local
558 double mse = 8.18e6; local
571 double mse = 3.46e6; local
591 double mse = 238630.0; local
605 double mse = 238630.0; local
618 double mse = 238630.0; local
642 double mse = 238630.0; local
    [all...]
  /external/webrtc/webrtc/common_audio/
audio_converter_unittest.cc 57 float mse = 0; local
63 mse += error * error;
70 mse /= length;
75 if (mse > 0)
76 snr = 10 * std::log10(variance / 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...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 296 MismatchedNotSetException mse = (MismatchedNotSetException)e;
297 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
299 MismatchedSetException mse = (MismatchedSetException)e;
300 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 360 MismatchedNotSetException mse = (MismatchedNotSetException)e;
361 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
365 MismatchedSetException mse = (MismatchedSetException)e;
366 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 377 MismatchedNotSetException mse = (MismatchedNotSetException)e;
378 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
382 MismatchedSetException mse = (MismatchedSetException)e;
383 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;

Completed in 265 milliseconds

1 2 3 4 5 6