Lines Matching full:total_size
61 const size_t total_size = sizeof(VP8LHistogram) + sizeof(int) * literal_size;
62 assert(total_size <= (size_t)0x7fffffff);
63 return (int)total_size;
100 const int total_size = VP8LGetHistogramSize(cache_bits);
101 uint8_t* const memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
114 const size_t total_size =
117 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));