Home
last modified time | relevance | path

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

/external/webp/src/dec/
Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dframe.c199 if (y_end > io->crop_bottom) { in FinishRow()
200 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()
332 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8EnterCritical()
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.c572 if (y_end > io->crop_bottom) { in SetCropWindow()
573 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()
Dvp8.c340 io->crop_bottom = io->height; in VP8GetHeaders()
Dwebp.c756 io->crop_bottom = y + h; in WebPIoInitFromOptions()
/external/chromium_org/third_party/libwebp/dec/
Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dframe.c199 if (y_end > io->crop_bottom) { in FinishRow()
200 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()
332 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8EnterCritical()
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.c573 if (y_end > io->crop_bottom) { in SetCropWindow()
574 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()
Dwebp.c773 io->crop_bottom = y + h; in WebPIoInitFromOptions()
Dvp8.c340 io->crop_bottom = io->height; in VP8GetHeaders()
/external/libvpx/libvpx/nestegg/include/nestegg/
Dnestegg.h121 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member
/external/libvpx/libvpx/nestegg/test/
Dtest.c134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
/external/libvpx/libvpx/nestegg/src/
Dnestegg.c1789 params->crop_bottom = (unsigned int)value; in nestegg_track_video_params()