Home
last modified time | relevance | path

Searched defs:same_cache_size (Results 1 – 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Daddrcache.cc48 int same_cache_size) in VCDiffAddressCache()
Daddrcache.h61 int same_cache_size() const { return same_cache_size_; } in same_cache_size() function
Dencodetable.cc56 int same_cache_size, in VCDiffCodeTableWriter()
Dvcdecoder.cc750 int32_t near_cache_size = 0, same_cache_size = 0; in InitCustomCodeTable() local