- Jun 30, 2014
-
-
Hangyu Kuang authored
-
Hangyu Kuang authored
This fixes the hang in VP9/InvalidFileTest.ReturnCode/3 due to worker->had_error has not been reset after getting error. Change-Id: Ia3608225094758a2bd88f6ae4dd9dfd93bbaad27
-
Yunqing Wang authored
For real time speed 7, once encode breakout is on(i.e. encoding setting --static-thresh=1), a proper encode breakout threshold is set to speed up the encoder. Set --static-thresh=1, RTC set borg test showed a slight overall psnr loss of 0.162%, but ssim gain of 0.287%. The average speedup on RTC set is 6%, and for some clips, the speedup can be 10+%. Change-Id: Id522d9ce779ff7c699936d13d0c47083de4afb85
-
Yunqing Wang authored
Before encoding a frame, calculate and store each 16x16 block's variance of source difference between last and current frame. Find partitioning threshold T for the frame from its variance histogram, and then use T to make partition decisions. Comparing with fixed 16x16 partitioning, rtc set test showed an overall psnr gain of 3.242%, and ssim gain of 3.751%. The best psnr gain is 8.653%. The overall encoding speed didn't change much. It got faster for some clips(for example, 12% speedup for vidyo1), and a little slower for others. Also, a minor modification was made in datarate unit test. Change-Id: Ie290743aa3814e83607b93831b667a2a49d0932c
-
Jim Bankoski authored
-
Marco Paniconi authored
-
Tim Kopp authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
Change-Id: I38bb2801ad3f059d5e2eb6513eec92397c67abcd
-
Marco Paniconi authored
Change-Id: I86451ddfa90d871e46e5b4c97794dbef65293c6c
-
- Jun 29, 2014
-
-
Jim Bankoski authored
Change-Id: Id51468f99f8970b8795ce2d254344f4b8d7817d0
-
Jim Bankoski authored
Change-Id: I7f989d197444d166133ad91eb23ac1033109f58d
-
- Jun 28, 2014
-
-
James Zern authored
-
James Zern authored
-
Aℓex 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
-
- Jun 27, 2014
-
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Aℓex 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
-
Aℓex Converse authored
-
Jim Bankoski authored
-
Aℓex Converse authored
Encoding screen content exercises various fast skip paths that are missed by natural video content. Change-Id: Ie359884ef9be89cbe5dda6d82f1f79360604a090
-
Aℓex Converse authored
Change-Id: Ib94ee638eb486f1368f2e3098d25c1d3d28fc265
-
Marco Paniconi authored
-
Aℓex Converse authored
-
Aℓex 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
-