Skip to content
Snippets Groups Projects
  1. May 10, 2016
    • Nathan E. Egge's avatar
      Remove unused keyframe constant tables. · 06259581
      Nathan E. Egge authored
      The tables av1_kf_uv_mode_prob[INTRA_MODES][INTRA_MODES - 1] and
       av1_kf_partition_probs[PARTITION_CONTEXTS][PARTITION_TYPES - 1] are not
       referenced anywhere in vp10 or av1 and can be removed.
      
      Change-Id: Ibaf8d8de125fc2341beaf14733200d792d8d583c
      06259581
  2. May 03, 2016
  3. May 02, 2016
  4. Apr 29, 2016
  5. Apr 13, 2016
  6. Apr 12, 2016
  7. Apr 09, 2016
  8. Apr 08, 2016
  9. Apr 06, 2016
  10. Apr 05, 2016
  11. Apr 04, 2016
  12. Apr 02, 2016
    • Jingning Han's avatar
      Support multiple reference motion vector candidates · 9fdd1124
      Jingning Han authored
      This commit generalizes dynamic reference motion vector coding mode
      to support multiple candidate modes in the rate-distortion
      optimization scheme and to support the selection in the bit-stream
      syntax. The maximum number of modes allowed is currently limited to
      4. The syntax elements for the dynamic reference motion vector
      modes are using binary codes.
      
      Change-Id: I63ada01c18d4aaa2e3770811130fa8a42a88ab62
      9fdd1124
  13. Apr 01, 2016
    • Jingning Han's avatar
      Enable dynamic motion vector referencing system · 883f1df7
      Jingning Han authored
      This commit enables the dynamice motion vector referencing system
      for inter predicted modes with single reference frame.
      
      Change-Id: Ib3502c746276a859a7b443ec2687b71d4c788dc0
      883f1df7
    • Jingning Han's avatar
      Generate compound reference motion vector · 472615c3
      Jingning Han authored
      Use and compare the reference frame vector to find the reference
      motion vector candidates for compound mode.
      
      Change-Id: Ie9d1006f5121593a2311fcaeac411a54a705d266
      472615c3
    • Jingning Han's avatar
      Properly reset ZEROMV mode context · d53bc5f9
      Jingning Han authored
      When the current frame does not have its previous frame for
      reference, reset the ZEROMV mode context.
      
      Change-Id: I6018ede03adea76c4c5335e0eb34ab60df0576c7
      d53bc5f9
    • Jingning Han's avatar
      Fix use_prev_frame_mvs assignment · 51c5b0d9
      Jingning Han authored
      This commit synchronizes the value assigned to cm->use_prev_frame_mvs.
      It resolves a potential mismatch between encoder and decoder.
      
      Change-Id: I2208017db73f8a83cbb50027776db8dc67526b44
      51c5b0d9
  14. Mar 31, 2016
    • Jingning Han's avatar
      Refactor reference motion vector search process · aeb60057
      Jingning Han authored
      Unify the reference motion vector candidate search for row, column,
      and single block cases. Make it support later extended reference
      frame contexts.
      
      Change-Id: I1278a9f1ed8561eccc8460b4edff4b97d438ad9b
      aeb60057
Loading