Skip to content
Snippets Groups Projects
  1. Sep 14, 2018
  2. Sep 13, 2018
  3. Sep 11, 2018
  4. Sep 10, 2018
  5. Sep 09, 2018
  6. Sep 08, 2018
  7. Sep 07, 2018
    • Yan Zhang's avatar
      1/16-pel motion vector storage · 87962805
      Yan Zhang authored
      Motion vecotrs are always stored with 1/16-pel precision; highprec flag,
      setLow() and setHigh() functions are removed from the MV class; SPS
      HighPrecision flag is also removed.
      
      The following strategies are followed:
      
      1. Motion vector data in the buffer are always stored in high precision.
      2. Motion vector used for motion compensation are always in high precision.
      3. Motion vector difference data are always in low precision.
      4. Encoder side motion estimation always use low precision.
      5. Motion vector bits calculation are always performed in low precision.
      6. Candidates of motion vector prediction list are always in low precision.
      87962805
    • Yan Zhang's avatar
      1/16-pel motion vector storage · 9dc004f9
      Yan Zhang authored
      Motion vecotrs are always stored with 1/16-pel precision and the High
      precision motion vector SPS flags are removed.
      
      The following strategies are followed:
      
      1. Motion vector data in the buffer are always stored in high precision.
      2. Motion vector used for motion compensation are always in high
      precision.
      3. Motion vector difference data are always in low precision.
      4. Encoder side motion estimation always use low precision.
      5. Motion vector bits calculation are always performed in low precision.
      6. Candidates of motion vector prediction list are always in low
      precision.
      9dc004f9
  8. Sep 05, 2018
  9. Sep 04, 2018
  10. Sep 03, 2018
Loading