Skip to content
Snippets Groups Projects
  1. Mar 07, 2016
  2. Mar 05, 2016
  3. Mar 04, 2016
    • Yue Chen's avatar
      Fix a bug in obmc prediction · 10cdeab4
      Yue Chen authored
      For left side obmc, the input of the mask function is corrected as
      the column coordinate.
      Also, minor fixes for a compiler warning.
      
      Change-Id: Ia981ef443d5b0285a93d73e5c7ab83f8c3a23464
      10cdeab4
    • Yi Luo's avatar
      Added vp10_fht4x4_sse2() unit test · 267f73a1
      Yi Luo authored
      Inherited class TransformTestBase to derived class VP10Trans4x4HT.
      Employed RunCoeffCheck() to test vp10_fht4x4_sse2() against
      C reference vp10_fht4x4_c().
      fdst4_sse2() related seven hybrid transform cases are covered
       in this test.
      Wrote a header file for test base class. Some modification to
      make sure the base class can be used for 8x8, 16x16, 32x32 cases.
      All related tests passed.
      
      Change-Id: I6b19a39d3ea30b657847781e78e73b829998a57a
      267f73a1
    • Sarah Parker's avatar
      Adding speed feature interface for ext tx search · 2ca7d42e
      Sarah Parker authored
      This sets up the interface for 3 speed features that progressively
      eliminate a greater number of transforms in ext tx using
      pre-trained support vector machines.
      Each speed feature still needs to be implemented.
      
      Change-Id: Ia508aeadc0cffdc080fb227f357a5d1dfbca08e2
      2ca7d42e
    • Jingning Han's avatar
  4. Mar 03, 2016
  5. Mar 02, 2016
  6. Mar 01, 2016
  7. Feb 29, 2016
    • Yunqing Wang's avatar
      Do sub-pixel motion search in up-sampled reference frames · 342a368f
      Yunqing Wang authored
      Up-sampled the reference frames to 8 times in each dimension using
      the 8-tap interpolation filter. In sub-pixel motion search, use the
      up-sampled reference frames to find the best matching blocks. This
      largely improved the motion search precision, and thus, improved
      the compression quality. There was no change in decoder side.
      
      Borg test and speed test results:
      1. On derflr set,
      Overall PSNR gain: 1.306%, and SSIM gain: 1.512%.
      Average speed loss on derf set was 6.0%.
      2. On stdhd set,
      Overall PSNR gain: 0.754%, and SSIM gain: 0.814%.
      On hevchd set,
      Overall PSNR gain: 0.465%, and SSIM gain: 0.527%.
      Speed loss on HD clips was 3.5%.
      
      Change-Id: I300ebaafff57e88914f3dedc8784cb21d316b04f
      342a368f
    • Deb Mukherjee's avatar
      A build fix and some other cosmetic changes · db084506
      Deb Mukherjee authored
      Fixes some issues introduced by a merge of two patches.
      Also decouples the temporal interpolation filter from the switchable
      filters for now for ease of experimentation with both separately.
      
      Change-Id: If1c7c08adf00e0cf818fe8d0d3656c26ea65eb32
      db084506
    • Deb Mukherjee's avatar
  8. Feb 27, 2016
  9. Feb 26, 2016
    • Deb Mukherjee's avatar
      Some refactoring and cleanups of interp filter · bab2912b
      Deb Mukherjee authored
      Includes various cosmetic changes and refactoring including
      naming the sharp filters differently (since they are no longer
      8-tap).
      
      Change-Id: Ida5a19ca0daa9f6a64a6734394c685b2a4a2564a
      bab2912b
    • Jingning Han's avatar
      Enable improved temporal filter in ext-interp experiment · 95d35a4a
      Jingning Han authored
      It improves the coding performance by 0.3%.
      
      Change-Id: I9703abd705ceacdf9e7424428e5120253cadcc18
      95d35a4a
    • Jingning Han's avatar
      Unify frame border extension operation · d1d11fc6
      Jingning Han authored
      This commit unifies the encoder and decoder border extension and
      motion compensated prediction process. Remove the decoder specific
      flow to simplify the development flow.
      
      Change-Id: I9c43bbe6d7c017e6da2db6a62c5bf3d0af7ccfce
      d1d11fc6
    • Hui Su's avatar
      Fix compiler warnings · 4aeabf1b
      Hui Su authored
      Change-Id: Id7240260cec471a3f8d0986b9c8df06efda925f9
      4aeabf1b
    • Geza Lore's avatar
      Port interintra experiment from nextgen. · 7ded038a
      Geza Lore authored
      The interintra experiment, which combines an inter prediction and an
      inter prediction have been ported from the nextgen branch. The
      experiment is merged into ext_inter, so there is no separate configure
      option to enable it.
      
      Change-Id: I0cc20cefd29e9b77ab7bbbb709abc11512320325
      7ded038a
Loading