Lines Matching defs:phase
273 u32 phase;
304 phase = s->input_w;
306 ((phase << SE_N_PHASE) / s->output_w + 1) / 2;
308 phase = s->input_w;
309 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE);
310 s->h_delta_phase = phase / s->output_w;
313 phase = s->input_h;
315 ((phase << SE_N_PHASE) / s->output_h + 1) / 2;
317 phase = s->input_h;
318 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE);
319 s->v_delta_phase = phase / s->output_h;