Home | History | Annotate | Download | only in enc

Lines Matching refs:WebPSafeCalloc

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,
1353 VP8LEncoder* const enc = (VP8LEncoder*)WebPSafeCalloc(1ULL, sizeof(*enc));