1. 23 Jul, 2013 - 4 commits
  2. 22 Jul, 2013 - 21 commits
  3. 21 Jul, 2013 - 7 commits
  4. 20 Jul, 2013 - 2 commits
    • Yaowu Xu's avatar
      added checks to prevent rate/distortion overflow · ea284d62
      Yaowu Xu authored
      At speed 2, due to the threshold scheme used, it is possible the rate
      and distortion assigned with INT_MAX value. The patch added checking
      to prevent the INT_MAX value is used in further calculation of RD
      scores. The patch also changed the assertion in rd_use_partition() to
      be mirror similar assertion in rd_pick_partition().
      
      Change-Id: Idb52c543cc1e10abdf6e6a5d6e9cb535a42214dc
      ea284d62
    • Dmitry Kovalev's avatar
      Removing pre probabilities from FRAME_CONTEXT. · 7e703de7
      Dmitry Kovalev authored
      Using cm->frame_contexts[cm->frame_context_idx] as source of previous
      probabilities.
      
      Change-Id: Ie03778acf0e7bebdc3a1f6a51854d4a0712f24a1
      7e703de7
  5. 19 Jul, 2013 - 6 commits