Home
last modified time | relevance | path

Searched refs:crop_top (Results 1 – 12 of 12) sorted by relevance

/external/webp/src/dec/
Dalpha_dec.c91 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()
Dframe_dec.c461 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()
Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
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()
Dvp8l_dec.c669 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()
Dwebp_dec.c798 y = options->crop_top; in WebPIoInitFromOptions()
808 io->crop_top = y; in WebPIoInitFromOptions()
Dbuffer_dec.c184 const int y = options->crop_top & ~1; in WebPAllocateDecBuffer()
Dvp8_dec.c327 io->crop_top = 0; in VP8GetHeaders()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h785 void set_crop_top(uint64_t crop_top) { crop_top_ = crop_top; } in set_crop_top() argument
786 uint64_t crop_top() const { return crop_top_; } in crop_top() function
/external/webp/include/webp/
Ddecode.h439 int crop_left, crop_top; // top-left position for cropping. member
/external/webp/src/webp/
Ddecode.h439 int crop_left, crop_top; // top-left position for cropping. member
/external/skia/src/codec/
DSkWebpCodec.cpp260 config.options.crop_top = subset.y(); in onGetPixels()