Searched refs:crop_left (Results 1 – 11 of 11) sorted by relevance
303 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()
131 const int x = options->crop_left & ~1; in WebPAllocateDecBuffer()
744 x = options->crop_left & ~1; in InitFromOptions()750 io->crop_left = x; in InitFromOptions()
350 io->crop_left = 0; in VP8GetHeaders()
93 int crop_left, crop_right, crop_top, crop_bottom; member
347 int crop_left, crop_top; // top-left position for cropping. member
122 unsigned int crop_left; /**< Pixels to crop from the left of the frame. */ member
483 int crop_left = (frame_width_ - desired_width) / 2; in ProcessImage() local484 int crop_right = frame_width_ - crop_left - desired_width; in ProcessImage()505 src += crop_left / 2; in ProcessImage()
134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
223 config.options.crop_left = region.fLeft; in webp_get_config_resize_crop()
1793 params->crop_left = value; in nestegg_track_video_params()