Skip to content
Snippets Groups Projects
  1. Mar 16, 2016
  2. Mar 15, 2016
  3. Mar 14, 2016
    • Hui Su's avatar
      Fix typos in unit tests · b1a38715
      Hui Su authored
      Change-Id: Idff52b337ab2d494c0c26e0d2c71ab3ee8208691
      b1a38715
    • Yue Chen's avatar
      Speed up rd selection in OBMC experiment · b5f8b70c
      Yue Chen authored
      Instead of testing all interpfilter-BMC/OBMC combinations, we choose
      the best interpolation filter based on regular inter prediction.
      
      Reduction in encoding time: ~10%
      Drop in performance gain: 0.08% lowres, 0.04% midres
      
      Change-Id: Ifc19097a918ac76b529db9af4c60e2c70e93f7ad
      b5f8b70c
    • 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
  4. Mar 12, 2016
  5. Mar 11, 2016
  6. Mar 10, 2016
  7. Mar 09, 2016
  8. Mar 08, 2016
    • Yi Luo's avatar
      Implemented DST 16x16 SSE2 intrinsics optimization · 50a164a1
      Yi Luo authored
      - Implemented fdst16_sse2(), fdst16_8col() against C version: fdst16().
      - Turned on 7 DST related hybrid txfm types in vp10_fht16x16_sse2().
      - Replaced vp10_fht10x10_c() with vp10_fht16x16_sse2() in
        fwd_txfm_16x16().
      - Added vp10_fht16x16_sse2() unit test against C version:
        vp10_fht16x16_c() (--gtest_filter=*VP10Trans16x16*).
      - Unit test passed.
      - Speed improvement: 2.4%, 3.2%, 3.2%, for city_cif.y4m, garden_sif.y4m,
        and mobile_cif.y4m.
      
      Change-Id: Ib30a67ce5d5964bef143d588d0f8fa438be8901f
      50a164a1
Loading