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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp_v31.c266 int phase_step_x; member in struct:phase_val
284 * phase_step_x, phase_step_y, phase_init_x and phase_init_y
287 uint32 phase_step_x = 0; local
342 /* if destination is only 1 pixel wide, the value of phase_step_x
343 is unimportant. Assigning phase_step_x to src ROI width
346 phase_step_x = (uint32) ((src_ROI_width) << SCALER_PHASE_BITS);
356 phase_step_x = (uint32) mdp_do_div((numerator + denominator - 1), denominator); /* divide and round up to the larger 29th decimal point. */
367 phase_step_x = (uint32) mdp_do_div(numerator, denominator);
372 phase_step_x is unimportant. Assigning phase_step_x
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_ppp.c437 uint32_t phase_init_x, phase_init_y, phase_step_x, phase_step_y; local
459 &phase_step_x) ||
495 regs->phasex_step = phase_step_x;

Completed in 138 milliseconds