Home
last modified time | relevance | path

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

/external/pixman/pixman/
Dpixman-bits-image.c447 pixman_fixed_t *y_params; in bits_image_fetch_pixel_separable_convolution() local
464 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight; in bits_image_fetch_pixel_separable_convolution()
475 pixman_fixed_48_16_t fy = *y_params++; in bits_image_fetch_pixel_separable_convolution()
768 pixman_fixed_t *y_params; in bits_image_fetch_separable_convolution_affine() local
796 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight; in bits_image_fetch_separable_convolution_affine()
800 pixman_fixed_t fy = *y_params++; in bits_image_fetch_separable_convolution_affine()