1. 03 Apr, 2014 - 1 commit
  2. 02 Apr, 2014 - 28 commits
  3. 01 Apr, 2014 - 8 commits
  4. 31 Mar, 2014 - 3 commits
    • Alex Converse's avatar
      Propagate active map state. · 12dd53d0
      Alex Converse authored
      This fixes active map for non-rd realtime speeds.
      
      Change-Id: I1bf416de3f7ef2e5dd2eabde052cce3c0683a52c
      12dd53d0
    • Joshua Litt's avatar
      Small script to scrape json for waterfall · e1574b94
      Joshua Litt authored
      Change-Id: I879fcd3203c84fa83125e06662009d308bc2dbb6
      e1574b94
    • Jingning Han's avatar
      Apply finer quantizer to partition search frames in non-RD flow · 99893f24
      Jingning Han authored
      This commit optimizes the bit allocation for the non-RD coding flow.
      It applies slightly better quantizer to the frames, where all blocks
      run a non-RD partition search. Such frames typically have better
      rate-distortion trade off, thus improving the reconstruction quality
      for next few frames reference at reasonably low increment in rate
      cost.
      
      The coding performance for rtc set at speed -5 with error-resilient
      tuned on and rate control set as cbr is improved by 19.58%. It improved
      the coding speed by about 10% for a portion of local test clips.
      
      Change-Id: I9d56696cd4359dc8136ca10aff10fff05aaa2686
      99893f24