Skip to content
  • Frank Bossen's avatar
    Frame reordering (#629) · 58e3084b
    Frank Bossen authored
    * Add code to reorder frames during encoding
    
    * Use BTreeMap instead of VecDequeue to hold input frames
    
    * Implement sign bias in MV prediction
    
    * Disable reuse of learned prob and change ref frame semantics
    
    Use LAST2 instead of ALTREF when the second reference frame is also
    in the past
    58e3084b