Searched refs:crop_bottom (Results 1 - 13 of 13) sorted by relevance

/external/webp/src/dec/
H A Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
H A Dframe.c458 if (y_end > io->crop_bottom) {
459 y_end = io->crop_bottom; // make sure we don't overflow on last row.
601 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
H A Dio.c100 if (io->crop_top + y_end < io->crop_bottom) {
166 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
168 *num_rows = io->crop_bottom - io->crop_top - start_y;
H A Dvp8.c314 io->crop_bottom = io->height;
H A Dvp8l.c659 if (y_end > io->crop_bottom) {
660 y_end = io->crop_bottom; // make sure we don't overflow on last row.
H A Dwebp.c796 io->crop_bottom = y + h;
/external/opencv3/3rdparty/libwebp/dec/
H A Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
H A Dframe.c199 if (y_end > io->crop_bottom) {
200 y_end = io->crop_bottom; // make sure we don't overflow on last row.
332 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
H A Dio.c143 if (io->crop_top + y_end < io->crop_bottom) {
207 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
209 *num_rows = io->crop_bottom - io->crop_top - start_y;
H A Dvp8l.c572 if (y_end > io->crop_bottom) {
573 y_end = io->crop_bottom; // make sure we don't overflow on last row.
H A Dvp8.c340 io->crop_bottom = io->height;
H A Dwebp.c756 io->crop_bottom = y + h;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp462 void set_crop_bottom(uint64 crop_bottom) { crop_bottom_ = crop_bottom; } argument
463 uint64 crop_bottom() const { return crop_bottom_; } function in class:mkvmuxer::VideoTrack

Completed in 221 milliseconds