- 26 Apr, 2017 14 commits
-
-
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 21 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
-
Jingning Han authored
Initialize the inter filter type array in intrabc mode when dual filter is turned on. This resolves a compiling error when both experiments are turned on. Change-Id: Ic4d4f712f83a73029a4a24c7e9284ff9fc9baf3c
-
Jingning Han authored
Change-Id: Ie6c8f6247436a5dde3183566eebf46b06e4cb169
-
Urvang Joshi authored
BUG=aomedia:442 Change-Id: I27117dcd806a2b260412dd41e6978d92759cd60f
-
Urvang Joshi authored
Code for Y, U and V planes was very similar. Create a helper to find mismatch per plane. BUG=aomedia:442 Change-Id: Ifcf25a381914bc7f48f9c5a393ae0676213b5585
-
Cheng Chen authored
Use one helper function to remove copy paste of av1_quantize_fp_c, av1_quantize_fp_32x32_c, av1_quantize_fp_64x64_c. BUG=aomedia:442 Change-Id: I749bb27d7cfeb4040ff5e0f394f691a44377efad
-
Yaowu Xu authored
Similar to previous commit, this cleanup removes more "const"s for parameters passed by value BUG=aomedia:448 Change-Id: I092bcbeecab75f0c14c3ee60d34dcf6f69034fe4
-
Debargha Mukherjee authored
Silences some warnings. Change-Id: I8e90368a973c1fc4a88a1bb92b779aa68981dbb5
-
Urvang Joshi authored
Directional predictors for 45, 63 and 207 angle had 2 or 3 variants each, and only one of them was actually being used. So, removed the C, sse2, ssse3 and neon versions of the unused ones. Updates to the test: - test_intra_pred_speed was testing the unused versions, so changed it to use the version actually used by code. This meant updating some golden MD5 values. - test_intra_pred_speed was NOT filling up bottom-left and top-right pixels randomly, so the predictors using these pixels weren't tested properly. This was fixed. BUG=aomedia:442 Change-Id: I09725d593408b81e0cd636e70a88c28eea5f2222
-
Frederic Barbier authored
Change-Id: Ie45f96c21f0276f464cad3c7f69ac3dceed50c67
-
Jingning Han authored
BUG=aomedia:458 Change-Id: I57482c3cb8462c95a2aeb0efa0c8a259c73f3811
-
Zoe Liu authored
BUG=aomedia:442 Change-Id: I63ae1f2842c503cc4807e5ee7d2c10c309c56f40
-
Sarah Parker authored
Change-Id: I7f7c79ae9c4fdfce8d0ab5711cb6a275c1397b61
-
- 24 Apr, 2017 5 commits
-
-
Yaowu Xu authored
BUG=aomedia:448 Change-Id: Ieff977fca8a5033ddef2871a194870f59301ad8f
-
Fangwen Fu authored
This is the first patch for ext_delta_q experiment. * Allow delta q to work with segment features Change-Id: I9455ebb3b5b23b41daa4afa1149672a20d3a3f2c
-
Sarah Parker authored
This experiment still requires review from AOMedia due to conflicts with other adopted experiments. Change-Id: I22c7ae3fd0aac7f537cabc6fc63218fb97851a7a
-
Debargha Mukherjee authored
Change-Id: I359d100548ed337d643a421591243565b08945ed
-
Alex Converse authored
It isn't used outside of its source file. BUG=aomedia:442 Change-Id: I7f9f62b3a8e0e965878fc21af6c64b91883686fc
-