Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-risc.c387 unsigned int c_height; in bttv_calc_geo() local
404 c_height = min((unsigned int) crop->height, height * 16); in bttv_calc_geo()
411 geo->sheight = c_height; in bttv_calc_geo()
413 sr = c_height >> !both_fields; in bttv_calc_geo()