Lines Matching defs:data_size
119 const size_t data_size = width * height;
121 assert((uint64_t)data_size == (uint64_t)width * height); // as per spec
129 (method == ALPHA_NO_COMPRESSION) ? (ALPHA_HEADER_LEN + data_size)
130 : (data_size >> 5);
224 size_t data_size, int method, int filter,
235 uint8_t* filtered_alpha = (uint8_t*)WebPSafeMalloc(1ULL, data_size);
276 const size_t data_size = width * height;
282 assert((uint64_t)data_size == (uint64_t)width * height); // as per spec
302 quant_alpha = (uint8_t*)WebPSafeMalloc(1ULL, data_size);
320 ok = ApplyFiltersAndEncode(quant_alpha, width, height, data_size, method,