HomeSort by relevance Sort by last modified time
    Searched refs:totalDecodeTime (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.cc 86 double totalDecodeTime[nBitrates];
136 totalDecodeTime[k] = 0;
145 totalDecodeTime[k] += _totalDecodeTime;
150 totalDecodeTime[k] /= testIterations;
200 std::cout << " " << totalDecodeTime[k];
201 _results << "," << totalDecodeTime[k];
  /external/lzma/Java/SevenZip/
LzmaBench.java 330 long totalDecodeTime = 0;
381 totalDecodeTime += decodeTime;
387 PrintResults(dictionarySize, totalDecodeTime,
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 286 UInt64 totalDecodeTime = 0;
328 totalDecodeTime += decodeTime;
334 PrintResults(dictionarySize, totalDecodeTime,

Completed in 6749 milliseconds