- Sep 06, 2016
-
-
Yaowu Xu authored
Change-Id: Icb53448442a8f341af3799d873e2fd6f3db5fbe2
-
Urvang Joshi authored
aom_realloc was allocating 1 byte more than needed every time. Fixed this, and took this opportunity to do a small refactoring. Change-Id: I38fcb62b698894acbbab43466c1decd12f906789
-
Urvang Joshi authored
Change-Id: I2da9cd5da48ae97e770bccfd1233bcc70b484688
-
Yaowu Xu authored
-
Aℓex Converse authored
Allow using it in aom_dsp. Change-Id: Ide7d58b6d11f8a45d473fc13bf730ba5bccb5516
-
Yue Chen authored
Bitstream syntax: For a rectangular inter block, 'rect_tx' flag is sent to indicate if the biggest rect tx is used. If no, continue to decode regular recursive tx partition. Change-Id: I127e35cc619b65acb5e9a0717f399cdcdb73fbf0
-
Sarah Parker authored
-
Deb Mukherjee authored
-
Yaowu Xu authored
Change-Id: I4a2faa32cc0847fe14dd8f40156163f4713055ca
-
Yaowu Xu authored
In highbd_quantize_intrin_sse2.c. Change-Id: Iaf6360e456f1fb2f8ff06461afbfecfc0103dda3
-
Yaowu Xu authored
Change-Id: I784f32e0e86d873655e46cf68c5c124a698af361
-
Yaowu Xu authored
Change-Id: Iba415ab2d4adb3350b4747a58f69db7d02bbab68
-
- Sep 05, 2016
-
-
Deb Mukherjee authored
Uses an array to map block sizes, y tx sizes, and subsampling factors to various transform sizes for UV. Results improve by 0.1-0.2% Change-Id: Icb58fd96bc7c01a72cbf1332fe2be4d55a0feedc
-
- Sep 03, 2016
-
-
Yaowu Xu authored
Change-Id: If688da3089ad33f18751fa2f8c46b6f5dc708bd2
-
- Sep 02, 2016
-
-
Urvang Joshi authored
-
Yaowu Xu authored
-
Urvang Joshi authored
Visual studio doesn't like nested macros, apparently. This patch should fix it. Change-Id: Ifa56fae5be0b3dfd3fecd88a8a443e39135f96ab
-
Yaowu Xu authored
Change-Id: I2b2b70e756b7eb9611b7b33b7d5f19b3b30e0a50
-
Yunqing Wang authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Angie Chiang authored
-
Yunqing Wang authored
Removed unused buffer allocation functions. Change-Id: Ib779dde9ad6a511d88b7f7cba2604902eff7aa05
-
Yaowu Xu authored
Change-Id: I60dd645451d6d65465f099a16ac855fb0b5a57a9
-
Yaowu Xu authored
This minimize code differences between AOM master and nextgenv2 Change-Id: If144865bdf3ef0818e7aac11018b9e786444c550
-
Deb Mukherjee authored
-
Sarah Parker authored
This patch completes the global motion experiment implementation. It modifies the format of the motion parameters to use the mv union to facilitate faster copying and checks for parameters equal to 0 that occur frequently in rdopt. The rd decisions for the global motion experiment have also been added to rdopt. Change-Id: Idfb9f0c6d23e538221763881099c5a2a3891f5a9
-
Yaowu Xu authored
av1cx.mk -> av1_cx.mk av1dx.mk -> av1_dx.mk Change-Id: I698bd65b933c433066d5dfeb94cee680095508e4
-
Yaowu Xu authored
-
- Sep 01, 2016
-
-
Angie Chiang authored
Change-Id: Iead3edd8563d7900481eb199e8b003d2d3df075b
-
Yaowu Xu authored
The values after right shifts should fit into 32bit int. The commit fixes MSVC build warning when new-quant is enabled. Change-Id: Ic89dd86fb981a1206653943658af2b6b2925a676
-
Yaowu Xu authored
-
Urvang Joshi authored
-
Yaowu Xu authored
Change-Id: I8af6a9723c31c0f868e9bd75dcc079413a3700c4
-
Urvang Joshi authored
When the experiment is ON, we use Paeth predictor instead of TM predictor. For derf set, this gives about 0.09% improvement overall, and 0.55% improvement if all frames are forced to be intra-only. Also, if the EXT_INTRA experiment is also on, the improvement overall is 0.056%, and improvement if all frames are forced to be intra-only is 0.465%. Change-Id: Id74e107ede70a8d2107fa14fcb3f44b23a437274
-
Yaowu Xu authored
Function ans_read_int() takes int as parameter, this commit uses an explicit conversion to avoid MSVC building warning. Change-Id: Ia405e1d5a86c0f42932fa1da29417ccbf2dd58e7
-
Yaowu Xu authored
This fixes msvc build errors. Change-Id: I1344685e891db61ba569d818e0f2167b2978c299
-
Deb Mukherjee authored
Remove some macros that are no longer necessary for experimentation. Change-Id: I959bf441c8333607df4aa1ee18841f189ade8112
-
Yaowu Xu authored
Cherry-Picked the following commits: 0defd8f2 Changed "WebM" to "AOMedia" & "webm" to "aomedia" 54e66767 Replace "VPx" by "AVx" 5082a369 Change "Vpx" to "Avx" 7df44f17 Replace "Vp9" w/ "Av1" 967f722f Remove kVp9CodecId 828f30ce Change "Vp8" to "AOM" 030b5ffc AUTHORS regenerated 2524caee Add ref-mv experimental flag 016762be Change copyright notice to AOMedia form 81e55269 Replace vp9 w/ av1 9b94565b Add missing files fa8ca9f2 Change "vp9" to "av1" ec838b76 Convert "vp8" to "aom" 80edfa01 Change "VP9" to "AV1" d1a11fb9 Change "vp8" to "aom" 7b582513 Point to WebM test data dd1a5c8d Replace "VP8" with "AOM" ff00fc0f Change "VPX" to "AOM" 01dee0bb Change "vp10" to "av1" in source code cebe6f0c Convert "vpx" to "aom" 17b05679 rename vp10*.mk to av1_*.mk fe5f8a8a rename files vp10_* to av1_* Change-Id: I6fc3d18eb11fc171e46140c836ad5339cf6c9419
-