Searched refs:codelength_sizes (Results 1 – 2 of 2) sorted by relevance
4092 stbi_uc codelength_sizes[19]; in stbi__compute_huffman_codes() local4100 memset(codelength_sizes, 0, sizeof(codelength_sizes)); in stbi__compute_huffman_codes()4103 codelength_sizes[length_dezigzag[i]] = (stbi_uc) s; in stbi__compute_huffman_codes()4105 if (!stbi__zbuild_huffman(&z_codelength, codelength_sizes, 19)) return 0; in stbi__compute_huffman_codes()