Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlurMF.cpp1133 static uint8_t eval_V(float top, int y, const uint8_t* integral, int integralSize, float sixSigma) { in eval_V() function
1173 accum += kernel[i] * eval_V(topVec[xSampleLoc], y, integral, integralSize, sixSigma); in eval_H()