Searched refs:numpresent (Results 1 – 1 of 1) sorted by relevance
718 size_t sum = 0, numpresent = 0; in lodepng_huffman_code_lengths() local731 numpresent++; in lodepng_huffman_code_lengths()743 if(numpresent == 0) in lodepng_huffman_code_lengths()747 else if(numpresent == 1) in lodepng_huffman_code_lengths()764 coinmem = numpresent * 2; /*max amount of coins needed with the current algo*/ in lodepng_huffman_code_lengths()778 numcoins = numpresent; in lodepng_huffman_code_lengths()808 numcoins += numpresent; in lodepng_huffman_code_lengths()817 for(i = 0; i < numpresent - 1; i++) in lodepng_huffman_code_lengths()