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

  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 638 const int cache_pixs = dec->width_ * num_rows; local
646 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out));
1236 const int cache_pixs = width * num_rows; local
    [all...]
  /external/webp/src/dec/
vp8l.c 638 const int cache_pixs = dec->width_ * num_rows; local
646 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out));
1236 const int cache_pixs = width * num_rows; local
    [all...]

Completed in 685 milliseconds