Skip to content
Snippets Groups Projects
  1. Sep 15, 2016
    • James Zern's avatar
      .clang-format: update to 3.8.1 · 964a717a
      James Zern authored
      based on --style=Google with the following differences:
      3a4
      > # Generated with clang-format 3.8.1
      13c14
      < AllowShortCaseLabelsOnASingleLine: false
      ---
      > AllowShortCaseLabelsOnASingleLine: true
      41c42
      < ConstructorInitializerAllOnOneLineOrOnePerLine: true
      ---
      > ConstructorInitializerAllOnOneLineOrOnePerLine: false
      44,45c45,46
      < Cpp11BracedListStyle: true
      < DerivePointerAlignment: true
      ---
      > Cpp11BracedListStyle: false
      > DerivePointerAlignment: false
      73c74
      < PointerAlignment: Left
      ---
      > PointerAlignment: Right
      75c76
      < SortIncludes:    true
      ---
      > SortIncludes:    false
      
      SortIncludes will like be enabled in a future commit
      
      Change-Id: I5c404f44081b65354e7f526411c91fbbe31ac5af
      (cherry picked from commit 6d84689870e1437b2ebb5df56c672b3249b975bb)
      964a717a
  2. Sep 09, 2016
  3. Sep 08, 2016
    • Deb Mukherjee's avatar
      Rd fixes and cleanups · 096ae4cb
      Deb Mukherjee authored
      A minor cleanup and an enhancement to return y_skip correctly
      from sub8x8 intra mode search.
      
      Change-Id: I87256d3cc5f57a2fd7b837d461cc1a7f06e01a1b
      096ae4cb
    • Peter de Rivaz's avatar
      Fix some var_tx related rd_costing mismatches · c0b4d7ae
      Peter de Rivaz authored
      This makes the code in select_tx_size_fix_type match the
      corresponding code in pack_inter_mode_mvs.
      
      Change-Id: I69bcc0dc6fdd733091fafe9188a3f7397e1e613f
      c0b4d7ae
    • James Zern's avatar
      aom_mem,align_addr: use ~ to create mask · 20b85983
      James Zern authored
      removes the need for an intermediate cast to int, which was missing in
      the call added in:
      73a3fd47 aom_mem: Refactor code
      
      quiets a visual studio warning:
      C4146: unary minus operator applied to unsigned type, result still
      unsigned
      
      Change-Id: I76c4003416759c6c76b78f74de7c0d2ba5071216
      20b85983
    • James Zern's avatar
      fix 'dist' & other decode-only builds · 9fa47587
      James Zern authored
      common/av1_fwd_txfm.[hc] are encode-only; add a TODO to relocate them
      
      Change-Id: I28cf8d0b22632b04066bcb72f3d2252ee7eb153e
      9fa47587
  4. Sep 07, 2016
Loading