Searched defs:subsample_bits_y (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-filter.c310 int subsample_bits_y)
319 subsample_y = (1 << subsample_bits_y);
336 params[3] = pixman_int_to_fixed (subsample_bits_y);
302 pixman_filter_create_separable_convolution(int *n_values, pixman_fixed_t scale_x, pixman_fixed_t scale_y, pixman_kernel_t reconstruct_x, pixman_kernel_t reconstruct_y, pixman_kernel_t sample_x, pixman_kernel_t sample_y, int subsample_bits_x, int subsample_bits_y) argument

Completed in 47 milliseconds