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

/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution.cc34 float in_n,
41 return b[0] * in_n + b[1] * w[n-1] + b[2] * w[n-2] + b[3] * w[n-3];
46 return b[0] * (in_n - in_n_1) +
33 ForwardFilter(float in_n_1, float in_n, float in_n1, const std::vector<float>& w, int n, const float* b) argument

Completed in 150 milliseconds