Searched refs:crop_top (Results 1 – 12 of 12) sorted by relevance
91 io->crop_top = src_io->crop_top; in ALPHInit()214 uint8_t* const alpha = dec->alpha_plane_ + io->crop_top * width in VP8DecompressAlphaRows()218 io->crop_bottom - io->crop_top, in VP8DecompressAlphaRows()
461 if (y_start < io->crop_top) { in FinishRow()462 const int delta_y = io->crop_top - y_start; in FinishRow()463 y_start = io->crop_top; in FinishRow()479 io->mb_y = y_start - io->crop_top; in FinishRow()586 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4; in VP8EnterCritical()
98 int crop_left, crop_right, crop_top, crop_bottom; member
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()
669 if (y_start < io->crop_top) { in SetCropWindow()670 const int delta = io->crop_top - y_start; in SetCropWindow()671 y_start = io->crop_top; in SetCropWindow()678 io->mb_y = y_start - io->crop_top; in SetCropWindow()808 alph_dec->filter_ == WEBP_FILTER_HORIZONTAL) ? dec->io_->crop_top in ExtractPalettedAlphaRows()
798 y = options->crop_top; in WebPIoInitFromOptions()808 io->crop_top = y; in WebPIoInitFromOptions()
184 const int y = options->crop_top & ~1; in WebPAllocateDecBuffer()
327 io->crop_top = 0; in VP8GetHeaders()
785 void set_crop_top(uint64_t crop_top) { crop_top_ = crop_top; } in set_crop_top() argument786 uint64_t crop_top() const { return crop_top_; } in crop_top() function
439 int crop_left, crop_top; // top-left position for cropping. member
260 config.options.crop_top = subset.y(); in onGetPixels()