Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c374 static double gaussian(double sigma, double mu, double x) { in gaussian() function
399 int a = (int)(0.5 + 256 * gaussian(sigma, 0, i)); in fillrd()