Home
last modified time | relevance | path

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

/linux/drivers/media/pci/zoran/
H A Dzoran_device.c234 unsigned int X, Y, hor_dcm, ver_dcm; in zr36057_set_vfe() local
257 hor_dcm = 64 - X; in zr36057_set_vfe()
299 reg |= (hor_dcm << ZR36057_VFESPFR_HOR_DCM); in zr36057_set_vfe()
312 if (hor_dcm >= 48) in zr36057_set_vfe()
314 else if (hor_dcm >= 32) in zr36057_set_vfe()
316 else if (hor_dcm >= 16) in zr36057_set_vfe()
618 zr->jpg_settings.hor_dcm | (zr->jpg_settings.ver_dcm << 8); in zr36057_enable_jpg()