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

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 794 const uint64_t argb_scratch_size = tile_size * width + width; local
799 image_size + argb_scratch_size + transform_data_size;
808 mem += argb_scratch_size;
    [all...]
  /external/webp/src/enc/
vp8l.c 794 const uint64_t argb_scratch_size = tile_size * width + width; local
799 image_size + argb_scratch_size + transform_data_size;
808 mem += argb_scratch_size;
    [all...]

Completed in 37 milliseconds