sc_vrmax          714 drivers/media/platform/s3c-camif/camif-capture.c 	unsigned int wmin, hmin, sc_hrmax, sc_vrmax;
sc_vrmax          736 drivers/media/platform/s3c-camif/camif-capture.c 	sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1));
sc_vrmax          740 drivers/media/platform/s3c-camif/camif-capture.c 	hmin = max_t(u32, 8, crop->height / sc_vrmax);
sc_vrmax          754 drivers/media/platform/s3c-camif/camif-capture.c 		 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax);