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

  /external/opencv3/3rdparty/libwebp/dec/
frame.c 316 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; local
323 // We include 'extra_pixels' on the other side of the boundary, since
326 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4;
327 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4;
332 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
333 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;
  /external/webp/src/dec/
frame.c 585 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; local
592 // We include 'extra_pixels' on the other side of the boundary, since
595 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4;
596 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4;
601 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
602 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;

Completed in 1735 milliseconds