Lines Matching defs:xfactor
290 u32 xfactor, yfactor;
302 xfactor = atmel_hlcdc_plane_phiscaler_get_factor(state->src_w,
324 xfactor = (1024 * state->src_w) / state->crtc_w;
330 ATMEL_HLCDC_LAYER_SCALER_FACTORS(xfactor,
339 u32 xfactor, yfactor;
350 /* xfactor = round[(2^20 * XMEMSIZE)/XSIZE)] */
351 xfactor = (u32)(((1 << 20) * state->src_w) / state->crtc_w);
365 xfactor);
370 * the value of yfactor and xfactor.
374 xfactor /= 2;
380 xfactor);