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

  /external/libvpx/vp8/common/
postproc.c 380 double vp8_gaussian(double sigma, double mu, double x) function
412 int a = (int)(.5 + 256 * vp8_gaussian(sigma, 0, i));
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 45 extern double vp8_gaussian(double sigma, double mu, double x);
1083 double g = 256 * vp8_gaussian(sigma, 0, 1.0 * i);
    [all...]

Completed in 90 milliseconds