OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_pixels
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/testing/image_diff/
image_diff.cpp
112
float
total_pixels
=
local
114
if (
total_pixels
== 0) {
118
return 100.0f * pixels_different /
total_pixels
;
/external/autotest/server/site_tests/video_PlaybackQuality/
video_PlaybackQuality.py
197
total_pixels
= width * height / (self._skip_check_pixels + 1)
209
if error_number !=
total_pixels
:
Completed in 68 milliseconds