- 27 Apr, 2017 17 commits
-
-
Urvang Joshi authored
This was causing build warnings on Visual Studio due to 'const' mismatch. BUG=aomedia:442 Change-Id: Id7089c332c0f973d4d9eeff3296f5dbc2bcbd374
-
Yaowu Xu authored
The commit localizes the use of a experimental flag to reduce code duplication. BUG=aomedia:442 Change-Id: Ia9d5b28c5b1d8148e6ed5496b9cd135242e5c8d4
-
Sarah Parker authored
Some of these comments are inconsistent or outdated. BUG=aomedia:443 Change-Id: Icf14996a8792cc7f2029a22100d0994a852306b5
-
Thomas Daede authored
BUG=aomedia:446 Change-Id: I85433af2295c9610184ab5df812eabd8522689f6
-
Fangwen Fu authored
* BUG=aomedia:462 Change-Id: I7cec8c1b97447ca2ce6900f35d25f16d61f0b20c
-
Luc Trudeau authored
To avoid confusion, inspection now returns INTRA_INVALID for as the uv_mode when the block type is inter. Change-Id: I48c64586078bb1ef1ca256a9f3c5c2bfb4a2abc3
-
Frederic Barbier authored
This patch removes dead code and prevents future implementations to rely on obsolete transforms. Future optimizations and tests should be based on latest C-functions (av1/common/av1_inv_txfm1d.c) Cleanup related last unit-test callers. BUG=aomedia:442 Change-Id: I24953cc1baf30dd7b720df8a72dd91b356b74cad
-
Luc Trudeau authored
Stores the reconstructed luma pixels for each transform block inside a prediction block. Rectangular transform blocks are supported. As for RDO, after all the modes have been tested for luma, an extra encoding is perform in order to store the reconstructed pixel values of the best mode. These values are then used for RDO on the chromatic planes. Change-Id: I354d9827e32fd41065f1b2ce02832d943a6fa156
-
Luc Trudeau authored
Change-Id: Ia97bc1c8b13f73b6dcdd40079535dba0b786c0c6
-
Needed sync since 3fcb356e added/deleted files. Change-Id: I6b53b992eb7c9e30e91061f711672b15c4ca8c4b
-
James Zern authored
this was misplaced in: 0818a7c8 Port commits related to clpf and qm experiments + drop tile_groups from CMDLINE_SELECT, it's already covered by the experiment list Change-Id: I15a0d37bc478b6ce9d3c207631e312afe8279bf5
-
Yue Chen authored
Change-Id: If36c8c11f819aaeb2b4697af273a2c58fd8693a0
-
hui su authored
BUG=aomedia:448 Change-Id: Ie02581a20ca12b24d0a5719a1d9220fb20e25ff7
-
Yue Chen authored
Triggered warnings in Jenkins' deep analysis Change-Id: I2f8d9992bf643b4adebed58f1787f9f46bbd955c
-
Debargha Mukherjee authored
Set all 4 interpolation filters in cases where global and warped motion is used and no interpolation filter is sent. Change-Id: I17ab74daabcd6a531b72826903a02f2de7caf7b2
-
Cheng Chen authored
Fix bugs introduced in refactoring aom_quantize_b Change-Id: Icfee3ae14fc920d3aaefce6232223e828cc50475
- 26 Apr, 2017 22 commits
-
-
Debargha Mukherjee authored
Change-Id: Ie82efea1e815562ef3100dcd09181b18611269ad
-
Zoe Liu authored
BUG=aomedia:442 Change-Id: Iffab56e384f3a231425391d169012263fa8db172
-
Debargha Mukherjee authored
Change-Id: I73f82b418625009d9634c1750aa82ce2dfa85abb
-
Tom Finegan authored
Suffix order is {INTRIN|ASM}_{SIMDFLAVOR}, was backwards. Change-Id: Iafe4a1744817013b4f863963dd2a284b9c8b324d
-
Urvang Joshi authored
BUG=aomedia:442 Change-Id: I6a861c40121118af8df4b46f985a2aac9f931056
-
Angie Chiang authored
BUG=aomedia:442 Change-Id: I9b304230acd2f64d6eab59418c9535f8c302765b
-
Sarah Parker authored
BUG=aomedia:442 Change-Id: I1919da0dc36ac68cd8ad633335af96dbee4a6c0a
-
Yi Luo authored
- Partial inverse DCT unit tests have been enhanced. - IDCT x86_64 assembly code has been removed. Change-Id: Ic3bed2c0e70abdfd642a4f74fa969cc672d4795f
-
Luc Trudeau authored
Change-Id: I8caa3e0ca51b733b3af87d24ee511f6bb52222d1
-
Steinar Midtskogen authored
BUG=aomedia:454 Change-Id: Ia91fb92fcc4827d7b5b022bd352fbee7d0d02efd
-
Debargha Mukherjee authored
Change-Id: I9b6f99768c60e743d2fadfaabc532e7c15dc40f3
-
Cheng Chen authored
Use one helper function to remove copy paste of aom_quantize_b_c, aom_quantize_b_32x32_c, aom_quantize_b_64x64_c. And remove redundant av1_quantize_b_c, av1_highbd_quantize_b_c. BUG=aomedia:442 Change-Id: I3e7923a64a16af223c3e2a42dc27c0f28a9b134b
-
James Zern authored
This reverts commit 6a632e20. This fails to build after the required change was reverted on top of which this was rebased on submit: 1b6ccfcf Revert "Fix separation between ext-inter group of expts." Change-Id: I5fc50bccc019a31386aad35b12fed8402a09a217
-
Urvang Joshi authored
Move common code out of #if CONFIG_REF_MV. Change-Id: Ieb778448f125bdbcd0f400875289bc219aa63873
-
Urvang Joshi authored
BUG=aomedia:442 Change-Id: Ie8a24934e89c87af6677ff39d4a86c252ea18593
-
Urvang Joshi authored
Also remove duplicate lines for filter_selectively_*() calls for lowbd and highbd. BUG=aomedia:442 Change-Id: I21d06eda7d25f1fc537754ac4f52f674445b1b5f
-
Jingning Han authored
This resolves the assertion failure issue when ext-inter is turned on. BUG=aomedia:463 Change-Id: I8b5075d7c1c76c4fb222b750ac797f645adee6b2
-
Jingning Han authored
BUG=aomedia:464 Change-Id: I8cd91b7d0efc02b7551abf309130f213827e6bd3
-
Yunqing Wang authored
This unit test was ported from VP9. To prevent the motion vector out of range bug, added a motion vector unit test. In the 4k video encoding, always forced to use extreme motion vectors and also encouraged to use INTER modes. In the decoding, checked if the motion vector was valid, and also checked the encoder/decoder mismatch. Change-Id: I1c72ea7c32a3cec9c67f1bbdc168e60507e57516
-
James Zern authored
inline is undefined in visual studio 2013 for C Change-Id: I85adb3968e4a98e2d7909cc42e955b1447fcfa26
-
James Zern authored
w/ !(FIXED_TX_TYPE || CONFIG_EXT_TX) BUG=aomedia:445 Change-Id: I4e9e531f1983656030c61d823e16f7704b89cfdd
-
James Zern authored
This reverts commit 5ca25dfc. It breaks high-bitdepth builds with: --enable-aom-highbitdepth --enable-experimental --enable-dual-filter --enable-entropy --enable-ext-inter --enable-ext-intra --enable-ext-partition-types --enable-ext-refs --enable-ext-tx --enable-filter-intra --enable-loop-restoration or more simply: --enable-aom-highbitdepth --enable-experimental --enable-ext-inter BUG=aomedia:463 Change-Id: If814131e634e4411569859f7426efafe158b83fd
-
- 25 Apr, 2017 1 commit
-
-
James Zern authored
fixes high-bitdepth build: ./libaom.a(aom_dsp_rtcd.c.o): In function `setup_rtcd_internal': ./aom_dsp_rtcd.h:2614: undefined reference to `aom_highbd_idct8x8_64_add_c' missed in: c756e4d0 Cleanup dead high-bitdepth inverse-tx functions BUG=aomedia:442 Change-Id: I63ee6fc5dbf85fd48efd9ff721868df6fb05eb09
-