Skip to content
Snippets Groups Projects
  1. Mar 11, 2016
  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
Loading