Home
last modified time | relevance | path

Searched refs:encodeTime (Results 1 – 3 of 3) sorted by relevance

/external/lzma/Java/SevenZip/
DLzmaBench.java346 long encodeTime = System.currentTimeMillis() - progressInfo.Time; in LzmaBenchmark() local
374 PrintResults(dictionarySize, encodeTime, benchSize, false, 0); in LzmaBenchmark()
380 totalEncodeTime += encodeTime; in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs299 UInt64 encodeTime = (UInt64)sp2.Ticks; in LzmaBenchmark()
321 PrintResults(dictionarySize, encodeTime, benchSize, false, 0); in LzmaBenchmark()
327 totalEncodeTime += encodeTime; in LzmaBenchmark()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dnormal_test.cc300 double encodeTime = clock()/(double)CLOCKS_PER_SEC - in Perform() local
302 _totalEncodeTime += encodeTime; in Perform()