1. 29 May, 2013 - 1 commit
    • Scott LaVarnway's avatar
      Moved use_prev_in_find_mv_refs check to frame level · 353642bc
      Scott LaVarnway authored
      This patch checks at the frame level to see if the previous
      mode info context can be used.  This patch eliminates the
      flag check that was done for every mode and removes another
      check that was done prior to every vp9_find_mv_refs().
      
      Change-Id: I9da5e18b7e7e28f8b1f90d527cad087073df2d73
      353642bc
  2. 28 May, 2013 - 3 commits
  3. 27 May, 2013 - 9 commits
  4. 26 May, 2013 - 1 commit
    • Ronald S. Bultje's avatar
      Remove splitmv. · 5cac6607
      Ronald S. Bultje authored
      Also do per-partition motion vector referencing in <sb8x8 partitions,
      and adjust mvref finding for sub8x8 partitions.
      
      Change-Id: Id3ed1ed4d2a8910d11d327db6cc63b8eb79f941f
      5cac6607
  5. 25 May, 2013 - 1 commit
  6. 24 May, 2013 - 9 commits
    • Dmitry Kovalev's avatar
    • Jingning Han's avatar
      Fix transform size coding mismatch · d0930277
      Jingning Han authored
      This commit fixes a transform size enc/dec mismatch issue in the
      key frame coding.
      
      Change-Id: I0c4f40464a367b33dd91ace84506650b1aec2873
      d0930277
    • Scott LaVarnway's avatar
      Removed setup_pre_planes() call in read_mb_modes_mv() · 64b30f41
      Scott LaVarnway authored
      This code does not seem to be necessary anymore.
      
      For the 1080p clip used, the decoder performance improved by
      ~2%.
      
      Change-Id: I66bb0496d4998b0d6c6637c746b642b77bdbef88
      64b30f41
    • Yaowu Xu's avatar
      Fix two bugs · a2db88fc
      Yaowu Xu authored
      1) Added an initialization of rd_tx_select_threshs[].
      2) Made updating transform size counts to be consistent
      
      Change-Id: Iaa9d6c6be825b0364c9d61a9802873d01356815c
      a2db88fc
    • Yaowu Xu's avatar
      update txfm size counting · f116abf7
      Yaowu Xu authored
      Change-Id: I3a26baf8b2f945fea4f1aea156e60fa79f620f86
      f116abf7
    • Paul Wilkins's avatar
      Fix bug in 4x4 band definition. · e41fd6e3
      Paul Wilkins authored
      Also some unused data structures/references removed.
      
      Change-Id: I295809e887173543e794250cb60ddaf1475ffd24
      e41fd6e3
    • Yaowu Xu's avatar
      Removed code not in use · 75850499
      Yaowu Xu authored
      As intra coded blocks are always decoded using decode_sb_intra(), this
      commmit removed the code no longer in use.
      
      Change-Id: I09f14fa9cdc875656e8fbe245f72c8fd83b9e31e
      75850499
    • Yaowu Xu's avatar
      Change txfm_type decision · 22694ca1
      Yaowu Xu authored
      The changing in intra coding to base on transform block, i.e. pred->
      txfm->quant->dequant-itxfm->recon, made all blocks within a prediction
      unit behave consistently, there is no longer a need to handle blocks
      differently based on the position within a predicitn block. So this
      commit simplifies the decision of transform type to be based on
      prediction mode only.
      
      Change-Id: If96cb72386f2e9186126ace88afa35ef085b6c96
      22694ca1
    • Jingning Han's avatar
      Fix a bug in intra4x4 level rd loop · 826efc83
      Jingning Han authored
      This commit fixed a uninitialized value use in the intra 4x4/8x4/4x8
      rate-distortion loop.
      
      Change-Id: I5c25b3536b59e4f5fbb23cf85baf93b2ccec7d72
      826efc83
  7. 23 May, 2013 - 4 commits
  8. 22 May, 2013 - 12 commits