HomeSort by relevance Sort by last modified time
    Searched full:vp8_gaussian (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/common/
postproc.c 431 double vp8_gaussian(double sigma, double mu, double x) function
459 const int v = (int)(.5 + 256 * vp8_gaussian(sigma, 0, i));
    [all...]

Completed in 90 milliseconds