Lines Matching refs:vf
189 u32 r90, vf, hf; in ipu_degrees_to_rot_mode() local
193 vf = hf = r90 = 0; in ipu_degrees_to_rot_mode()
196 vf = hf = 0; in ipu_degrees_to_rot_mode()
200 vf = hf = 1; in ipu_degrees_to_rot_mode()
204 vf = hf = r90 = 1; in ipu_degrees_to_rot_mode()
211 vf ^= (u32)vflip; in ipu_degrees_to_rot_mode()
213 *mode = (enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf); in ipu_degrees_to_rot_mode()
221 u32 r90, vf, hf; in ipu_rot_mode_to_degrees() local
225 vf = ((u32)mode >> 0) & 0x1; in ipu_rot_mode_to_degrees()
227 vf ^= (u32)vflip; in ipu_rot_mode_to_degrees()
229 switch ((enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf)) { in ipu_rot_mode_to_degrees()