1. 16 Jun, 2015 - 2 commits
  2. 11 Jun, 2015 - 2 commits
  3. 10 Jun, 2015 - 7 commits
  4. 08 Jun, 2015 - 1 commit
    • Scott LaVarnway's avatar
      Update use_prev_frame_mvs flag in decoder. · c9976b32
      Scott LaVarnway authored
      Added check to see if last frame was all intra.  This will
      eliminate two checks in find_mv_refs_idx().  Also, do not
      update the frame mvs if the current frame is all intra.
      
      This improved performance on material with frequent
      intra-only frames.
      
      Change-Id: I44a4042c3670ab0d38439d565062a0e2a1ba9d1e
      c9976b32
  5. 05 Jun, 2015 - 3 commits
  6. 04 Jun, 2015 - 2 commits
  7. 02 Jun, 2015 - 1 commit
  8. 27 May, 2015 - 2 commits
  9. 22 May, 2015 - 1 commit
    • Scott LaVarnway's avatar
      Re-worked header files · b962646f
      Scott LaVarnway authored
      Various header/test files had to be re-worked in order to
      build "Remove cm parameter from vp9_decode_block_tokens()".
      
      This patch reverts the "Remove cm" part and only contains
      the re-worked header files.
      
      Change-Id: I520958a88d1991fee988a3c784d0eac40e117a32
      b962646f
  10. 20 May, 2015 - 1 commit
  11. 16 May, 2015 - 1 commit
  12. 15 May, 2015 - 2 commits
  13. 13 May, 2015 - 1 commit
    • Johann's avatar
      Relocate memory operations for common code · 1d7ccd53
      Johann authored
      With the sad functions, and hopefully the variance functions soon,
      moving to the vpx_dsp location, place the defines used in the
      reference C code in a common location.
      
      Change-Id: I4c8ce7778eb38a0a3ee674d2f1c488eda01cfeca
      1d7ccd53
  14. 11 May, 2015 - 1 commit
  15. 06 May, 2015 - 3 commits
  16. 01 May, 2015 - 1 commit
  17. 30 Apr, 2015 - 1 commit
  18. 29 Apr, 2015 - 1 commit
    • James Zern's avatar
      vpx_mem: remove vpx_memset · f58011ad
      James Zern authored
      vestigial. replace instances with memset() which they already were being
      defined to.
      
      Change-Id: Ie030cfaaa3e890dd92cf1a995fcb1927ba175201
      f58011ad
  19. 28 Apr, 2015 - 1 commit
  20. 21 Apr, 2015 - 1 commit
    • Scott LaVarnway's avatar
      Revert "Remove mi_grid_* structures." · 8b17f7f4
      Scott LaVarnway authored
      (see I3a05cf1610679fed26e0b2eadd315a9ae91afdd6)
      
      For the test clip used, the decoder performance improved by ~2%.
      This is also an intermediate step towards adding back the
      mode_info streams.
      
      Change-Id: Idddc4a3f46e4180fbebddc156c4bbf177d5c2e0d
      8b17f7f4
  21. 15 Apr, 2015 - 1 commit
  22. 09 Apr, 2015 - 1 commit
  23. 08 Apr, 2015 - 1 commit
    • Frank Galligan's avatar
      Refactor dec_build_inter_predictors · 5668dcc7
      Frank Galligan authored
      Refactor the loops in dec_build_inter_predictors to try and decrease
      the number of instructions. Limited testing saw about 1% perf
      increase on x86 and about 0.67 % perf increase on Arm.
      
      Change-Id: I69cfe6335bb562fbaaebf43fb3f5c5a2a28882a2
      5668dcc7
  24. 03 Apr, 2015 - 1 commit
  25. 01 Apr, 2015 - 1 commit