Searched refs:crop_top (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Ddecode_vp8.h98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
H A Dframe.c304 if (y_start < io->crop_top) {
305 const int delta_y = io->crop_top - y_start;
306 y_start = io->crop_top;
322 io->mb_y = y_start - io->crop_top;
410 // avoid doing the in-loop filtering before crop_top/crop_left position.
429 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4;
H A Dbuffer.c176 const int y = options->crop_top & ~1;
H A Dio.c126 if (io->crop_top + y_end < io->crop_bottom) {
190 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
H A Dvp8l.c599 if (y_start < io->crop_top) {
600 const int delta = io->crop_top - y_start;
601 y_start = io->crop_top;
608 io->mb_y = y_start - io->crop_top;
H A Dwebp.c780 y = options->crop_top;
790 io->crop_top = y;
H A Dvp8.c312 io->crop_top = 0;
/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.c304 if (y_start < io->crop_top) {
305 const int delta_y = io->crop_top - y_start;
306 y_start = io->crop_top;
322 io->mb_y = y_start - io->crop_top;
410 // avoid doing the in-loop filtering before crop_top/crop_left position.
429 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4;
H A Dbuffer.c176 const int y = options->crop_top & ~1;
H A Dio.c126 if (io->crop_top + y_end < io->crop_bottom) {
190 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
192 *num_rows = io->crop_bottom - io->crop_top - start_y;
H A Dvp8l.c599 if (y_start < io->crop_top) {
600 const int delta = io->crop_top - y_start;
601 y_start = io->crop_top;
608 io->mb_y = y_start - io->crop_top;
H A Dwebp.c792 y = options->crop_top;
802 io->crop_top = y;
H A Dvp8.c312 io->crop_top = 0;
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h133 unsigned int crop_top; /**< Pixels to crop from the top of the frame. */ member in struct:__anon24827
/external/libvpx/libvpx/third_party/nestegg/test/
H A Dtest.c136 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h438 int crop_left, crop_top; // top-left position for cropping. member in struct:WebPDecoderOptions
/external/webp/include/webp/
H A Ddecode.h438 int crop_left, crop_top; // top-left position for cropping. member in struct:WebPDecoderOptions
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp274 config->options.crop_top = region.fTop;
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp285 config->options.crop_top = region.fTop;
/external/webp/examples/
H A Ddwebp.c418 config.options.crop_top = strtol(argv[++c], NULL, 0);
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c2127 params->crop_top = value;

Completed in 175 milliseconds