Searched refs:xpsc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c68 u32 dcgx = 0, xpsc = 0, xacm = 0, cxy = 0, cxuv = 0; local
89 xpsc = in_x / out_x;
93 xpsc = 1;
103 while (in_x / xpsc >= 384 )
104 xpsc++;
109 while ( in_x / xpsc >= 768 )
110 xpsc++;
114 if ( xpsc > 64 )
115 xpsc = 64;
121 cxy = hps_h_coeff_tab[( (xpsc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c626 int xpsc; member in struct:__anon5064
648 if (vals[i].xpsc == prescale)
653 saa_writeb(SAA7134_H_PRESCALE(task), vals[i].xpsc);

Completed in 55 milliseconds