Searched refs:crop_right (Results 1 – 7 of 7) sorted by relevance
90 io->crop_right = src_io->crop_right; in ALPHInit()217 io->crop_right - io->crop_left, in VP8DecompressAlphaRows()
98 int crop_left, crop_right, crop_top, crop_bottom; member
480 io->mb_w = io->crop_right - io->crop_left; in FinishRow()592 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4; in VP8EnterCritical()
329 io->crop_right = io->width; in VP8GetHeaders()
665 assert(io->crop_left < io->crop_right); in SetCropWindow()679 io->mb_w = io->crop_right - io->crop_left; in SetCropWindow()
809 io->crop_right = x + w; in WebPIoInitFromOptions()
783 void set_crop_right(uint64_t crop_right) { crop_right_ = crop_right; } in set_crop_right() argument784 uint64_t crop_right() const { return crop_right_; } in crop_right() function