Home
last modified time | relevance | path

Searched refs:ntot (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h4349 int ntot = hlit + hdist; in stbi__compute_huffman_codes() local
4359 while (n < ntot) { in stbi__compute_huffman_codes()
4377 if (ntot - n < c) return stbi__err("bad codelengths", "Corrupt PNG"); in stbi__compute_huffman_codes()
4382 if (n != ntot) return stbi__err("bad codelengths","Corrupt PNG"); in stbi__compute_huffman_codes()

Completed in 12 milliseconds