Searched refs:mse (Results 1 - 25 of 71) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.m98 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/
H A DTestlexer.m117 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/
H A Dutil.h38 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);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m115 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
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.m107 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/
H A DLangLexer.m194 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/
H A DSimpleCLexer.m214 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...]
H A DSimpleCLexer.java264 MismatchedSetException mse = new MismatchedSetException(null,input);
265 recover(mse);
266 throw mse;}
288 MismatchedSetException mse = new MismatchedSetException(null,input);
289 recover(mse);
290 throw mse;}
480 MismatchedSetException mse = new MismatchedSetException(null,input);
481 recover(mse);
482 throw mse;}
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.m354 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/
H A DSimpleCLexer.m549 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
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m96 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/
H A DSimpleCLexer.java264 MismatchedSetException mse = new MismatchedSetException(null,input);
265 recover(mse);
266 throw mse;}
288 MismatchedSetException mse = new MismatchedSetException(null,input);
289 recover(mse);
290 throw mse;}
480 MismatchedSetException mse = new MismatchedSetException(null,input);
481 recover(mse);
482 throw mse;}
H A DSimpleCLexer.m532 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/
H A Dgroup-file-lexer.rb380 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
[all...]
/external/libyuv/files/util/
H A Dcompare.cc57 double mse = local
59 printf(", mse %.2f", mse);
/external/webrtc/webrtc/common_audio/
H A Daudio_converter_unittest.cc57 float mse = 0; local
63 mse += error * error;
70 mse /= length;
75 if (mse > 0)
76 snr = 10 * std::log10(variance / mse);
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dtest_utils.h108 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/
H A Dyuvscaler_unittest.cc248 #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); \
301 EXPECT_LE(error, mse); \
[all...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_unittest.cc173 // with |mse|. The encoded stream should contain |expected_bytes|. For stereo
176 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, argument
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 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs296 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/
H A DLexer.cs360 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/
H A DSlimLexer.cs377 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;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java287 MismatchedNotSetException mse = (MismatchedNotSetException)e;
288 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
291 MismatchedSetException mse = (MismatchedSetException)e;
292 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
/external/webrtc/webrtc/voice_engine/
H A Dutility_unittest.cc97 float mse = 0; local
102 mse += error * error;
106 if (mse > 0)
107 snr = 10 * log10(variance / mse);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m931 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
932 [self recover:mse];
933 @throw mse;
1519 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1520 [self recover:mse];
1521 @throw mse;
1806 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
1807 [self recover:mse];
1808 @throw mse;
1831 ANTLRMismatchedSetException *mse
[all...]

Completed in 403 milliseconds

123