Home
last modified time | relevance | path

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

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