- Nov 02, 2015
-
-
Aℓex Converse authored
Change-Id: I174f5b41be384894e41b8e2926cbf8fd0f8e21b2
-
Hui Su authored
Change-Id: Ia59724413c4a4831390119a33d40a7d713b4b69f
-
Marco Paniconi authored
Change-Id: I60461f011d1aba0b1eb6584c6940f745221915f4
-
- Oct 30, 2015
-
-
Deb Mukherjee authored
-
James Zern authored
* changes: vp9_dx_iface: move struct defs to separate header vp9_decodeframe.h: add missing include
-
James Zern authored
this avoids redefining vpx_codec_vp9_dx, vpx_codec_vp9_dx_algo in vp9_encoder_parms_get_to_decoder.cc Change-Id: I3b89e7a62497227ee32419f1a7d30e4c10a13c05
-
Aℓex Converse authored
-
- Oct 29, 2015
-
-
James Zern authored
Change-Id: I8ef772a016a79cab88bee8e9739530aa030baaa9
-
Hui Su authored
Change-Id: I53d9719dcb81fa83fe3c920a552db5a0f1cacefa
-
Aℓex Converse authored
The old workaround "p = 0 ? 0 : p -1" is misleading. ?: happens before = assigning back to p truncates to one byte. Therefore it is equivalent to (p - 1) & 0xFF, but the check just exists to work around a first pass bug, so let's make the work around more clear. https://bugs.chromium.org/p/webm/issues/detail?id=1089 Change-Id: I587c44dd61c1f3767543c0126376f881889935af
-
Jacky Chen authored
-
Aℓex Converse authored
-
Jacky Chen authored
Width and height of downscaling resolution should not be lower than min_width and min_height which can be set as needed, both are 180 for now. Change-Id: I34d06704ea51affbdd814246e22ee8d41d991f00
-
Jacky Chen authored
-
Marco Paniconi authored
Some fixes for rate control stats and bypass mode. Change-Id: I28bed5467a681b8867cca55852d5d3a25d850f39
-
Jacky Chen authored
Refer to doc "vp9-test-vectors". BUG=https://code.google.com/p/webm/issues/detail?id=1086 Change-Id: I523d1f39141a3a86f113604cbdb9cd41cc2d6470
-
- Oct 28, 2015
-
-
Marco Paniconi authored
-
Aℓex Converse authored
-
Johann Koenig authored
-
Johann Koenig authored
-
Aℓex Converse authored
This reverts commit 7f56cb29. It causes uninitialized reads in the first pass setting up later cost tables. Change-Id: I2df498df3f5c03eff359f79edf045aed0c618dc9
-
Hangyu Kuang authored
These videos change resolution every 10 frames versus every 3 frames in current test sets. Change-Id: Ic33f449fc9b6d2f480825d4715b8f63e70801232
-
Geza Lore authored
This is a prerequisite for vectorizing vp9_diamond_search_sad_c. Change-Id: I49cd9148782410ca8b16e8a468ca9e7c6d088410
-
Hangyu Kuang authored
-
Hangyu Kuang authored
Change-Id: I70b1b8162a0c9b8501358ba7d32fecd1dc020ab5
-
- Oct 27, 2015
-
-
Marco Paniconi authored
Set increase_denoising parameter for temporal filter. Change-Id: Id98bf160db98dfa9aedf76e20b43e6f7c783fb1c
-
Johann Koenig authored
Change-Id: Idc0a9adb4fb371272d6c8c98737f66c6cf209e37
-
Marco Paniconi authored
For 1 pass CBR mode. Change-Id: I8bceb489a850ec26f05382eecb5c0c32a1bb8883
-
Marco Paniconi authored
-
Aℓex Converse authored
Saves 2288 bytes in vp8+vp9 libvpx.a. Change-Id: Iaa5712e59a9693ed58cea63de63781a96827e44e
-
Marco Paniconi authored
Adjust variance threshold, delta-qp, and intra penalty cost, based on estimated noise level in source. Replace denoising_on with a level value=L/M/H. Change-Id: I0c017dae75a5d897367d2c42dec26f2f37e447c1
-
Yaowu Xu authored
-
Aℓex Converse authored
-
Yaowu Xu authored
This is to make future merge a bit easier. Change-Id: I1039de381d8fe7b9988b57c23d15d0cb5f2fcd32
-
Aℓex Converse authored
Add a cast on a double to unsigned assignment. Change-Id: I4abce7cfa13e145ed0c71469844ac9b274aa1411
-
- Oct 26, 2015
-
-
Johann Koenig authored
The option exists specifically to allow for configurations where the build environment is different from the configure environment. Change-Id: I95196fa3c49700251d10ff5d256dc7380e39d0c4
-
Marco Paniconi authored
-
Paul Wilkins authored
-
Paul Wilkins authored
-
Marco Paniconi authored
Change-Id: Ibb573f50c4bf2cfb382b589803f3363db0ac1285
-