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

/external/pixman/pixman/
H A Dpixman-filter.c309 int subsample_bits_x,
318 subsample_x = (1 << subsample_bits_x);
335 params[2] = pixman_int_to_fixed (subsample_bits_x);
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 533 milliseconds