Home
last modified time | relevance | path

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

12

/external/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc158 double mse, in EncodeDecodeTest()
409 double mse = 1734.0; in TEST_F() local
435 double mse = 1931.0; in TEST_F() local
447 double mse = 0.0; in TEST_F() local
460 double mse = 2.13e6; in TEST_F() local
474 double mse = 238630.0; in TEST_F() local
488 double mse = 238630.0; in TEST_F() local
504 constexpr double mse = 238630.0; in TEST_P() local
/external/libopus/dnn/
Dadaconvtest.c38 float mse; in adaconv_compare() local
139 float mse; in adacomb_compare() local
249 float mse; in adashape_compare() local
/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 …]
/external/libvpx/test/
Dutil.h40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java298 MismatchedNotSetException mse = (MismatchedNotSetException)e; in getErrorMessage() local
302 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/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
/external/libaom/test/
Dutil.h47 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr() local
/external/libyuv/util/
Dcompare.cc59 double mse = in main() local
/external/executorch/backends/qualcomm/quantizer/observers/
Dper_channel_param_observer.py51 def mse(self, pred, expect): member in PerChannelParamObserver
/external/webrtc/modules/audio_processing/test/
Dtest_utils.h132 float mse = 0; in ComputeSNR() local
/external/webrtc/common_audio/
Daudio_converter_unittest.cc56 float mse = 0; in ComputeSNR() local
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.hpp1292 double mse = squaredError / static_cast<double>(sz); in PSNR() local
1346 double mse = squaredError / static_cast<double>(sz); in PSNRImplicitCrop() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DBitmapUtils.java216 double mse = 0; in compareBitmapsMse() local
/external/libaom/av1/encoder/
Dpickcdef.h158 uint64_t (*mse[2])[TOTAL_STRENGTHS]; member
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterpreter.java360 MismatchedSetException mse = in parseEngine() local
/external/webrtc/audio/
Dremix_resample_unittest.cc127 float mse = 0; in ComputeSNR() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/regression/
DSimpleRegression.java778 final double mse = getMeanSquareError(); in regress() local
/external/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc380 auto psnr = [](double mse) { return 10.0 * log10(255.0 * 255.0 / mse); }; in TEST()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java267 long mse = 0; in getPsnr() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestUtil.java267 long mse = 0; in getPsnr() local
/external/libvpx/examples/
Dsvc_encodeframe.c575 double mse[COMPONENTS]; in vpx_svc_dump_statistics() local
/external/libyuv/source/
Dcompare.cc261 double mse = (double)count / (double)sse; in SumSquareErrorToPsnr() local
/external/libvpx/third_party/libyuv/source/
Dcompare.cc260 double mse = (double)count / (double)sse; in SumSquareErrorToPsnr() local

12