Skip to content
Snippets Groups Projects
  1. Mar 14, 2016
    • Jingning Han's avatar
      Turn off 32x32 transform type selection · a2c87a3d
      Jingning Han authored
      Temporarily disable transform type selection for 32x32 transform
      block size. This speeds up the encoding process. For bus at CIF
      150 frames, the encoding time goes from 896s -> 762s (11% faster).
      The compression performance for lowres set is improved by 0.15%,
      and -0.029% for hdres.
      
      Change-Id: If239b272970eb302150bec13b8cf192fbe045332
      a2c87a3d
  2. Mar 10, 2016
  3. Mar 09, 2016
  4. Mar 08, 2016
  5. Mar 07, 2016
  6. Mar 05, 2016
  7. 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
  8. Mar 03, 2016
Loading