Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dframe.c471 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()
Dio.c100 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()
Dbuffer.c184 const int y = options->crop_top & ~1; in WebPAllocateDecBuffer()
Dwebp.c784 y = options->crop_top; in WebPIoInitFromOptions()
794 io->crop_top = y; in WebPIoInitFromOptions()
Dvp8l.c662 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()
Dvp8.c311 io->crop_top = 0; in VP8GetHeaders()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp460 void set_crop_top(uint64 crop_top) { crop_top_ = crop_top; } in set_crop_top() argument
461 uint64 crop_top() const { return crop_top_; } in crop_top() function in mkvmuxer::VideoTrack
/external/skia/src/codec/
DSkWebpCodec.cpp208 config.options.crop_top = bounds.fTop; in onGetPixels()
/external/webp/include/webp/
Ddecode.h436 int crop_left, crop_top; // top-left position for cropping. member
/external/webp/src/webp/
Ddecode.h436 int crop_left, crop_top; // top-left position for cropping. member