Skip to content
Snippets Groups Projects
  1. Nov 19, 2013
  2. Nov 18, 2013
  3. Nov 17, 2013
  4. Nov 16, 2013
    • Tom Finegan's avatar
      vpxdec: Restore IVF support. · 5ae4ba57
      Tom Finegan authored
      Refactored IVF frame reading code out into ivf_read_frame(). Forgot
      to actually make the function call in read_frame().
      
      Change-Id: Ie9f6917e70bd26d0352a761932465c60a29a1f81
      5ae4ba57
    • Yunqing Wang's avatar
      Do horizontal loopfiltering in parallel · 64f728ca
      Yunqing Wang authored
      This patch followed "Rewrite filter_selectively_horiz for parallel
      loopfiltering" commit, and added x86 SSE2 optimization to do
      16-pixel filtering in parallel. Also, corrected the declaration
      of aligned arrays. For 8-pixel-in-parallel case, improved the
      calculation of the masks and filters. Updated the threshold loading
      since the thresholds were already duplicated. Updated neon C functions
      to call neon loopfilters twice.
      
      Using tulip clip, tests showed it gave a ~1.5% decoder speed gain.
      
      Change-Id: Id02638626ac27a4b0e0b09d71792a24c0499bd35
      64f728ca
  5. Nov 15, 2013
  6. Nov 14, 2013
Loading