1. 18 Jan, 2014 - 1 commit
  2. 17 Jan, 2014 - 6 commits
  3. 16 Jan, 2014 - 2 commits
    • Alex Converse's avatar
      Fix key frames for one pass. · 2b3891d9
      Alex Converse authored
      Set this_key_frame_forced flag and don't use kf_boost when not set.
      
      Change-Id: Ibe66a82fa9219e60db358ddeb43d6471816c8b50
      2b3891d9
    • Jingning Han's avatar
      Inter-frame non-RD mode decision · 2f52decd
      Jingning Han authored
      This commit setups a test framework for real-time coding. It enables
      a light motion search for non-RD mode decision purpose.
      
      Change-Id: I8bec656331539e963c2b685a70e43e0ae32a6e9d
      2f52decd
  4. 15 Jan, 2014 - 10 commits
  5. 14 Jan, 2014 - 7 commits
  6. 13 Jan, 2014 - 12 commits
  7. 11 Jan, 2014 - 2 commits
    • Dmitry Kovalev's avatar
      Cleaning up reatectrl.c file. · d2c1e8a5
      Dmitry Kovalev authored
      Adding temp variable for &cpi->rc.
      
      Change-Id: Id9a658659354c12e1940532ff85311ce89071b2f
      d2c1e8a5
    • Dmitry Kovalev's avatar
      Cleaning up and fixing psnr calculation code. · 4def0a81
      Dmitry Kovalev authored
      Introducing calc_psnr() which calculates psnr between two yv12 buffers.
      Previously we incorrectly used width/height instead of
      crop_width/crop_height to calculate number of samples -- fixed.
      
      Change-Id: Iecda01980555de55ad347e0276e6641c793fa56c
      4def0a81