Searched refs:gain2 (Results 1 – 1 of 1) sorted by relevance
987 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local989 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1001 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local1003 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1009 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() local1011 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()1022 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local1024 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()1036 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local1038 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()[all …]