- Dec 16, 2013
-
-
Johann Koenig authored
Silences warning C4018: '>' : signed/unsigned mismatch Change-Id: I07d34060043e8ada7d995ea6dc8276cb881c7d95
-
Johann Koenig authored
The definition fell out of sync in I7d2fda72de5fc27e86c6589543b41fa044681dbf Change-Id: I3ce3f6ba96bb121f51efaa08f64a69ad9f731a9e
-
Johann Koenig authored
Change-Id: I56706a8326d9356a6735d13eb5e0832d04221c91
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Deb Mukherjee authored
Makes the thresholds for bitrate control more leniant to prevent test failures. Change-Id: I535c1565174a8a46493b033531eb40360def883b
-
Add an option for libvpx to return the least recently used frame buffer. Change-Id: I886a96ffb94984f1c42de53086e0131922df3260
-
Frank Galligan authored
-
Frank Galligan authored
VP9 decoder can now use frame buffers passed in by the application. Change-Id: I599527ec85c577f3f5552831d79a693884fafb73
-
- Dec 14, 2013
-
-
James Zern authored
the nestegg packet was only freed by subsequent reads Change-Id: Ib687a13907861c7575830783e47a596d85169cf1
-
Dmitry Kovalev authored
Change-Id: I8ae093d0b61d71d3c294b95d98d0178f7f67c8f6
-
Dmitry Kovalev authored
-
- Dec 13, 2013
-
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: I8b81a3e4b4fa530a654c28d9c136afa0c1d379fd
-
Yunqing Wang authored
-
James Zern authored
-
James Zern authored
-
Jingning Han authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Jingning Han authored
-
Jingning Han authored
Change-Id: I7ff2899ea18a55b37f5c581431ef59806f01e009
-
Yunqing Wang authored
Increased threshold(t) for interp filter search. This sped up the encoder with some PSNR loss. Borg tests were ran at speed 2. t = 100, PSNR loss: -0.710%(derf); -0.561%(stdhd); -0.647%(youtube) speedup: 9%(derf); 3%(stdhd); 5.7%(youtube) t = 500, PSNR loss: -1.687%(derf); -1.665%(stdhd); -1.664%(youtube) speedup: 18%(derf); 10%(stdhd); 8%(youtube) Change-Id: I180e3657c1e156aaa88dc7c437f8bcbd19f5caba
-
Adrian Grange authored
-
Jingning Han authored
-
Adrian Grange authored
Corrected a typo that set rc_2pass_vbr_minsection_pct to two different values on consecutive lines. Second line should have set rc_2pass_vbr_maxsection_pct. Change-Id: Ie07ac67cd5455afe556bef34da8127304db9c97c
-
Dmitry Kovalev authored
set_offsets() is a right place to configure all mi-related pointers. Change-Id: I7d2fda72de5fc27e86c6589543b41fa044681dbf
-
James Zern authored
string literal to int within an assert Change-Id: I0c889256b67a078e6e2a79577f0b7ae084243258
-
James Zern authored
string literals should be returned as const char* Change-Id: Iaab98711ed22f9c6eff1ca922c0576a1ff93a58f
-
Jingning Han authored
This commit enables an adaptive prediction filter type selection for sub8x8 block sizes. In speed 1, it re-uses the filter type of collocated 8x8 block if it is tested in the rate-distortion optimization loop, for the sub8x8 blocks. Otherwise, it runs the normal test over all the three filter types. In speed 2, it re-uses the 8x8 block's prediction filter type, if available. Otherwise, force it to be EIGHTTAP. Compression and speed performance wise: speed 1 derf -0.266% yt -0.138% bus at 2000 kbps: 33766ms -> 30451ms (10% speed-up) football at 600 kbps: 48173ms -> 43786ms (9% speed-up) speed 2 derf -0.026% yt +0.134% bus at 2000 kbps: 18973ms -> 17698ms (6% speed-up) football at 600 kbps: 26748ms -> 25096ms (6% speed-up) Change-Id: I77e097533b969fd3472147225fa79fc98095d342
-
- Dec 12, 2013
-
-
James Zern authored
-
Dmitry Kovalev authored
Change-Id: I4991bc36e1627bd3a9495ca72c0738f1a937da2e
-
Dmitry Kovalev authored
Making overall logic more clear, moving "hacked" calculation of base filter array pointer to get_filter_base() function. Change-Id: Ibbd38a9f937e48d35bbbfef3ad933ab36664cccb
-
Frank Galligan authored
Change-Id: I7ff2b18e085f3fffaa7f25d40e4e50427b808f43
-
Frank Galligan authored
-
Frank Galligan authored
-
Frank Galligan authored
Change-Id: I36f9033492f12fda7f9ce0e7a97a009aab9aab57
-
James Zern authored
vp90-2-02-size-lf-1920x1080.webm{,.md5} were added in: ebb583d2 Add a test vector for loopfilter Change-Id: I021808338935932cb742ea2621b94f44f22e3037
-