- 30 Sep, 2013 - 6 commits
-
-
Paul Wilkins authored
The code now takes into account temporal and spatial information to determine the partition size range, but the frequency counts have been removed. The net effect is similar in quality but about 10% faster. Change-Id: I39a513fb79cec9177b73b2a7218f0da70963ae95
-
Paul Wilkins authored
This patch deletes the variance based speed three partitioning. Speed 3 now uses the same partitioning method as speed 2 but with some stricter conditions. The speed and quality are now somewhere between speeds 2 and 4 whereas before it was worse in both than speed 4. Change-Id: Ia142e7007299d79db3ceee6ca8670540db6f7a41
-
Jim Bankoski authored
* changes: cpplint issue extra line in decodemv.c cpplint issue - vp9_idct_blk.c cpplint issue in vp9_detokenize.c fixed cpplint issue vp9_onyxd_int.h cpplint issue in vp9_read_bit_buffer resolved cpplint issue vp9_decodeframe.c fix cpplint issue in vp9_onyxd.h
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
- 29 Sep, 2013 - 22 commits
-
-
James Zern authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Jim Bankoski authored
Change-Id: I29b5bbb9bed7296d0bf7d58ae1e78187ccdc5b34
-
Jim Bankoski authored
Change-Id: Iaa6b8ac967c0000d4632b64ff9709304072d6ef2
-
Jim Bankoski authored
Change-Id: Ibf996de79e9c9bbe03b2202d4af11aebc58f9bcc
-
Jim Bankoski authored
Change-Id: Ie1b544e488a5e346a62174bfdeb9b54c34a19083
-
Jim Bankoski authored
Change-Id: I9dea60e39bc4a51684cfba49c82c3570a2f7b61e
-
Jim Bankoski authored
Change-Id: If71923f4821a7bf3372a1ead83baa91fc576977c
-
Jim Bankoski authored
Change-Id: I6498d2eee0b3f3bbb94787eb0ba72ccfcf8f5f02
-
Jim Bankoski authored
apparently we are going to have trouble completely removing lint issue in this file. It needs a bit more work. We need to include vpx_config.h to know whether we need to have multi threading . and that means vpx_config.h has to come before the system headers. ( a violation ) Change-Id: I023feeab1bf5643b79dccc3b80a4a9ad42689e7b Signed-off-by:
Jim Bankoski <jimbankoski@google.com>
-
Martin Storsjo authored
Include the whitespace after the first argument's comma in the optional first argument group. This fixes a minor style regression in the converted output since 2a233dd3. Change-Id: I254f4aaff175e2d728d9b6f3c12ede03846adcf1
-
Jim Bankoski authored
Change-Id: I550e27b2d40f0e608032e74e1472ceec53c97dc7
-
Jim Bankoski authored
Change-Id: Ia67e9ed2d5ea79f3dbf1d58f9a187cb18ecd0995
-
Jim Bankoski authored
-
Jim Bankoski authored
Adopted again to shepherd through system. Change-Id: If1b742618a95a2198ae2e30eec4b53ad1f7353e5
-
- 28 Sep, 2013 - 1 commit
-
-
Dmitry Kovalev authored
Both vp9_init_mbmode_probs() and vp9_zero(cm->ref_frame_sign_bias) are called inside vp9_setup_past_independence() which called in any case for encoder/decoder after VP9_COMMON struct creation. Change-Id: I3724d1a4fb8060101ff0290dd6a158f0b5c57bb4
-
- 27 Sep, 2013 - 9 commits
-
-
Dmitry Kovalev authored
Change-Id: Ia455c1900d84a3221e3681e31e15ca86bd03f89d
-
Guillaume Martres authored
-
Dmitry Kovalev authored
Making name consistent with vp9_short_idct8x8 and vp9_short_idct8x8_1. Change-Id: I99e0be040ec893f9571dcf090e18f98dc58339f5
-
Christian Duvivier authored
Replace current code which corrupts the stack by duplicate of vp8 code to save and restore neon registers. Change-Id: Ibb0220b9aa985d10533befa0a455ebce57a2891a
-
Dmitry Kovalev authored
Change-Id: I6be72c8b048d1ccc7ef43764cf84c32360098970
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Scott LaVarnway authored
-
Dmitry Kovalev authored
Implementing more natural (and faster) way of updating last frame segmentation map. Change-Id: I9fefa8f78e77bd7948133b04173da45edc15a17e
-
- 26 Sep, 2013 - 2 commits
-
-
Erik Niemeyer authored
-
Christian Duvivier authored
-