- 31 Jul, 2014 - 10 commits
-
-
Jingning Han authored
The mb_energy value is used by aq-mode. Turn off computing its value when aq-mode is off. Change-Id: I26c239f124eca45a5ee58b90d19eae00d9a7cda5
-
Tom Finegan authored
-
Tom Finegan authored
-
Tom Finegan authored
-
Jingning Han authored
-
Tom Finegan authored
- vp9_spatial_svc_encoder.c no longer supports the -m parameter that has been used in the example test. Tests using -m have been disabled. - Added a basic test that appears to work as of commit 3249f26f. - Minor style clean up. Change-Id: Ic1402fcbbe28e33982c5ea12d1e3349f4069a5bf
-
Tom Finegan authored
-
Tom Finegan authored
- Split vpxdec wrapper function into vpxdec() and vpxdec_pipe(). - Remove hard coded --noblit and --summary arguments from the wrappers in favor of shifting off the first argument (the input file) and passing all remaining parameters to vpxdec. - Add --noblit and --summary args to existing tests, and update the pipe input test to use vpxdec_pipe(). Change-Id: Ia390a9990eace793058b3603ada733fb878eb78c
-
Tom Finegan authored
Change-Id: I7bb9b10fa8a949e9eaa1299b521f2b9785f36d50
-
James Zern authored
-
- 30 Jul, 2014 - 30 commits
-
-
Tom Finegan authored
Avoid running the tests when CONFIG_SPATIAL_SVC is 0. Change-Id: I9b87ed206a9ba7de6827594fba275bd3f60faf2d
-
Jingning Han authored
-
Pengchong Jin authored
-
Johann authored
-
Johann authored
-
Johann authored
-
James Zern authored
-
Pengchong Jin authored
This patch allows the encoder to skip the search for partition SPLIT, HORZ, VERT after the search for partition NONE is done in RD optimization. It uses the first pass block-wise statistics to make the decision. If all 16x16 blocks in the current partition have zero motions and small residues from the frist pass statistics, and it has small difference variance, further partition search is skipped. For speed 2 setting, experiments on general youtube clips show that the speedup varies from 1% - 10%, 5% on average. On the performance side in PSNR, derf 0.004%, yt -0.059%, hd -0.106%, stdhd 0.032%. For hard stdhd clips: park_joy_1080p, 502952 ms -> 503307 ms (-0.07%) pedestrian_area_1080p, 227049 ms -> 220531 ms (+3%) This feature is under the compilation flag CONFIG_FP_MB_STATS and it is off in current setting. Change-Id: I554537e9242178263b65ebe14a04f9c221b58bae
-
Frank Galligan authored
-
James Zern authored
* changes: make testdata: look for other variants of sha1sum make testdata: fail if a sha1 fails or is missing test-data.sha1: add missing checksums
-
James Zern authored
-
Jingning Han authored
Remove the variable that indicates the relative block index. This is explicitly covered by the use of pc_tree. Change-Id: Ib13142582fff926c85e375bde656aa050add8350
-
James Zern authored
extract only the md5 + quote the result fixes: test/examples.sh: 47: local: img-176x144-0029.i420: bad variable name Change-Id: I81c6a83c8a4e792a520fd7046c8eedcbd4af9a0c
-
Marco Paniconi authored
-
Jingning Han authored
This commit enables a chessboard pattern constrained partition search for 720p and above resolutions. The scheme applies stricter partition search to alternative blocks based on its above/left neighboring blocks' partition range, as well as that of the collocated blocks in the previous frame. It is currently turned on at 16x16 block size level. The chessboard pattern is flipped per coding frame. The speed 3 runtime is reduced: park_joy_1080p, 652832 ms -> 607738 ms (7% speed-up) pedestrian_area_1080p, 215998 ms -> 200589 ms (8% speed-up) The compression performance is changed: hd -0.223% stdhd -0.295% Change-Id: I2d4d123ae89f7171562f618febb4d81789575b19
-
Jingning Han authored
-
Jingning Han authored
-
Jim Bankoski authored
-
Scott LaVarnway authored
On a Nexus 7, vpxenc (in realtime mode, speed -12) reported a performance improvement of ~12.4% Change-Id: Id29d215acf58bb108489e218a259adf74b4768d7
-
Marco Paniconi authored
signed/unsigned mismatch from commit: 918011. Change-Id: I6b9bb3618f8e72ea4cc0e6ba8fb9b13676985ed0
-
Jim Bankoski authored
Change-Id: Iefcf0a25aaf5e44e8e791839aa82d876555025e0
-
Scott LaVarnway authored
vp9_variance16x16(), and vp9_get16x16var(). On a Nexus 7, vpxenc (in realtime mode, speed -12) reported a performance improvement of ~16.7%. Change-Id: Ib163aa99f56e680194aabe00dacdd7f0899a4ecb
-
James Zern authored
Change-Id: I0bea5cbccd6938fb967299c1d903b60dd2096ccc
-
James Zern authored
it's shasum / sha1 on osx, bsd variants Change-Id: I3513ae1740adfb05e9b5777d27d445dafbd22413
-
James Zern authored
Change-Id: Ia0b51165d260e283f5338f290a39718e462aed55
-
James Zern authored
Change-Id: I461d8b3d7cb8f5d787f189dac9032220b089f05f
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
KO Myung-Hun authored
'local' is not posix. Change-Id: I46d7acfa574cbef686cee1b35022f5781485c3fa
-