Searched refs:CubicBC (Results 1 - 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | resize.c | 211 static double CubicBC(const double x,const ResizeFilter *resize_filter) 799 SincFast(), and CubicBC() functions, which may have multiple filter to 811 B,C; /* BC-spline coefficients, ignored if not a CubicBC filter. */ 824 { CubicBC, 1.0, 1.0, 0.0, 0.0, CubicBCWeightingFunction }, /* Hermite (cubic B=C=0) */ 830 { CubicBC, 2.0, 2.0, 1.0, 0.0, CubicBCWeightingFunction }, /* General Cubic Filter */ 831 { CubicBC, 2.0, 1.0, 0.0, 0.5, CubicBCWeightingFunction }, /* Catmull-Rom (B=0,C=1/2) */ 832 { CubicBC, 2.0, 8.0/7.0, 1./3., 1./3., CubicBCWeightingFunction }, /* Mitchell (B=C=1/3) */ 838 { CubicBC, 2.0, 2.0, 1.0, 0.0, CubicBCWeightingFunction }, /* Parzen (B-Spline window) */ 847 { CubicBC, 2.0, 1.1685777620836932, 850 { CubicBC, 2. 207 static double CubicBC(const double x,const ResizeFilter *resize_filter) function [all...] |
H A D | accelerate-kernels-private.h | 2265 // Based on CubicBC from resize.c 2266 float CubicBC(const float x,const __global float* resizeFilterCoefficients) 2382 return CubicBC(x,filterCoefficients);
|
Completed in 87 milliseconds