Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-image.c739 int y_phase_bits = pixman_fixed_to_int (params[3]); in pixman_image_set_filter() local
741 int n_y_phases = (1 << y_phase_bits); in pixman_image_set_filter()
Dpixman-bits-image.c338 int y_phase_bits = pixman_fixed_to_int (params[3]); in bits_image_fetch_pixel_separable_convolution() local
340 int y_phase_shift = 16 - y_phase_bits; in bits_image_fetch_pixel_separable_convolution()
Dpixman-fast-path.c2722 int y_phase_bits = pixman_fixed_to_int (params[3]); in bits_image_fetch_separable_convolution_affine() local
2724 int y_phase_shift = 16 - y_phase_bits; in bits_image_fetch_separable_convolution_affine()