Lines Matching defs:phase
276 u32 phase;
307 phase = s->input_w;
309 ((phase << SE_N_PHASE) / s->output_w + 1) / 2;
311 phase = s->input_w;
312 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE);
313 s->h_delta_phase = phase / s->output_w;
316 phase = s->input_h;
318 ((phase << SE_N_PHASE) / s->output_h + 1) / 2;
320 phase = s->input_h;
321 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE);
322 s->v_delta_phase = phase / s->output_h;