Searched refs:fixedstore (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopfli/
H A Ddeflate.c612 ZopfliLZ77Store fixedstore; local
613 ZopfliInitLZ77Store(&fixedstore);
614 ZopfliLZ77OptimalFixed(&s, in, instart, inend, &fixedstore);
617 fixedcost = ZopfliCalculateBlockSize(fixedstore.litlens, fixedstore.dists,
618 0, fixedstore.size, 1);
622 store = fixedstore;
624 ZopfliCleanLZ77Store(&fixedstore);

Completed in 75 milliseconds