- 16 Jun, 2016 14 commits
-
-
Jingning Han authored
Localize table access. This provides another 10% speed-up to the unit. Change-Id: Ib902121f412f78e2bd501b9799c8c64462f803b5
-
Debargha Mukherjee authored
-
Zoe Liu authored
The test in arf_freq assumes any no-show frame as ALTREF_FRAME and then calculate the minimum run between two consecutive ALTREF_FRAME's based on this assumption. As BWDREF_FRAME is also a no-show frame and the minimum run between two consecutive BWDREF_FRAME's may vary between 1 and any arbitrary positive number as long as it does not exceed the golden frame group interval, this test does not apply to the experiment of BIDIR_PRED. Change-Id: I70efb2c691fdc18601dbb8a7735ac2f27817e75a
-
Geza Lore authored
Move the supertx skip bit and transform type past the recursive prediction blocks. This is in preparation for using the segment level skip feature for supertx blocks. Change-Id: I8319414b0734144a9264e8a4a60940b6716b12a8
-
Zoe Liu authored
-
Geza Lore authored
The speed features can change per frame, so remove condition on releasing the variance tree. Change-Id: I651c87a1504266d737e6d98f14fd3ed30d84e01d
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Geza Lore authored
The old version used 64 bit loads, and then ignored the top half of the result. This can cause asan failures if we read past the end of a buffer. Switched to using 32 bit loads instead. Change-Id: I57da127a26f869fb4b4f700b55408f6dc2fbbc1a
-
Debargha Mukherjee authored
Change-Id: Idf84475fe06666d5c73c9d86dfc5c23bef170086
-
James Zern authored
Change-Id: Ib74a494e1cf50a356f51e8185e19ca66fcb896a2
-
James Zern authored
this is shared between vp9/10 BUG=webm:1235 Change-Id: I2f44b15268a33453a1c1e0c691d4fc1fc12d0263
-
James Zern authored
this file is shared between vp9 & vp10; this makes it available in the presence of --disable-vp9 BUG=webm:1235 Change-Id: Iaf060c3c09afd2c7df69995b0c01589f78d4945e
-
Zoe Liu authored
Change-Id: I2ef8e479893403581711abc020509c6863c2035d
-
- 15 Jun, 2016 19 commits
-
-
The current test case is only run for vp9 and vp10 when HBD is enabled. This was mistakenly removed in: d53f9a39 Enable VP10 HBD PSNR checking unit test Change-Id: I88b8168ad1efd805d759238a037653a2901bf50d
-
Jingning Han authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
This commit refactors the trellis coefficient optimization process. It saves multiplications used to generate the final dequantized coefficients. It also removes two memset operations on quantized and dequantized coefficient sets. The trellis coefficient optimization is on average running over 10% faster. Change-Id: If3aa26d2a706c3012bf2b7ac059bf1825250e81f
-
Geza Lore authored
This fixes some crashes in VP10/EndToEndTestLarge.EndtoEndPSNRTest/ with high bit-depth and ext-inter. Change-Id: I10f0f08e1be4bd5c388616074d4aa3f91a2fda7a
-
Hui Su authored
-
Hui Su authored
-
- 14 Jun, 2016 7 commits
-
-
Jingning Han authored
This commit reworks the transform and quantization unit. It enables the use of adaptive quantization for intra modes. This further improves the compression performance: lowres 0.36% midres 0.79% hdres 0.73% The key frame coding performance is improved: lowres 1.7% midres 1.9% hdres 3.3% The overall coding gains are: lowres 1.1% midres 1.8% hdres 2.3% Change-Id: Iaec1a3a4c1d5eac883ab526ed076d957060479dd
-
Hui Su authored
-
Hui Su authored
-
Jingning Han authored
-
hui su authored
Change-Id: I9dc156214f3b3ded33ab30d558124b3151548161
-
hui su authored
Skip filter intra mode search when regular intra modes have large rd cost. Encoding speed improvement: 8%. Compression performance drop: 0.02% / 0.09% / 0.03% on lowres / midres / hdres Change-Id: I94d3e48781bff6ae6895a54f271dd65c959bb976
-
hui su authored
Move filter intra modes search to the end, after regular mode search. On average no performance changes. Change-Id: I9293c8fdf706ebf831fbd61c6bb81959790f4848
-