1. 29 May, 2014 1 commit
  2. 15 Jan, 2014 1 commit
  3. 30 Aug, 2013 1 commit
  4. 06 Feb, 2013 2 commits
  5. 23 Jan, 2013 1 commit
  6. 10 Oct, 2012 1 commit
  7. 10 Apr, 2012 1 commit
  8. 20 Feb, 2012 1 commit
  9. 16 Jan, 2012 1 commit
  10. 15 Jan, 2012 1 commit
    • Christophe GISQUET's avatar
      rv34: Intra 16x16 handling · d7806238
      Christophe GISQUET authored
      Extract processing of intra 16x16 blocks from intra macroblock
      processing.
      Also implement a function performing inverse transform and block
      reconstruction for DC-only blocks in 1 pass instead of 2.
      d7806238
  11. 12 Jan, 2012 1 commit
    • Christophe GISQUET's avatar
      rv34: DC-only inverse transform · 3faa303a
      Christophe GISQUET authored
      When decoding coefficients, detect whether the block is DC-only, and take
      advantage of this knowledge to perform DC-only inverse transform.
      
      This is achieved by:
      - first, changing the 108x4 element modulo_three_table into a 108 element
        table (kind of base4), and accessing each value using mask and shifts.
      - then, checking low bits for 0 (as they represent the presence of higher
        frequency coefficients)
      
      Also provide x86 SIMD code for the DC-only inverse transform.
      Signed-off-by: 's avatarKostya Shishkov <kostya.shishkov@gmail.com>
      3faa303a
  12. 04 Jan, 2012 1 commit
  13. 14 Dec, 2011 1 commit
  14. 13 Dec, 2011 1 commit
  15. 06 Dec, 2011 2 commits
  16. 30 Nov, 2011 1 commit
  17. 12 Oct, 2011 1 commit
  18. 11 Aug, 2011 2 commits
  19. 14 Jul, 2011 1 commit
  20. 19 Mar, 2011 1 commit
  21. 20 Apr, 2010 1 commit
  22. 28 Sep, 2009 2 commits
  23. 01 Feb, 2009 1 commit
  24. 30 Jan, 2009 1 commit
  25. 26 Dec, 2008 2 commits
  26. 04 Oct, 2008 1 commit
  27. 31 Aug, 2008 1 commit
  28. 18 Aug, 2008 1 commit
  29. 03 May, 2008 3 commits
  30. 17 Oct, 2007 1 commit
  31. 09 Jul, 2007 1 commit
  32. 17 Jun, 2007 2 commits