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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 418 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; local
425 // We include 'extra_pixels' on the other side of the boundary, since
428 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4;
429 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4;
434 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
435 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;
  /external/webp/src/dec/
frame.c 418 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; local
425 // We include 'extra_pixels' on the other side of the boundary, since
428 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4;
429 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4;
434 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
435 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;

Completed in 79 milliseconds