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

/external/pixman/pixman/
H A Dpixman-bits-image.c444 int y_phase_shift = 16 - y_phase_bits; local
459 y = ((y >> y_phase_shift) << y_phase_shift) + ((1 << y_phase_shift) >> 1);
462 py = (y & 0xffff) >> y_phase_shift;
746 int y_phase_shift = 16 - y_phase_bits; local
784 y = ((vy >> y_phase_shift) << y_phase_shift) + ((1 << y_phase_shift) >> 1);
787 py = (y & 0xffff) >> y_phase_shift;
[all...]

Completed in 84 milliseconds