1. 24 May, 2013 - 7 commits
    • 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
    • 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
  2. 23 May, 2013 - 4 commits
  3. 22 May, 2013 - 14 commits
  4. 21 May, 2013 - 12 commits
  5. 20 May, 2013 - 3 commits