- 27 Apr, 2017 9 commits
-
-
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 9 commits
-
-
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
-
Angie Chiang authored
BUG=aomedia:442 Change-Id: Ieef34848e73eb31428c6b8652312fc9421605033
-
Cheng Chen authored
BUG=aomedia:442 Change-Id: I0b41e0781d0b89b96ee1bebc98aebbcd3e6f8753
-
Fangwen Fu authored
This is the second patch. * Add delta loop filter level at super block level. * Add symbol coding for delta lf syntax * Allow delta lf to work with segments Change-Id: I393a021a875d03c6e113127cbb3543fc077308e4
-
Frederic Barbier authored
Cleanup related last unit-test callers. BUG=aomedia:442 Change-Id: I9fa8a19c140bf0ef6c1690456fc9d1a54ad6b091
-
Jingning Han authored
Temporarily disable the use of 10/12-tap filter. The filter type coding dependency on motion vector coding has been removed previously. Every inter block now has to send filter type regardless of the motion vector position. Enable the dual filter scheme. Change-Id: I81086f5f9de6375ad73bb4120be0c87b341120b1
-
Frederic Barbier authored
BUG=aomedia:442 Change-Id: Iba92da6d9a67b2d40a274d5a216a350645fc22a4
-
Zoe Liu authored
(1) Remove one parameter of the function - single_newmv as all setups related to this parameter can be done (mostly already have been done) before calling into the function; (2) Remove one unneccessary checking on the mbmi->ref_frame[1] as the line of code right before it indicates it is always a compound ref scenario; (3) Replace all mbmi->ref_frame[] that have been declared as refs[]. BUG=aomedia:442 BUG=aomedia:447 Change-Id: I022e69d2711dd88086403cf38e65c462b28383ce
-
Urvang Joshi authored
BUG=aomedia:442 Change-Id: I80706666b50058c9d0ecd6f568fe0e7a07d00185
-