Searched refs:strategy (Results 1 – 1 of 1) sorted by relevance
5464 LodePNGFilterStrategy strategy = settings->filter_strategy; in filter() local5480 (color->colortype == LCT_PALETTE || color->bitdepth < 8)) strategy = LFS_ZERO; in filter()5484 if(strategy >= LFS_ZERO && strategy <= LFS_FOUR) { in filter()5485 unsigned char type = (unsigned char)strategy; in filter()5493 } else if(strategy == LFS_MINSUM) { in filter()5540 } else if(strategy == LFS_ENTROPY) { in filter()5579 } else if(strategy == LFS_PREDEFINED) { in filter()5588 } else if(strategy == LFS_BRUTE_FORCE) { in filter()