Searched refs:crop_right (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/nestegg/include/nestegg/
H A Dnestegg.h123 unsigned int crop_right; /**< Pixels to crop from the right of the frame. */ member in struct:__anon8929
/external/webp/src/dec/
H A Ddecode_vp8.h96 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
H A Dframe.c232 io->mb_w = io->crop_right - io->crop_left;
331 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;
H A Dwebp.c735 io->crop_right = x + w;
H A Dvp8l.c569 assert(io->crop_left < io->crop_right);
583 io->mb_w = io->crop_right - io->crop_left;
H A Dvp8.c337 io->crop_right = io->width;
/external/libvpx/libvpx/nestegg/test/
H A Dtest.c134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc484 int crop_right = frame_width_ - crop_left - desired_width; local
518 src += crop_right / 2;
/external/libvpx/libvpx/nestegg/src/
H A Dnestegg.c1797 params->crop_right = (unsigned int)value;

Completed in 191 milliseconds