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

/external/chromium_org/third_party/libwebp/dec/
H A Dio.c500 size_t tmp_size1, tmp_size2, total_size; local
503 tmp_size2 = 3 * out_width;
506 tmp_size2 += out_width;
508 total_size = tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp);
/external/webp/src/dec/
H A Dio.c500 size_t tmp_size1, tmp_size2, total_size; local
503 tmp_size2 = 3 * out_width;
506 tmp_size2 += out_width;
508 total_size = tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp);

Completed in 121 milliseconds