Searched refs:total_length_size (Results 1 – 2 of 2) sorted by relevance
187 uint64_t total_length_size = 0; in GetHuffBitLengthsAndCodes() local200 total_length_size += num_symbols; in GetHuffBitLengthsAndCodes()208 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size, in GetHuffBitLengthsAndCodes()215 lengths = (uint8_t*)&codes[total_length_size]; in GetHuffBitLengthsAndCodes()
428 uint64_t total_length_size = 0; in GetHuffBitLengthsAndCodes() local444 total_length_size += num_symbols; in GetHuffBitLengthsAndCodes()452 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size, in GetHuffBitLengthsAndCodes()457 lengths = (uint8_t*)&codes[total_length_size]; in GetHuffBitLengthsAndCodes()