Searched refs:bits_done (Results 1 – 1 of 1) sorted by relevance
4263 unsigned bits_done = (stats->bits == 1 && bpp == 1) ? 1 : 0; in lodepng_compute_color_stats() local4280 if(stats->bits >= bpp) bits_done = 1; in lodepng_compute_color_stats()4300 bits_done = 1; in lodepng_compute_color_stats()4338 if(alpha_done && numcolors_done && colored_done && bits_done) break; in lodepng_compute_color_stats()4358 if(!bits_done && stats->bits < 8) { in lodepng_compute_color_stats()4363 bits_done = (stats->bits >= bpp); in lodepng_compute_color_stats()4411 if(alpha_done && numcolors_done && colored_done && bits_done) break; in lodepng_compute_color_stats()