Searched refs:crop_bottom (Results 1 – 8 of 8) sorted by relevance
92 io->crop_bottom = src_io->crop_bottom; in ALPHInit()113 const int height = alph_dec->io_.crop_bottom; in ALPHDecode()152 const int height = io->crop_bottom; in AllocateAlphaPlane()181 const int height = io->crop_bottom; in VP8DecompressAlphaRows()218 io->crop_bottom - io->crop_top, in VP8DecompressAlphaRows()
98 int crop_left, crop_right, crop_top, crop_bottom; member
449 if (y_end > io->crop_bottom) { in FinishRow()450 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()588 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8EnterCritical()
100 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()171 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) { in GetAlphaSourceRow()173 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
721 if (y_end > io->crop_bottom) { in SetCropWindow()722 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()787 assert(row <= dec->io_->crop_bottom); in ProcessRows()869 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()1548 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows()1729 io->crop_bottom, ProcessRows)) { in VP8LDecodeImage()
330 io->crop_bottom = io->height; in VP8GetHeaders()
812 io->crop_bottom = y + h; in WebPIoInitFromOptions()
981 aa809cfe only allocate alpha_plane_ up to crop_bottom row
Completed in 19 milliseconds