OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAveragePSNR
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java
178
Log.d(TAG, "PSNR Average: Async: " + statisticsAsync.
mAveragePSNR
+
179
". Sync: " + statisticsSync.
mAveragePSNR
);
182
if ((Math.abs(statisticsAsync.
mAveragePSNR
- statisticsSync.
mAveragePSNR
) >
358
psnr[0] = statistics.
mAveragePSNR
;
445
psnrPlatformCodecAverage[i] = statistics.
mAveragePSNR
;
Vp8CodecTestBase.java
[
all
...]
Completed in 58 milliseconds