HomeSort by relevance Sort by last modified time
    Searched refs:WebPSafeCalloc (Results 1 - 5 of 5) sorted by null

  /external/webp/src/utils/
color_cache.c 28 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
utils.c 37 void* WebPSafeCalloc(uint64_t nmemb, size_t size) {
utils.h 37 // Note that WebPSafeCalloc() expects the second argument type to be 'size_t'
39 void* WebPSafeCalloc(uint64_t nmemb, size_t size);
  /external/webp/src/dec/
vp8l.c 261 (int*)WebPSafeCalloc((uint64_t)alphabet_size, sizeof(*code_lengths));
333 (HTreeGroup*)WebPSafeCalloc((uint64_t)num_htree_groups,
379 uint8_t* memory = (uint8_t*)WebPSafeCalloc(memory_size, sizeof(*memory));
    [all...]
  /external/webp/src/enc/
vp8l.c 206 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
560 huffman_codes = (HuffmanTreeCode*)WebPSafeCalloc(bit_array_size,
    [all...]

Completed in 1351 milliseconds