- Mar 16, 2016
-
-
Geza Lore authored
Change-Id: Ib60821487710f6cf06aaa8ddcbdd5487ba1cbe4f
-
- Mar 15, 2016
-
-
Yaowu Xu authored
-
Yaowu Xu authored
This commit fixes the computation of rate_nocoef for situation when rate_y is uninitialized at INT_MAX for x->skip is true. Change-Id: If3dde4e4ee16667f4408067d3bb3084f916272f1
-
Hui Su authored
-
Deb Mukherjee authored
-
Hui Su authored
For experiments to improve compression efficiency of entropy coding. Change-Id: Idf30dc554bd7eea3a79d21d18515c3e6b8f64b26
-
Deb Mukherjee authored
-
Jingning Han authored
-
Geza Lore authored
Change-Id: I2df3b6ecd35406ee05c2aa4e49be779e73e1bdc6
-
Deb Mukherjee authored
In preparation for adding more 1D variants with ADST/FlipADST/etc. BDRATE actually improves by 0.21% on lowres. Change-Id: I2fa4720c69fe001fa666119a284dfc6b17fffab2
-
Hui Su authored
-
Yue Chen authored
-
- Mar 14, 2016
-
-
Hui Su authored
Change-Id: Idff52b337ab2d494c0c26e0d2c71ab3ee8208691
-
Yue Chen authored
Instead of testing all interpfilter-BMC/OBMC combinations, we choose the best interpolation filter based on regular inter prediction. Reduction in encoding time: ~10% Drop in performance gain: 0.08% lowres, 0.04% midres Change-Id: Ifc19097a918ac76b529db9af4c60e2c70e93f7ad
-
Jingning Han authored
Temporarily disable transform type selection for 32x32 transform block size. This speeds up the encoding process. For bus at CIF 150 frames, the encoding time goes from 896s -> 762s (11% faster). The compression performance for lowres set is improved by 0.15%, and -0.029% for hdres. Change-Id: If239b272970eb302150bec13b8cf192fbe045332
-
- Mar 12, 2016
-
-
Yunqing Wang authored
-
Angie Chiang authored
-
Yunqing Wang authored
Using the up-sampled reference frames in sub-pixel motion search is enabled as a speed feature for good-quality mode speed 0 and speed 1. Change-Id: Ieb454bf8c646ddb99e87bd64c8e74dbd78d84a50
-
- Mar 11, 2016
-
-
Deb Mukherjee authored
-
Angie Chiang authored
-
Hui Su authored
-
Hui Su authored
-
Deb Mukherjee authored
Change-Id: Ie20cd35a4c96443c0de234d2cf097187a70ec8dd
-
Hui Su authored
-
Hui Su authored
Change-Id: I6fab352eb1f7d9c5dc783a4d4d878b6b42838ca2
-
Hui Su authored
Change-Id: I00314ec296e8368f1239a556b3a55feac9cec7ae
-
Jingning Han authored
-
Hui Su authored
Coding gain on screen_content is 12.2% (was 6.6%). Some features such as frame-level color buffer, adaptive entropy coding, are coming in future patches. Change-Id: I2658cf5ec0cbb02cff685475759f3b68c9807697
-
- Mar 10, 2016
-
-
Sarah Parker authored
Filled in prune one and prune two. Prune three is still being experimented with. Change-Id: Ic07f828c448e86cacb0369aa3a9a0feb2edae054
-
Deb Mukherjee authored
-
Jingning Han authored
This commit enables the hybrid 1-D/2-D transform coding scheme for high bit-depth setting. It improves the compression performance of ext-tx experiment by 0.98% for lowres_all set. Change-Id: Ic27f5037f2c36b095a93b9f15dbae34bdcdf00aa
-
Deb Mukherjee authored
Incorporates wedge compound prediction modes. Change-Id: Ie73b54b629105b9dcc5f3763be87f35b09ad2ec7
-
Jingning Han authored
-
- Mar 09, 2016
-
-
Yi Luo authored
-
Jingning Han authored
-
Angie Chiang authored
Change-Id: I5df744dc6b21ed9dbbf6ddf38004f2a9e88b7d00
-
Jingning Han authored
Change-Id: I442475e559be2acdc1c2a3e5ca021b3de77adda5
-
Jingning Han authored
This commit enables the 1-D transform to use Manhattan grid vertical and horizontal scan order for transform coefficient entropy coding. Enabled in inter prediction mode, the hybrid 1D/2D transform coding scheme outperforms the 2D-DCT based coding system used in VP9 by lowres_all 1.7% hdres_all 1.4% As one coding option, in addition to the existing 17 other transform types in ext-tx experiment, the 1D/2D hybrid transform improves the coding gains: lowres_all 2.2% -> 3.0% Change-Id: I9cefa9d9e38224546d0afd67feecd9f8d4a16ab0
-
Hui Su authored
No performance change. Change-Id: If35125fed909d89235b303514f77a33183bb36b3
-
- Mar 08, 2016
-
-
Yi Luo authored
- Implemented fdst16_sse2(), fdst16_8col() against C version: fdst16(). - Turned on 7 DST related hybrid txfm types in vp10_fht16x16_sse2(). - Replaced vp10_fht10x10_c() with vp10_fht16x16_sse2() in fwd_txfm_16x16(). - Added vp10_fht16x16_sse2() unit test against C version: vp10_fht16x16_c() (--gtest_filter=*VP10Trans16x16*). - Unit test passed. - Speed improvement: 2.4%, 3.2%, 3.2%, for city_cif.y4m, garden_sif.y4m, and mobile_cif.y4m. Change-Id: Ib30a67ce5d5964bef143d588d0f8fa438be8901f
-