1. 25 Oct, 2012 - 4 commits
  2. 24 Oct, 2012 - 4 commits
  3. 23 Oct, 2012 - 5 commits
  4. 22 Oct, 2012 - 11 commits
  5. 21 Oct, 2012 - 1 commit
  6. 20 Oct, 2012 - 1 commit
  7. 19 Oct, 2012 - 5 commits
    • Scott LaVarnway's avatar
      Re-enable specialized sse2 block loop filter functions · a1571b8c
      Scott LaVarnway authored
      vp8_loop_filter_bh and vp8_loop_filter_bv
      
      Change-Id: I0a77d38c701a6cce96cb8371c7f3ab7e2e7f878c
      a1571b8c
    • Scott LaVarnway's avatar
      sse2 intrinsic version of vp8_mbloop_filter_vertical_edge() · 085433c2
      Scott LaVarnway authored
      First sse2 version of vp8_mbloop_filter_vertical_edge().  For now,
      intrinsics are being used until the bitstream is finalized.  This function
      will be revisited later for further performance improvements.
      
      For the test clip used, a 34+% decoder performance improvement
      was seen.  This will vary depending on material.
      
      Change-Id: I455b438bc8d8af76cf7533ac42eda5f689b21f7c
      085433c2
    • John Koleszar's avatar
      calculate probs consistently · 91dc8ce7
      John Koleszar authored
      There were several different methods for calculating bitstream
      probabilities in use. Consolodate these into a pair of functions,
      get_prob() and get_binary_prob().
      
      Change-Id: I5534f517f74027fee16d89c9baefaafea8156b2f
      91dc8ce7
    • John Koleszar's avatar
      Remove bc, bc2 from pbi,cpi,xd · e9fd1eac
      John Koleszar authored
      Pass the bool coder to be used explicitly. This avoids cases where two
      different bool coders can be addressed from the same function. Also be
      more consistent with bool coder variable naming, start to standardize
      on 'bc'.
      
      Change-Id: I1c95e2fdbe24ebe8c0f84924daa1728e3b054a31
      e9fd1eac
    • Deb Mukherjee's avatar
      Some cleanups and fixes. · f3208f36
      Deb Mukherjee authored
      Separates the logic on transform type selection previously spread out
      over a number of files into a separate function. Currently the tx_type
      field in b_mode_info is not used, but still left in there to eventually
      use for signaling the transform type in the bitstream.
      
      Also, now for tx_type = DCT_DCT, the regular integer DCT is used, as
      opposed to the floating point DCT used in conjuction with hybrid
      transform.
      
      Results change somewhat due to the transform change, but are within
      reasonable limits. The hd/std-hd sets are slightly up, while derf/yt
      are slightly down.
      
      Change-Id: I5776840c2239ca2da31ca6cfd7fd1148dc5f9e0f
      f3208f36
  8. 18 Oct, 2012 - 3 commits
  9. 17 Oct, 2012 - 6 commits