Home
last modified time | relevance | path

Searched refs:crop_bottom (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dec/
Dalpha_dec.c92 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()
Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dvp8l_dec.c666 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()
Dio_dec.c100 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()
Dframe_dec.c448 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()
Dvp8_dec.c330 io->crop_bottom = io->height; in VP8GetHeaders()
Dwebp_dec.c810 io->crop_bottom = y + h; in WebPIoInitFromOptions()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom() argument
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function