Searched refs:crop_top (Results 1 – 11 of 11) sorted by relevance
98 int crop_left, crop_right, crop_top, crop_bottom; member
471 if (y_start < io->crop_top) { in FinishRow()472 const int delta_y = io->crop_top - y_start; in FinishRow()473 y_start = io->crop_top; in FinishRow()489 io->mb_y = y_start - io->crop_top; in FinishRow()596 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4; in VP8EnterCritical()
100 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()166 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) { in GetAlphaSourceRow()168 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
184 const int y = options->crop_top & ~1; in WebPAllocateDecBuffer()
784 y = options->crop_top; in WebPIoInitFromOptions()794 io->crop_top = y; in WebPIoInitFromOptions()
662 if (y_start < io->crop_top) { in SetCropWindow()663 const int delta = io->crop_top - y_start; in SetCropWindow()664 y_start = io->crop_top; in SetCropWindow()671 io->mb_y = y_start - io->crop_top; in SetCropWindow()
311 io->crop_top = 0; in VP8GetHeaders()
460 void set_crop_top(uint64 crop_top) { crop_top_ = crop_top; } in set_crop_top() argument461 uint64 crop_top() const { return crop_top_; } in crop_top() function in mkvmuxer::VideoTrack
208 config.options.crop_top = bounds.fTop; in onGetPixels()
436 int crop_left, crop_top; // top-left position for cropping. member