1. 01 Aug, 2013 - 13 commits
  2. 31 Jul, 2013 - 8 commits
  3. 30 Jul, 2013 - 7 commits
  4. 29 Jul, 2013 - 10 commits
  5. 27 Jul, 2013 - 2 commits
    • Dmitry Kovalev's avatar
      Cleanup: replacing xd->mode_info_context with temp variable. · cc0ff7ec
      Dmitry Kovalev authored
      Change-Id: I5a3e83102784cabb918a5404405fcab99c5bb9b6
      cc0ff7ec
    • Ronald S. Bultje's avatar
      Inverse dimension order in token_cost array. · 118ccdcd
      Ronald S. Bultje authored
      This allows us to increment the position at the band-level only as
      we go from one band to the next; more importantly, that allows us to
      use an add instead of multiply instruction, and omit the instruction
      altogether if the band doesn't change from one coef to the next, thus
      being slightly faster (probably more noticeable on systems where a
      multiply is expensive, like arm).
      
      Change-Id: I4343fe35b9f9a47fa00b217bdcbf5f91ff96c381
      118ccdcd