Skip to content
Snippets Groups Projects
  1. Jan 14, 2019
  2. Jan 11, 2019
  3. Jan 10, 2019
    • Johann's avatar
      libaom: temporarily disable x86 optimizations · 1d63d05f
      Johann authored
      Work around PIC link errors in the dc predictors.
      
      Test: none
      BUG=122391143
      
      Change-Id: Iad6aa040d1d7722405c65f692cecf7760f0daf85
      1d63d05f
    • Johann's avatar
      libaom: use chromium config script · 39f13228
      Johann authored
      Modify chromium/src/third_party/libaom/cmake_update.sh and use the file
      list it generates.
      
      Keep update_libaom.sh as close to update_libvpx.sh as possible.
      
      Use config options from chromium for security and performance.
      
      Rename files to avoid object file collision. Will be upstreamed.
      
      Disable RTCD because Android mandates NEON and SSSE3. Enables stripping
      unused functions. If SSE4 or higher is desired, this will need to be
      revisited.
      
      Test: none
      
      BUG=122391143
      
      Change-Id: Ia397022c0ef6f93901daa95da84de6a6f4702c7e
      39f13228
  4. Jan 05, 2019
    • Ray Essick's avatar
      Fix link errors for AV1 on x86/x86-64 · 2187ea39
      Ray Essick authored
      Manual modification of generated header files.
      This changes #defines so that x86_64 uses C instead of not-compiled
      SSE routines; removes code that references not-compiled SSE2 routines
      on x86; for both, fixes references to MMX state reseting.
      
      Since these changes are within generated files as part of pulling from
      upstream, we expect to overwrite them the next time we re-generate those
      files.
      
      Bug: 122391143
      Test: build for x86 and x86_64
      Change-Id: I96bc34032d26e7172b01ff5e72723c00b0c7fdfb
      2187ea39
  5. Dec 11, 2018
    • Ray Essick's avatar
      Better indications of NEON needs for av1 · bbd26a90
      Ray Essick authored
      AV1 codec is configured to use NEON unit.
      Better isolate the source so that there won't be compilation errors on
      build for non-neon SDK configuration.
      
      Bug: 111936705
      Test: compilation
      Change-Id: Iefdbe8ae1b3bc733c2139fab525f1fda230fbcf5
      bbd26a90
  6. Dec 06, 2018
    • Ray Essick's avatar
      libaom: Pull from upstream · c639db20
      Ray Essick authored
      Prev HEAD:
      New  HEAD: 250bc3a6
      
      git log from upstream:
      250bc3a6 Improve skip decision after final txfm search
      90311863 Fix frame_id numbers with forward keyframes
      bc132fa5 Do not acquire extra fb references.
      c3ad76b7 Refactors motion search in full_pixel_based_split.
      acd9b7db Determine denom automatically in superes mode 3
      9333b31e Revert "Fix overflow in clamp_mv_to_umv_border_sb"
      936235c3 Fix/cleanup encoder frame_id_numbers_present_flag
      2cc9159b Optimize highbd inv_txfm modules
      ddb80600 De-duplicate references to current frame buffer
      38a95622 Fix minor formatting issues
      8c76f9c7 Add ransac interfaces for floating point correspondences
      81d087e7 Add upscale functions for floating point input
      2ce099ef Improve temporal filtering
      4a400ac2 Add invalid file tests for three oss-fuzz bugs.
      ab58f52c Correct exit logic for finding valid partition
      e82f8c74 Optimize highbd inv_txfm modules
      fe996504 AVX2 ver of highb dr prediction - Z1 bug fixed
      f48b0d22 Misc adjustements to superres qthresh mode
      c1642b13 Update conditions for disabling wedge search
      2ff32c1c ext-tile: add back the 1D tile output format
      <...>
      
      Bug: 111936705
      Test: build
      Change-Id: If6385b32ae2e0ff9f8431a35195a1368ddb47463
      c639db20
    • Ray Essick's avatar
      scripts to update local libaom · 247da04c
      Ray Essick authored
      scripts reading in the upstream libaom, adding to our repo, creating the
      appropriate Android.bp and config information, and tracking what version
      of upstream libaom we have here.
      
      Bug: 111936705
      Test: manual
      Change-Id: I3b22b034d73a86aa9042855e2953ad0aa011d7f4
      247da04c
  7. Nov 16, 2018
Loading