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 491 size_t tmp_size1, tmp_size2; local
494 tmp_size2 = 3 * out_width;
497 tmp_size2 += out_width;
499 p->memory = calloc(1, tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp));
  /external/webp/src/dec/
io.c 491 size_t tmp_size1, tmp_size2; local
494 tmp_size2 = 3 * out_width;
497 tmp_size2 += out_width;
499 p->memory = calloc(1, tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp));

Completed in 4237 milliseconds