- 30 Jun, 2014 1 commit
-
-
Jim Bankoski authored
-
- 29 Jun, 2014 1 commit
-
-
Jim Bankoski authored
Change-Id: I7f989d197444d166133ad91eb23ac1033109f58d
-
- 28 Jun, 2014 7 commits
-
-
James Zern authored
-
James Zern authored
-
Alex Converse authored
Change-Id: Ia9ac079d65fbd0a134e8d69c1f4ce171fe94bf64
-
James Zern authored
x32 would never be detected unless an explicit CC= was used fixes: ...: -E: command not found Change-Id: I465fd7b0979f782053bdda240ad68edbca5658e5
-
James Zern authored
the buffer is only used in encoding and only when CONFIG_INTERNAL_STATS or CONFIG_VP9_POSTPROC is enabled. a future change should decouple this from the frame buffer allocation and make it conditional based on runtime flags when the above config options are enabled. reduces decode heap usage by at least 12% Change-Id: Id0b97620d4936afefa538d3aadf32106743d9caf
-
James Zern authored
-
James Zern authored
This reverts commit b3363561. This causes a hang in: VP9/InvalidFileTest.ReturnCode/3 the change to test/user_priv_test.cc remains with a minor update Change-Id: I4a8a272ca37ea329b0f413f0b1cd827a238bd9fd
-
- 27 Jun, 2014 25 commits
-
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Alex Converse authored
-
James Zern authored
-
Tom Finegan authored
-
Tim Kopp authored
-
Tim Kopp authored
-
Yaowu Xu authored
As a way to speed-up rtc encoding at speed 7. Change-Id: Ie36a010392cf7b741dc130df21a4e733622a75b7
-
Yaowu Xu authored
To experiment with different speed/quality compromises. Change-Id: Ia9d4b85243554d620498a327da37c356e752b07f
-
Minghai Shang authored
-
Minghai Shang authored
-
Alex Converse authored
-
Jim Bankoski authored
-
Alex Converse authored
Encoding screen content exercises various fast skip paths that are missed by natural video content. Change-Id: Ie359884ef9be89cbe5dda6d82f1f79360604a090
-
Alex Converse authored
Change-Id: Ib94ee638eb486f1368f2e3098d25c1d3d28fc265
-
Marco Paniconi authored
-
Alex Converse authored
-
Alex Converse authored
-
Jim Bankoski authored
This patch checks that a decoder never tries to reference frame that's outside the range of 2x to 1/16th the size of this frame. Any attempt to do so causes a failure. Change-Id: I5c98fa7bb95ac4f29146f29dd92b62fe96164e4c
-
Marco Paniconi authored
Set the proper number of mb_rows/cols. Also remove warnings (unused variable) when configured with temporal-denoising disabled. Change-Id: I8abd2372394ee55295feb87a66efd294ea6989d0
-
Tim Kopp authored
Bug introduced in I930dced169c9d53f8044d2754a04332138347409. If svc.number_temporal_layers == 1 and svc.number_spatial_layers == 1, the system attempt to do spatial SVC. It no longer does that. Change-Id: Ie6b130a72b1eea40c547c9a64447e40695f811c5
-
Tim Kopp authored
Also added reset_frame_stats() Change-Id: I8e6ca00dbd5fa85cd39485d81c9343c0ff207d6c
-
Yaowu Xu authored
-
Scott LaVarnway authored
Fixed reported vs warnings/errors. Change-Id: Ia4c44d64a69dbd9e1738c6ebb48be29582b7e1d3
-
Paul Wilkins authored
For the primary arf in a group, if multiple arfs are enabled and we were using arfs in the previous group, then allow the second arf from the previous group to be used as an additional reference. Change-Id: Iaf41706a52f54ef21548026851cd77100d6aebda
-
- 26 Jun, 2014 6 commits
-
-
Alex Converse authored
Change-Id: I33e8d1788ce29ffc695f7e9b84167ef446b1b56c
-
Jingning Han authored
This commit enables an adaptive transform size selection method for speed -6. It uses largest transform size when the sse is more than 4 times of variance, i.e., most energy is compacted in the DC coefficient. Otherwise, use the default TX_8X8. It improves the compression efficiency for rtc set of speed -6 by 0.8%, no speed change observed. Change-Id: Ie6ed1e728ff7bf88ebe940a60811361cdd19969c
-
Pengchong Jin authored
-
Alex Converse authored
Change-Id: Ic149749157d762039446d14472d40d9211c6451a
-
Marco Paniconi authored
-
Tom Finegan authored
-