Searched refs:bits_done (Results 1 – 1 of 1) sorted by relevance
3708 unsigned bits_done = (stats->bits == 1 && bpp == 1) ? 1 : 0; in lodepng_compute_color_stats() local3725 if(stats->bits >= bpp) bits_done = 1; in lodepng_compute_color_stats()3745 bits_done = 1; in lodepng_compute_color_stats()3781 if(alpha_done && numcolors_done && colored_done && bits_done) break; in lodepng_compute_color_stats()3800 if(!bits_done && stats->bits < 8) { in lodepng_compute_color_stats()3805 bits_done = (stats->bits >= bpp); in lodepng_compute_color_stats()3851 if(alpha_done && numcolors_done && colored_done && bits_done) break; in lodepng_compute_color_stats()