Home
last modified time | relevance | path

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

/external/zopfli/src/zopfli/
Ddeflate.c553 unsigned detect_tree_size; in AddLZ77Block() local
558 detect_tree_size = *outsize; in AddLZ77Block()
561 fprintf(stderr, "treesize: %d\n", (int)(*outsize - detect_tree_size)); in AddLZ77Block()