1. 25 Jul, 2016 - 1 commit
  2. 21 Jul, 2015 - 2 commits
    • Yaowu Xu's avatar
      vpx_dsp/prob.h: vp9_ -> vpx_ · 70ad6680
      Yaowu Xu authored
      change prefix vp9_ to vpx_ for non codec specific functions and data
      structures.
      
      Change-Id: I97c7e6422eceea99212b93f4942bc2187763a07c
      70ad6680
    • Yaowu Xu's avatar
      vpx_dsp/bitreader.h: vp9_->vpx_ · bf82514b
      Yaowu Xu authored
      Replace vp9_ in names to vpx_ as they are not codec specific.
      
      Change-Id: I2e583aa63dee769353ada4b42417aa15c4074ebb
      bf82514b
  3. 20 Jul, 2015 - 1 commit
  4. 17 Jul, 2015 - 1 commit
  5. 23 Jan, 2015 - 1 commit
    • Yaowu Xu's avatar
      Replace divide with look-up · eda17976
      Yaowu Xu authored
      This commit replaces an integer divide with a table-lookup. It is
      to improve decoding speed, and at the same time, to reduce possible
      complications with a bug in AMD Family 12h processors:
      
      "665 Integer Divide Instruction May Cause Unpredictable Behavior"
      
      Change-Id: I678b707a538798a923850bac467e66e847e6def7
      eda17976
  6. 19 Feb, 2014 - 1 commit
  7. 10 Feb, 2014 - 1 commit
  8. 16 Dec, 2013 - 1 commit