stb_image.c | 2397 uint8 lencodes[286+32+137];//padding for maximum single op local in function:compute_huffman_codes 2417 lencodes[n++] = (uint8) c; 2420 memset(lencodes+n, lencodes[n-1], c); 2424 memset(lencodes+n, 0, c); 2429 memset(lencodes+n, 0, c); 2434 if (!zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; 2435 if (!zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0;
|