- Feb 04, 2014
-
-
Rui Ueyama authored
Fixes https://code.google.com/p/chromium/issues/detail?id=339889 when building Clang-based ASan on Windows Change-Id: Ib77d9593636f46827dbb77f087d407ec0f463fc7
-
James Zern authored
-
James Zern authored
-
James Zern authored
* changes: resize_test: use const_iterator where appropriate resize_test: silence a warning
-
James Zern authored
* changes: vpxenc: find_mismatch/compare_img: normalize types vpxenc: cosmetics
-
Dmitry Kovalev authored
-
Yongzhe Wang authored
-
James Zern authored
-> InterpKernel avoids conflicts in variable names, fixing the build with various toolchains. broken since: 86915654 Removing subpix_fn_table struct. Change-Id: Ib5f6fdbcb494a97b62c75b99d4d826ff25d4c981
-
Aℓex Converse authored
-
- Feb 03, 2014
-
-
Yongzhe Wang authored
Fixes a build issue when internal stats is enabled Change-Id: I822cc60274e34b5f29ccbaa1f986fb9da6a8de4b
-
Dmitry Kovalev authored
-
Yunqing Wang authored
-
Aℓex Converse authored
-
Marco Paniconi authored
-
Marco Paniconi authored
This reverts commit 6be2b750 Change-Id: Ic52acd98b37c3ba49d4999b463389eb564f49c4b
-
Aℓex Converse authored
The new implementation disagrees when the argument is equal to 2**n but that is never called in practice and based on how it is used the new implementation is correct in that case. Change-Id: Ifbac4ad87d459fe6bd2fd0f400c0340f96617342
-
Aℓex Converse authored
This avoids calls to get_unsigned_bits() with constants and replaces hard to trace loops with simpler structures. Change-Id: Ic1afc5a17d7df5bcfc85b76efda316b0bf118467
-
Dmitry Kovalev authored
-
Yunqing Wang authored
Using bilinear filters could speed up the codec in real-time mode. This patch added sse2 optimizations of bilinear filters that operate on different-sized blocks. Tests showed that the real-time encoder was speeded up by 3%. Change-Id: If99a7ee4385fcc225c3ee7445d962d5752e57c3f
-
- Feb 02, 2014
-
-
Marco Paniconi authored
This patch adds a buffer-based rate control for temporal layers, under CBR mode. Added vpx_temporal_scalable_patters.c encoder for testing temporal layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns). Updated datarate unittest with tests for temporal layer rate-targeting. Change-Id: I9cb6cce2494390ae6096ee17774af7fb9308bde7
-
- Feb 01, 2014
-
-
James Zern authored
silences warnings about declarations not matching prototype Change-Id: I30b9a24f78ebe3b9cc2bbfcd3a7363ba7c328e4d
-
Jim Bankoski authored
-
James Zern authored
Change-Id: I9ebfeb4947e7d7bc8af175730b0b25b2880ee26c
-
James Zern authored
the timebase of pts is 1/fps, so casting down to unsigned is safe here. Change-Id: I2e2f9bb68604c3c5539804685e6166beb54fe83e
-
Yaowu Xu authored
-
Adrian Grange authored
-
Jim Bankoski authored
Change-Id: Ifdd951f24932839f06d1c700371662511dde6ebe
-
James Zern authored
-
James Zern authored
-
Yunqing Wang authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: Ib71d9ed3f98e9468ad951bdc24c9ab565216eb38
-
Dmitry Kovalev authored
-
James Zern authored
-
Dmitry Kovalev authored
Change-Id: Iefe118f61a335e88821a21a9f50fb919212c1507
-
Dmitry Kovalev authored
Change-Id: Ie7b295190d8def447408e575ea0f3fa3c7eb7dd2
-
James Zern authored
the public typedef already includes a const, quiets 'same type qualifier used more than once' warnings Change-Id: Ib118b3b116fba59d4c6ead84d85b26e5d3ed363d
-
Yaowu Xu authored
Based on frame level settings. Change-Id: I922c09c195ab055585eaa4f544c51aceb1203a7a
-
Yunqing Wang authored
As pointed out by Dmitry and James, "partial" is a Microsoft- specific c++ keyword, and it is renamed. Change-Id: Ia0fc11ceb89e54b3195287f89f7e26edbbe9beb8
-
Jim Bankoski authored
-