- 11 Jan, 2018 1 commit
-
-
Yaowu Xu authored
Since 1193 is now fixed. BUG=aomedia:1193 Change-Id: I79952e42679b68d8a1abc873b2c6f66711a7c4d8
-
- 10 Jan, 2018 1 commit
-
-
Andrey Norkin authored
Change-Id: I0f0cdf479091c308594a0288a0546dbdb76e4450
-
- 09 Jan, 2018 2 commits
- 08 Jan, 2018 2 commits
-
-
Sebastien Alaiwan authored
This allows dropping the code for non-scaled (VP9) transforms, who don't have highbitdepth implementations anymore anyway. Change-Id: I00071e1ca05f642eeba071849bb85b9b8b61c50f
-
Zoe Liu authored
Change-Id: If28aba78373f65f324e80589924e378e8453e3a4
-
- 05 Jan, 2018 2 commits
-
-
Sebastien Alaiwan authored
This reverts commit 2944f9d1. Reason for revert: it breaks encode+decode with error message: "Warning: Failed to decode frame 1: Bitstream not supported by this decoder". BUG=aomedia:1193 Change-Id: I43e0adae0f000982455ed4d838c0f8e841f77af0
-
Frederic Barbier authored
This experiment has been adopted, we can simplify the code by dropping the associated preprocessor conditionals. Change-Id: I09423f67995ea4bea6f1de71bfeef7f6f1c2ae19
-
- 04 Jan, 2018 3 commits
-
-
Urvang Joshi authored
Change-Id: I1ab96b52f7f6e812d1c04f4bb15cc81eb463e7fe
-
Angie Chiang authored
Change-Id: I80a1618be0b83edd3170aaf5e8da8783c02a1a55
-
Yaowu Xu authored
Now 1179 is resolved. BUG=aomedia:1179 Change-Id: Ia8c4ed36026c17760cc046f8969ff7015b836333
-
- 03 Jan, 2018 1 commit
-
-
Yaowu Xu authored
The two build systems treat inclusion of daala_tx related source file differently, this commit makes them consistent. This fixes unused object files warning in msvc build. Change-Id: Ic7d098bcc580cb021706154ab35e0ec83b25394e
-
- 02 Jan, 2018 2 commits
-
-
Yunqing Wang authored
Soft enabled ext_warped_motion part 1. Change-Id: Ia95a52888b83ed3622b773879698bd67e24e6246
-
Yaowu Xu authored
Change-Id: Ib94b6342ac9e5f1faeb9c93458e8e85722b9f97a
-
- 30 Dec, 2017 1 commit
-
- 28 Dec, 2017 1 commit
-
-
Yaowu Xu authored
Change-Id: Ibce950e8ca61b1518e8b9364939972315febb234
-
- 27 Dec, 2017 2 commits
-
-
Frederic Barbier authored
This experiment has been adopted, we can simplify the code by dropping the associated preprocessor conditionals. Change-Id: Idf52f49d953b422f7789247df966d238fc34299b
-
Tom Finegan authored
- Make the add_4bytes_obusize experiment part of the obu experiment. - Remove the add_4bytes_obusize experiment flags. - Update the encoder, decoder, and tooling sources. BUG=aomedia:1125 Change-Id: Ia5c443c855e52618257b39c44ca2632703bf83fd
-
- 22 Dec, 2017 4 commits
-
-
Zoe Liu authored
Change-Id: If84cd6da3f2ad9d989baac713e7bd1c50470acf1
-
Ralph Giles authored
INLINE is defined as __forceinline for vs* configs, but is the normal, compiler-discretion inline for gcc/clang configs. This makes many functions very large when building for windows targets, much larger than they are elsewhere. Use '__inline' as a consistent definition to get consistent function sizes. Thanks to David Major for the diagnosis. Change-Id: Ibb4f7e3a58d65b844d65cbd2e487d9f9f4cedc91
-
Cheng Chen authored
As loopfilter is not needed for intrabc, clean up related code. Change-Id: If89d4969a7795cd8993e6add8fd03ef1296699ef
-
- 21 Dec, 2017 2 commits
-
-
Steinar Midtskogen authored
The experiment has been adopted and has been enabled by default for a while and the alternative code path has not been maintained for a long time, which is now removed. Change-Id: Iaf22f2969b45b71b2bf67707e131ab4c439b7fa6
-
Urvang Joshi authored
This is required on newer Debian-like systems and seems to be harmless for older ones. BUG=aomedia:102 BUG=aomedia:737 Change-Id: I44ec3f7f84447851b50d163839ddba171912e495
-
- 20 Dec, 2017 4 commits
-
-
Cyril Concolato authored
Change-Id: Idce7902ed4f0a283d8ae6643402a450f3e5caf9a
-
Yue Chen authored
Change-Id: I85316c2fc6e46497134310072b262dd20b7daf2d
-
Peter de Rivaz authored
This adds part of the proposal in "AV1 Tile Overview v1_1". A new dependent_horztilegroups configure option is added (disabled by default). The experiment adds syntax dependencies between tile groups. Change-Id: I6721875d622807f92f578ab1d2a5d32bff6f472f
-
Frederic Barbier authored
This experiment has been abandonned for AV1. Change-Id: Ic706b3533ecf502ab316505ba0a9a8eeeb296612
-
- 19 Dec, 2017 4 commits
-
-
Debargha Mukherjee authored
Enables rect-tx-ext and rect-tx-ext-intra flags by default. Change-Id: Ibeb08250754b092c89c710d3cb6d149d6bb42602
-
Lei authored
based on the latest discussion in the HW working group about how loop filter should be integrated with tiles, the following decisions have been made: 1. two seperated flages should be added for loop_filter_across_tiles_enabled for horizontal tile boundary and vertical tile boundary. 2. encoder and decoder should only check these two flags to determine whether loop filtering (including deblocking, CDEF and loop restoration) should cross tile boundaries (vertical and/or horizontal) or not regardless the horitontal depepdent tile flag. This change list implemented the support for two seperated loop_filter_across_tiles_enabled flags for vertical and horizontal tile boundaries. The new experiment is disabled as default before it is adopted. Change-Id: I814377947517f5419c08b004a3b71b950d01eadd
-
Sebastien Alaiwan authored
This experiment has been abandonned for AV1. Change-Id: Ib3bb07d62f2025ce50dc9bc1b3f9fc22488519a7
-
Yaowu Xu authored
This allows nightly tests to detect other failure. This experiment will be re-enabled by default once we fix the issue#1143. BUG=aomedia:1143 Change-Id: I5891039c0666f8a92aa128f3540751d5804a2d9a
-
- 18 Dec, 2017 1 commit
-
-
Urvang Joshi authored
Incompatibilities with other experiments has been fixed. BUG=aomedia:1058 Change-Id: Id8358404c8f452bccf05ce3c1d91a633b215f07d
-
- 17 Dec, 2017 1 commit
-
-
Frederic Barbier authored
This experiment has been adopted, we can simplify the code by dropping the associated preprocessor conditionals. Change-Id: Idec45a597398ff4fddc6a040c3d7cb3a3c0029d6
-
- 16 Dec, 2017 2 commits
-
-
Yue Chen authored
Change-Id: I942dbcf801649986468e51c39f12d3b01f269042
-
Urvang Joshi authored
And remove the corresponding workaround. BUG=aomedia:1058 Change-Id: I2b08f536afdb3434ce451b58ea392eeef634ea48
-
- 15 Dec, 2017 2 commits
-
-
Urvang Joshi authored
There are some issues with 16x64 transform when TXMG is off. BUG=aomedia:1058 BUG=aomedia:1114 Change-Id: I6f93e4129906da40c77c46f29cc14614ddf44c0a
-
Yaowu Xu authored
This reverts commit a14de5b3. https://aomedia-review.googlesource.com/#/c/aom/+/38263/ fixed the issue#1123, so we can re-enable this by default. Change-Id: I693154c948ac4389f349aac9afbe7c532bf57bba
-
- 14 Dec, 2017 2 commits
-
-
Nathan E. Egge authored
Correctly set the daala_tx_dst8 and daala_tx_dst32 experiment flags in both the configure and cmake build systems. By default daala_tx_dst8 is disabled and daala_tx_dst32 is enabled. Change-Id: I6c344f40d6603fd766403d915d6689d6c9650257
-