Skip to content
Snippets Groups Projects
  1. Aug 08, 2016
    • Yi Luo's avatar
      Optimization EXT_INTRA's filtered intra predictor (SSE4.1) · 57c4711b
      Yi Luo authored
      - Add unit tests to verify the bit-exact result.
      - In speed test, function speed (for each mode/tx_size)
        improves about 23%~35%.
      - On E5-2680, park_joy_1080p, 10 frames, --kf-max-dist=1,
        encoding time improves about 1%~2%.
      
      Change-Id: Id89f313d44eea562c02e775a6253dc4df7e046a9
      57c4711b
  2. Aug 04, 2016
  3. Aug 03, 2016
  4. Aug 02, 2016
  5. Aug 01, 2016
  6. Jul 29, 2016
  7. Jul 28, 2016
  8. Jul 27, 2016
    • Jingning Han's avatar
      Separate frame context index for different frame types · 8915eb8e
      Jingning Han authored
      This commit makes the encoder to use different frame context index
      for different frame types. In the baseline setting, it sets the
      frame context index of the overlay frame to be different from other
      regular inter frames. In the ext-refs setting, it further allows
      the backward reference frame to use a different index.
      
      It improves the compression performance for both settings.
      
      Baseline
      lowres  0.12%
      
      ext-refs
      lowres  0.50%
      midres  0.56%
      
      Change-Id: I7c63ddec9fc296c56a86353cf2c661a740b97a97
      8915eb8e
    • James Zern's avatar
      .clang-format: disable DerivePointerAlignment · 725f7f9d
      James Zern authored
      everything outside of third_party should follow 'PointerAlignment:
      right' i.e., associate the '*' with the variable
      
      + add a note about the clang-format that generated this file
      
      Change-Id: I13e3f4f5fb6e22a8fa7fc3d06879c995b7c41a39
      (cherry picked from commit e4290800b21478a3f9548c58b4f15c5ba5393073)
      725f7f9d
  9. Jul 26, 2016
Loading