Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp44 CTotalBenchRes EncodeRes; member
47 void Init() { EncodeRes.Init(); DecodeRes.Init(); } in Init()
48 void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } in Normalize()
122 PrintResults(f, info, rating, EncodeRes); in SetEncodeResult()
223 PrintTotals(f, callback.EncodeRes); in LzmaBenchCon()
228 midRes.SetMid(callback.EncodeRes, callback.DecodeRes); in LzmaBenchCon()