Searched refs:tmp_size1 (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Dio.c500 size_t tmp_size1, tmp_size2, total_size; local
502 tmp_size1 = 3 * work_size;
505 tmp_size1 += work_size;
508 total_size = tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp);
514 tmp = (uint8_t*)(work + tmp_size1);

Completed in 64 milliseconds