Home
last modified time | relevance | path

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

/external/pixman/pixman/
Dpixman-bits-image.c441 int x_phase_bits = pixman_fixed_to_int (params[2]); in bits_image_fetch_pixel_separable_convolution() local
443 int x_phase_shift = 16 - x_phase_bits; in bits_image_fetch_pixel_separable_convolution()
464 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight; in bits_image_fetch_pixel_separable_convolution()
743 int x_phase_bits = pixman_fixed_to_int (params[2]); in bits_image_fetch_separable_convolution_affine() local
745 int x_phase_shift = 16 - x_phase_bits; in bits_image_fetch_separable_convolution_affine()
796 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight; in bits_image_fetch_separable_convolution_affine()
Dpixman-image.c691 int x_phase_bits = pixman_fixed_to_int (params[2]); in pixman_image_set_filter() local
693 int n_x_phases = (1 << x_phase_bits); in pixman_image_set_filter()