- 16 Aug, 2014 6 commits
-
-
Marco authored
Change-Id: Ic53b2fb69e6eee600ea222e4d06424a1bbca496c
-
James Zern authored
-
Change-Id: I5ca3400aec1f77fd92762d0c4fc86ba3694de1ca
-
Pengchong Jin authored
-
James Zern authored
-
Dmitry Kovalev authored
-
- 15 Aug, 2014 30 commits
-
-
Johann authored
-
Pengchong Jin authored
Add a speed feature to give the tighter partition search range. Before partition search, calculate the histogram of the partition sizes of the left, above and previous co-located blocks of the current block. If the variance of observed partition sizes is small enough, adjust the search range around the mean partition size, which will be tigher. The feature is currently turned on at speed 2. Experiments on sample youtube clips show on average the runtime is reduced by 3-7%. For hard stdhd clips: park_joy_1080p @ 15000kbps: 509251 ms -> 491953 ms (3.3%) pedestrian_area_1080p @ 2000kbps: 223941 ms -> 214226 ms (4.3%) The PSNR performance is changed: derf: -0.112% yt: -0.099% hd: -0.090% stdhd:-0.102% Change-Id: Ie205ec5325bf92ec5676c243e30ba9d0adca10f2
-
Dmitry Kovalev authored
-
Yunqing Wang authored
-
Johann authored
When configuring the buffer make sure to set all the (now) required fields. Use the canonical variables and match the style from vpx_scale. https://code.google.com/p/webm/issues/detail?id=841 Change-Id: I71b43d4a03756b8b2d6d60fdf8d7bf41b8041787
-
James Zern authored
this test allocates >2GB currently. depending on the order of the test runs the allocation may fail most regularly with mingw+wine. Change-Id: Ibee1c18cfbe29a4de6c65075647ec3955d8206c0
-
Dmitry Kovalev authored
Change-Id: I50f4485cfbdaadc3084aa5bc63bf3a2f15a0d903
-
Tom Finegan authored
-
Tom Finegan authored
Change-Id: I960c26dcb0db230e50f923d00f64ded1a39bf783
-
Yunqing Wang authored
Removed disable_split_var_thresh, which is not used anymore. Change-Id: I50119b150442e1571157433b5effc6aae0dbe0fd
-
Deb Mukherjee authored
-
Tom Finegan authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Tom Finegan authored
- Remove vpxdec and vpxenc from the exclude list. - vpx{dec,enc}.sh: Updates to support finding their executable when LIBVPX_BIN_PATH is setup for the examples. - tools_common.sh: New library function, vpx_tool_path(). Provides support for finding the exectuables in vpx{dec,enc}.sh. Change-Id: I730f11cceb44646491a7a7ff58603a4a760129ef
-
Adrian Grange authored
-
Dmitry Kovalev authored
According to the current API spec we need to call vpx_codec_encode() until vpx_codec_get_cx_data() returns NULL. Change-Id: Ide0c531dc0d453df8ec1edb8acb894856d6cc22e
-
Dmitry Kovalev authored
Change-Id: Ib06c59d1adefb841a6ff653619dffb7e23f3318d
-
Dmitry Kovalev authored
Change-Id: I60472b71ca75ee0522ed2611f43e1207d44b66d0
-
Deb Mukherjee authored
Explicitly makes the fileptr null when close source is called on a temporary file. This avoids a valgrind error. Change-Id: I9c364290eeb6842fde946dd9bf817814c7178aaa
-
Marco Paniconi authored
-
Marco authored
-
James Zern authored
-
James Zern authored
vp8 is broken: https://code.google.com/p/webm/issues/detail?id=841 Change-Id: If73afe0e2314279b560ad758cb04b1760dcc3605
-
James Zern authored
-
Jingning Han authored
-
James Zern authored
Merge "32 Align Load bug In the sub_pixel_avg_variance the parameter sec was also aligned load and changed to unaligned."
-
Dmitry Kovalev authored
-
Marco Paniconi authored
On key frame, will always start with normal denoising mode, but based on a computed noise metric (normalized mse on source diff) may switch to aggressive mode (and back down again). Change-Id: I20330b2dcf3056287be37223302b2cab5fc103eb
-
- 14 Aug, 2014 4 commits
-
-
Marco authored
Modify zero_mv bias condition to include check that "closest" reference is last_frame. This is needed for temporal layers, where the last_frame is not always the closest reference. Also, constain zeromv_count to be for last_frame reference. Change-Id: I7af54a809ebf01ef43b9933c9d4095b6cb189390
-
Yaowu Xu authored
-
Yaowu Xu authored
-
James Zern authored
use get_ref_frame() to ensure a valid frame is retrieved if one exists Change-Id: I4b116d928e643ee62a991babd4b974037b6b3830
-