Lines Matching refs:left
89 * YUV conversion. They thus can crop one pixel on the left and one pixel on the
92 * the image to avoid changing the bayer pattern. The left margin is thus set to
1066 unsigned int sph = prev->crop.left;
1067 unsigned int eph = prev->crop.left + prev->crop.width - 1;
1818 unsigned int left = PREV_MARGIN_LEFT;
1824 * be cropped from the left and right sides of the image. As we don't
1825 * know which filters will be enabled, increase the left and right
1829 left += 2;
1839 left += 2;
1845 /* Restrict left/top to even values to keep the Bayer pattern. */
1846 crop->left &= ~1;
1849 crop->left = clamp_t(u32, crop->left, left, right - PREV_MIN_OUT_WIDTH);
1852 right - crop->left);
1940 sel->r.left = 0;
2052 crop->left = 0;