Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c215 if (y_start < io->crop_top) { in FinishRow()
216 const int delta_y = io->crop_top - y_start; in FinishRow()
217 y_start = io->crop_top; in FinishRow()
233 io->mb_y = y_start - io->crop_top; in FinishRow()
327 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4; in VP8EnterCritical()
Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dio.c143 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()
207 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) { in GetAlphaSourceRow()
209 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
Dvp8l.c575 if (y_start < io->crop_top) { in SetCropWindow()
576 const int delta = io->crop_top - y_start; in SetCropWindow()
577 y_start = io->crop_top; in SetCropWindow()
584 io->mb_y = y_start - io->crop_top; in SetCropWindow()
Dbuffer.c149 const int y = options->crop_top & ~1; in WebPAllocateDecBuffer()
Dwebp.c744 y = options->crop_top; in WebPIoInitFromOptions()
754 io->crop_top = y; in WebPIoInitFromOptions()
Dvp8.c337 io->crop_top = 0; in VP8GetHeaders()
/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/opencv3/3rdparty/libwebp/webp/
Ddecode.h438 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