Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h4343 stbi_uc codelength_sizes[19]; in stbi__compute_huffman_codes() local
4351 memset(codelength_sizes, 0, sizeof(codelength_sizes)); in stbi__compute_huffman_codes()
4354 codelength_sizes[length_dezigzag[i]] = (stbi_uc) s; in stbi__compute_huffman_codes()
4356 if (!stbi__zbuild_huffman(&z_codelength, codelength_sizes, 19)) return 0; in stbi__compute_huffman_codes()

Completed in 16 milliseconds