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
666 if (y_end > io->crop_bottom) { in SetCropWindow()667 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()732 assert(row <= dec->io_->crop_bottom); in ProcessRows()811 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()1484 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows()1658 io->crop_bottom, ProcessRows)) { in VP8LDecodeImage()
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()
448 if (y_end > io->crop_bottom) { in FinishRow()449 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()591 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8EnterCritical()
330 io->crop_bottom = io->height; in VP8GetHeaders()
810 io->crop_bottom = y + h; in WebPIoInitFromOptions()
787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom() argument788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function