Searched defs:spv (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/omap3isp/
H A Dispresizer.c709 * ih = (32 * spv + (oh - 1) * vrsz + 16) >> 8 + 4
712 * ih = (64 * spv + (oh - 1) * vrsz + 32) >> 8 + 7
741 * vrsz = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / (oh - 1)
744 * vrsz = ((ih - 7) * 256 + 255 - 32 - 64 * spv) / (oh - 1)
768 * min oh = ((ih - 7) * 256 - 32 - 64 * spv) / 1024 + 1
774 * max oh = ((ih - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1
800 const unsigned int spv = DEFAULT_PHASE; local
816 min_height = ((input->height - 7) * 256 - 32 - 64 * spv) / 1024 + 1;
818 max_height = ((input->height - 4) * 256 + 255 - 16 - 32 * spv) / 64 + 1;
822 ratio->vert = ((input->height - 4) * 256 + 255 - 16 - 32 * spv)
1223 const unsigned int spv = DEFAULT_PHASE; local
[all...]
/drivers/isdn/hisax/
H A Dhisax.h313 int spv; /* SPV Flag */ member in struct:Param

Completed in 75 milliseconds