- 02 Nov, 2016 23 commits
-
-
Jingning Han authored
Change-Id: I9183851258478a36dc5a4ad2d4faa3d3c8b18bd3
-
Jingning Han authored
Change-Id: Ief08b23b30b78d640f6d7c702145e5bcf1b37b57
-
Debargha Mukherjee authored
-
Yaowu Xu authored
* changes: Avoid the "initial copy" in the deringing filter Only copy the deringed blocks back into the buffer Reducing copies in deringing filter sb_all_skip_out() now computes a list of deringed blocks compute bskip as we go Revert "Fix dering filter when using 4:2:2 or 4:4:0 subsampling"
-
Debargha Mukherjee authored
Change-Id: I213f3111fc0656aecd1303a8b871ecded2b92bc2
-
Zoe Liu authored
-
Jingning Han authored
-
Jingning Han authored
-
Jean-Marc Valin authored
No change in output Change-Id: I313bde67e59835f88e3b2e6079b0df2d7ed1a903
-
Jean-Marc Valin authored
No change in output Change-Id: I2ddc2d70c6534e7cfd315d66e838410677f91356
-
Jean-Marc Valin authored
Only copy the modified pixels from the first filter back into the input of the second filter. Change-Id: Ifb9094c33c876a8c6caa0f68771fc7ef59c78b53
-
Jean-Marc Valin authored
No change in output Change-Id: I9051ed6e1fbca7d80412ba2b53f7aacbc3ef70eb
-
Jean-Marc Valin authored
Change-Id: I5681e3329ad3677296161de59f5ff1236a14f086
-
Jingning Han authored
This prepares the integration of rectangular transform block size with recursive transform block partition system. Change-Id: Id96aa3790dace15619c665f438241938992d1730
-
Yaowu Xu authored
-
Jingning Han authored
Remove redundant experimental flag. This does not change the coding statistics. Change-Id: I35b3cb04025c5c2d2744312e5efc00d0473c990d
-
Yi Luo authored
-
Yi Luo authored
-
Jingning Han authored
-
Jingning Han authored
-
Thomas Daede authored
Upsampled references currently increase the size of references by 64 times. This patch limits the memory used by the encoder to about 3GB when encoding high bit depth content. This should be re-evaluated in the future, if doing 8-tap resampling in the motion search becomes reasonably fast, or if the upsampled references are reduced in size (by omitting some subpel positions and interpolating them instead). Change-Id: I6d84ff0d6202ec46f4fa53e268e68aa808e5df85
-
Urvang Joshi authored
-
- 01 Nov, 2016 17 commits
-
-
Jingning Han authored
Count the transform block partition context in the unit of pixels. Change-Id: Ibb66f053526ed347ad0274b78db7ac35cc086b0e
-
Urvang Joshi authored
Reverted commit: f8306bfd (with some changes). Reason: This was triggering an assert in debug build because of zero probability values. So, using an "UNUSED_PROB" macro to replace these to retain clarity. Assertion failure can be reproduced as follows: $ make clean; extra_cflags='-O0 -g -fno-inline' ../../configure --enable-debug --enable-experimental --enable-palette && make -j 16 $ ./aomenc -D --codec=av1 ~/videos/screen_content_set/gimp.y4m -o /tmp/foo.webm --tune-content=screen --limit=50 Pass 1/2 frame 50/51 8976B 1436b/f 86169b/s 2902620 us (17.23 fps) Pass 2/2 frame 25/0 0B 2933053 us 8.52 fps [ETA unknown] aomenc: ../../av1/encoder/cost.c:46: cost: Assertion `prob != 0' failed. Aborted (core dumped) Change-Id: I47a76b8f415060909bc8448fae3002857eb61d8e
-
Yi Luo authored
- Library size reduces: 165 kB, 292 kB (HBD). Change-Id: I50cb630dde326bd2a28c0db4b7e2d53c2fd94a2a
-
Jingning Han authored
This commit allows the partition context model to account for the maximum transform block size of the coding block. Change-Id: I22b91e85fff70faa974afd362ce327d3f2eda81d
-
Zoe Liu authored
Change-Id: I5fb4898045a481f7996c2ad019d2f741aab08fc7
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yi Luo authored
- Add unit tests to verify the bit-exact result. - User level time reduction (EXT_TX): encoder: 3.63% decoder: 2.36% - Also add tx_type=V_DCT...H_FLIPADST SSE2 for 16x16 inv txfm. Change-Id: Idc6d9e8254aa536e5f18a87fa0d37c6bd551c083
-
Yaowu Xu authored
1. Avoid compiler warnings. 2. Enable prob_diff_update() required by update_txfm_probs(). Change-Id: I9081b645c55a8432bdaeb600e9ba901c0d0d96f5
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
Change-Id: I252c2f06dfe256d2d33fd1abc42aaadf50273cc8
-
Jingning Han authored
-
Jingning Han authored
-
Yaowu Xu authored
Change-Id: I93b191a522ed3e3ca9a363beab4292f64e869610
-
Yaowu Xu authored
Change-Id: I9f52ddb53b39cefd2e0ee7144203e1f3958d01aa
-
Yaowu Xu authored
-