Lines Matching refs:hf
139 u32 r90, vf, hf;
143 vf = hf = r90 = 0;
146 vf = hf = 0;
150 vf = hf = 1;
154 vf = hf = r90 = 1;
160 hf ^= (u32)hflip;
163 *mode = (enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf);
171 u32 r90, vf, hf;
174 hf = ((u32)mode >> 1) & 0x1;
176 hf ^= (u32)hflip;
179 switch ((enum ipu_rotate_mode)((r90 << 2) | (hf << 1) | vf)) {