Searched refs:gain2 (Results 1 – 2 of 2) sorted by relevance
734 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local736 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()748 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local750 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()756 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() local758 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()769 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local771 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()783 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local785 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()[all …]
1586 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local1588 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1600 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local1602 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1608 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() local1610 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()1622 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local1624 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1636 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local1638 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()[all …]