1. 18 Jul, 2011 - 2 commits
  2. 15 Jul, 2011 - 3 commits
  3. 14 Jul, 2011 - 2 commits
  4. 13 Jul, 2011 - 10 commits
  5. 12 Jul, 2011 - 4 commits
  6. 11 Jul, 2011 - 1 commit
  7. 08 Jul, 2011 - 6 commits
  8. 07 Jul, 2011 - 2 commits
  9. 01 Jul, 2011 - 1 commit
  10. 30 Jun, 2011 - 5 commits
  11. 29 Jun, 2011 - 4 commits
    • John Koleszar's avatar
      034cea5e
    • Johann's avatar
      guard against space/time distortion · bb0ca87a
      Johann authored
      and divide by 0 errors
      
      Change-Id: I8af5ca3d0913cb6f278fff754f8772bcb62e674a
      bb0ca87a
    • Paul Wilkins's avatar
      Merge "Change to arf boost calculation." · eacaabc5
      Paul Wilkins authored
      eacaabc5
    • Paul Wilkins's avatar
      Change to arf boost calculation. · 11694aab
      Paul Wilkins authored
      In this commit I have added an experimental function
      that tests prediction quality either side of a central position
      to calculate a suggested boost number for an ARF frame.
      
      The function is passed an offset from the current position and
      a number of frames to search forwards and backwards.
      It returns a forward, backward and compound boost number.
      
      The new code can be deactivated using #define NEW_BOOST 0
      
      In its current default state the code searches forwards and backwards
      from the proposed  position of the next alt ref.
      
      The the old code used a boost number calculated by scanning forward
      from the previous GF up to the proposed alt ref frame position.
      
      I have also added some code to try and prevent placement of a gf/arf
      where there is a brief flash.
      
      Change-Id: I98af789a5181148659f10dd5dd2ff2d4250cd51c
      11694aab