HomeSort by relevance Sort by last modified time
    Searched refs:tmp_size2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
io.c 500 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/
io.c 500 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 54 milliseconds