Home
last modified time | relevance | path

Searched refs:coinmem (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp723 unsigned coinmem; in lodepng_huffman_code_lengths() local
764 coinmem = numpresent * 2; /*max amount of coins needed with the current algo*/ in lodepng_huffman_code_lengths()
765 coins = (Coin*)lodepng_malloc(sizeof(Coin) * coinmem); in lodepng_huffman_code_lengths()
766 prev_row = (Coin*)lodepng_malloc(sizeof(Coin) * coinmem); in lodepng_huffman_code_lengths()
773 init_coins(coins, coinmem); in lodepng_huffman_code_lengths()
774 init_coins(prev_row, coinmem); in lodepng_huffman_code_lengths()
824 cleanup_coins(coins, coinmem); in lodepng_huffman_code_lengths()
826 cleanup_coins(prev_row, coinmem); in lodepng_huffman_code_lengths()