Searched refs:crop_bottom (Results 1 – 7 of 7) sorted by relevance
93 int crop_left, crop_right, crop_top, crop_bottom; member
120 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member
278 if (y_end > io->crop_bottom) { in VP8FinishRow()279 y_end = io->crop_bottom; // make sure we don't overflow on last row. in VP8FinishRow()367 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8FinishFrameSetup()
353 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()753 io->crop_bottom = y + h; in InitFromOptions()
352 io->crop_bottom = io->height; in VP8GetHeaders()
134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
1785 params->crop_bottom = value; in nestegg_track_video_params()