Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c426 double vp8_gaussian(double sigma, double mu, double x) in vp8_gaussian() function
454 const int v = (int)(.5 + 256 * vp8_gaussian(sigma, 0, i)); in fillrd()