1. 28 Apr, 2007 4 commits
  2. 27 Apr, 2007 4 commits
  3. 26 Apr, 2007 12 commits
  4. 25 Apr, 2007 12 commits
  5. 24 Apr, 2007 5 commits
  6. 23 Apr, 2007 3 commits
    • Antoine Cellerier's avatar
      Yet another optimisation for the gaussian filter. This adds a compile · d08ba168
      Antoine Cellerier authored
      time option to use floats instead of integers. Performance comparison
      is:
      (performance is in numbers of samples output by oprofile. Less is better)
      
      sigma   old version (integers)       integers       floats
       2.0    556889                    466435 (-17%)  481293 (-13%)
       4.0    902749 (core maxed out)   732755 (-19%)  716070 (-21%)
      
      I'll have to check why relative performance gain depends on sigma when
      comparing the the float and integer versions.
      
      I'll aslo add another module (most likely named fastgaussianblur.c)
      based on Frederick M. Waltz and John W. V. Miller's "An efficient
      algorithm for Gaussian blur using finite-state machines" article. This
      seems to be way faster (but it's doesn't allow as much granularity in
      the gaussian's choice and it adds an error compared to this module).
      
      d08ba168
    • Jean-Baptiste Kempf's avatar
      Repair live patch. · 3a72b28f
      Jean-Baptiste Kempf authored
      The arm.config error that occurs is just that someone commited a dos file...
      dos2unix could fix it. but it is not on Apples....
      
      3a72b28f
    • Jean-Baptiste Kempf's avatar
      GNutls ++ · feff2e48
      Jean-Baptiste Kempf authored
      feff2e48