Home
last modified time | relevance | path

Searched refs:crop_left (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/dec/
Dframe.c303 io->y += io->crop_left; in VP8FinishRow()
304 io->u += io->crop_left >> 1; in VP8FinishRow()
305 io->v += io->crop_left >> 1; in VP8FinishRow()
307 io->a += io->crop_left; in VP8FinishRow()
310 io->mb_w = io->crop_right - io->crop_left; in VP8FinishRow()
364 dec->tl_mb_x_ = io->crop_left >> 4; in VP8FinishFrameSetup()
Dbuffer.c131 const int x = options->crop_left & ~1; in WebPAllocateDecBuffer()
Dio.c744 x = options->crop_left & ~1; in InitFromOptions()
750 io->crop_left = x; in InitFromOptions()
Dvp8.c350 io->crop_left = 0; in VP8GetHeaders()
/external/webp/include/webp/
Ddecode_vp8.h93 int crop_left, crop_right, crop_top, crop_bottom; member
Ddecode.h347 int crop_left, crop_top; // top-left position for cropping. member
/external/libvpx/nestegg/include/nestegg/
Dnestegg.h122 unsigned int crop_left; /**< Pixels to crop from the left of the frame. */ member
/external/chromium/chrome/browser/chromeos/login/
Dcamera.cc483 int crop_left = (frame_width_ - desired_width) / 2; in ProcessImage() local
484 int crop_right = frame_width_ - crop_left - desired_width; in ProcessImage()
505 src += crop_left / 2; in ProcessImage()
/external/libvpx/nestegg/test/
Dtest.c134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp223 config.options.crop_left = region.fLeft; in webp_get_config_resize_crop()
/external/libvpx/nestegg/src/
Dnestegg.c1793 params->crop_left = value; in nestegg_track_video_params()