Skip to content
Snippets Groups Projects
  1. Jul 14, 2011
  2. Jul 13, 2011
  3. Jul 12, 2011
  4. Jul 11, 2011
  5. Jul 08, 2011
  6. Jul 07, 2011
  7. Jul 01, 2011
  8. Jun 30, 2011
  9. Jun 29, 2011
    • John Koleszar's avatar
      034cea5e
    • Johann Koenig's avatar
      guard against space/time distortion · bb0ca87a
      Johann Koenig 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
    • Johann Koenig's avatar
      remove incorrect initialization · fe53107f
      Johann Koenig authored
      Values were set, then reset. Only set them once.
      
      Change-Id: Iaf43c8467129f2f261f04fa9188b603aa46216b5
      fe53107f
    • Johann Koenig's avatar
      clean up warnings when building arm with rtcd · 6611f669
      Johann Koenig authored
      Change-Id: I3683cb87e9cb7c36fc22c1d70f0799c7c46a21df
      6611f669
    • John Koleszar's avatar
      vpxenc: prevent wraparound in the --rate-hist ringbuffer · 05239f0c
      John Koleszar authored
      For clips that are near 60fps and have a lot of alt refs, it's possible
      that the ring buffer holding the previous frames sizes/pts could wrap
      around, leading to a division by zero.
      
      In addition to checking for this condition in the ring buffer loop,
      the buffer size is made dependent on the actual frame rate in use,
      rather than defaulting to 60, which should improve accuracy at frame
      rates >= ~60.
      
      Change-Id: If5a04d6e847316dc5f7504f25c01164cf9332be8
      05239f0c
    • John Koleszar's avatar
  10. Jun 28, 2011
Loading