Searched refs:x_phase_shift (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-bits-image.c443 int x_phase_shift = 16 - x_phase_bits; local
458 x = ((x >> x_phase_shift) << x_phase_shift) + ((1 << x_phase_shift) >> 1);
461 px = (x & 0xffff) >> x_phase_shift;
745 int x_phase_shift = 16 - x_phase_bits; local
783 x = ((vx >> x_phase_shift) << x_phase_shift) + ((1 << x_phase_shift) >> 1);
786 px = (x & 0xffff) >> x_phase_shift;
[all...]

Completed in 799 milliseconds