OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSE
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
PSNRComparer.java
42
float
MSE
= 0f;
63
MSE
+= (Color.red(ideal[index]) - Color.red(given[index])) *
65
MSE
+= (Color.blue(ideal[index]) - Color.blue(given[index])) *
67
MSE
+= (Color.green(ideal[index]) - Color.green(given[index])) *
71
MSE
/= (interestingRegions * REGION_SIZE * 3);
73
float fraction = (MAX * MAX) /
MSE
;
/external/libvpx/libvpx/vpx_dsp/
variance.c
222
#define
MSE
(W, H) \
254
MSE
(16, 16)
255
MSE
(16, 8)
256
MSE
(8, 16)
257
MSE
(8, 8)
/external/webrtc/talk/session/media/
planarfunctions_unittest.cc
446
// (tolerate
MSE
errors within a threshold).
454
LOG(LS_INFO) << "Image
MSE
: " << error << " Image PSNR: " << PSNR
574
// Note:
MSE
should be set to a larger threshold if an odd block width
619
// Note:
MSE
should be set to a larger threshold if an odd block width
666
// Note:
MSE
should be set to a larger threshold if an odd block width
675
#define TEST_YUVTOI420(SRC_NAME,
MSE
, BLOCK_SIZE) \
710
/* Note:
MSE
should be set to a larger threshold if an odd block width*/ \
713
I420_SIZE(kHeight, kWidth),
MSE
)); \
725
#define TEST_YUVTORGB(SRC_NAME, DST_NAME, JPG_TYPE,
MSE
, BLOCK_SIZE) \
[
all
...]
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
video_YouTubeMseEme.js
139
//
MSE
tests.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas
[
all
...]
Completed in 384 milliseconds