Searched refs:x_phase_bits (Results 1 – 2 of 2) sorted by relevance
441 int x_phase_bits = pixman_fixed_to_int (params[2]); in bits_image_fetch_pixel_separable_convolution() local443 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() local745 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()
691 int x_phase_bits = pixman_fixed_to_int (params[2]); in pixman_image_set_filter() local693 int n_x_phases = (1 << x_phase_bits); in pixman_image_set_filter()