1. 25 Nov, 2013 - 2 commits
  2. 23 Nov, 2013 - 2 commits
  3. 22 Nov, 2013 - 7 commits
    • Dmitry Kovalev's avatar
      Cleaning up vp9_append_sub8x8_mvs_for_idx. · 52fa10a9
      Dmitry Kovalev authored
      Change-Id: Ic92f15d82ff5cfa3df655d08e460335c2ef8a325
      52fa10a9
    • Dmitry Kovalev's avatar
      Using partition counts from FRAME_COUNTS struct in the encoder. · 75e4377d
      Dmitry Kovalev authored
      Change-Id: I6c3d47b00acabe7ffba22ffc73741173aa9a0bff
      75e4377d
    • Jingning Han's avatar
      Separate setup_scale_factor/extend_frame_borders · 86d2a9b9
      Jingning Han authored
      This commit takes out vp9_extend_frame_borders from
      vp9_setup_scale_factors.
      
      The refactoring is for the preparation of the use of lazy border
      extension at decoder. This makes it necessary to handle border
      extension separately at encoder/decoder. The use of
      vp9_extend_frame_borders will be removed, when lazy border extension
      is ready.
      
      Change-Id: Ia3baba3d179d5f11eee1634f19b3b319d2a59186
      86d2a9b9
    • Adrian Grange's avatar
      Fix decoder to handle display size correctly · 2117fe05
      Adrian Grange authored
      The decoder ignored the display width & height
      specified in the frame header.
      
      This patch adds a control, VP9D_GET_DISPLAY_SIZE, to
      allow the application to obtain the display width and
      height from the frame header.
      
      vpxdec has been modified to scale the output frame to
      this size.
      
      Should the request for the display size fail vpxdec will
      use the native width and height of the raw decoded
      frame instead.
      
      Change-Id: I25db04407426dac730263720c75a7dd6400af68a
      2117fe05
    • Deb Mukherjee's avatar
      Refactoring of rate control - part 1 · f1781e86
      Deb Mukherjee authored
      Moves all rate control variables to a separate structure,
      removes some currently unused variables,
      moves some rate control functions to vp9_ratectrl.c,
      and splits the encode_frame_to_data_rate function.
      
      Change-Id: I4ed54c24764b3b6de2dd676484f01473724ab52b
      f1781e86
    • Dmitry Kovalev's avatar
      Removing txfrm_block_to_raster_xy() call from extend_for_intra(). · 7c8cac3c
      Dmitry Kovalev authored
      Change-Id: I6a48d1f35ed5fe7a2c7499675b339994c9c3bdf2
      7c8cac3c
    • Jim Bankoski's avatar
      detokenization speedups · 70ffd5d0
      Jim Bankoski authored
      removed unnecessary ifs and branches ..
      
      Change-Id: Id1698a35292659388f48926791024d1400f2cea9
      70ffd5d0
  4. 21 Nov, 2013 - 6 commits
  5. 20 Nov, 2013 - 11 commits
  6. 19 Nov, 2013 - 12 commits