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

  /external/opencv3/3rdparty/libwebp/utils/
color_cache.c 30 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
utils.c 39 void* WebPSafeCalloc(uint64_t nmemb, size_t size) {
utils.h 39 // Note that WebPSafeCalloc() expects the second argument type to be 'size_t'
41 void* WebPSafeCalloc(uint64_t nmemb, size_t size);
  /external/webp/src/utils/
color_cache.c 27 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
utils.h 43 // Note that WebPSafeCalloc() expects the second argument type to be 'size_t'
45 WEBP_EXTERN(void*) WebPSafeCalloc(uint64_t nmemb, size_t size);
utils.c 27 --stacks=yes --alloc-fn=WebPSafeAlloc --alloc-fn=WebPSafeCalloc
195 void* WebPSafeCalloc(uint64_t nmemb, size_t size) {
thread.c 273 worker->impl_ = (WebPWorkerImpl*)WebPSafeCalloc(1, sizeof(*worker->impl_));
  /external/webp/src/demux/
anim_decode.c 96 dec = (WebPAnimDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
119 dec->curr_frame_ = WebPSafeCalloc(1ULL, canvas_bytes);
121 dec->prev_frame_disposed_ = WebPSafeCalloc(1ULL, canvas_bytes);
demux.c 299 *frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(**frame));
353 Chunk* const chunk = (Chunk*)WebPSafeCalloc(1ULL, sizeof(*chunk));
401 frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame));
673 WebPDemuxer* const dmux = (WebPDemuxer*)WebPSafeCalloc(1ULL, sizeof(*dmux));
674 Frame* const frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame));
731 dmux = (WebPDemuxer*)WebPSafeCalloc(1ULL, sizeof(*dmux));
  /external/webp/src/dec/
alpha.c 27 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
vp8.c 48 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
vp8l.c 408 code_lengths = (int*)WebPSafeCalloc((uint64_t)max_alphabet_size,
    [all...]
idec.c 581 WebPIDecoder* idec = (WebPIDecoder*)WebPSafeCalloc(1ULL, sizeof(*idec));
  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 263 (int*)WebPSafeCalloc((uint64_t)alphabet_size, sizeof(*code_lengths));
335 (HTreeGroup*)WebPSafeCalloc((uint64_t)num_htree_groups,
381 uint8_t* memory = (uint8_t*)WebPSafeCalloc(memory_size, sizeof(*memory));
    [all...]
  /external/webp/src/enc/
vp8l.c 233 (uint32_t*)WebPSafeCalloc(kHistoTotal, sizeof(*histo) * 256);
452 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
888 huffman_codes = (HuffmanTreeCode*)WebPSafeCalloc(bit_array_size,
    [all...]
histogram.c     [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 208 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
562 huffman_codes = (HuffmanTreeCode*)WebPSafeCalloc(bit_array_size,
    [all...]

Completed in 202 milliseconds