Home | History | Annotate | Download | only in zopfli

Lines Matching refs:npoints

729   size_t npoints = 0;
731 ZopfliBlockSplitSimple(in, instart, inend, 65535, &splitpoints, &npoints);
734 increases the total size. Leave npoints at 0, this represents 1 block. */
737 options->blocksplittingmax, &splitpoints, &npoints);
740 for (i = 0; i <= npoints; i++) {
742 size_t end = i == npoints ? inend : splitpoints[i];
743 DeflateBlock(options, btype, i == npoints && final, in, start, end,
765 size_t npoints = 0;
795 increases the total size. Leave npoints at 0, this represents 1 block. */
798 options->blocksplittingmax, &splitpoints, &npoints);
801 for (i = 0; i <= npoints; i++) {
803 size_t end = i == npoints ? store.size : splitpoints[i];
804 AddLZ77Block(options, btype, i == npoints && final,