- 07 Mar, 2014 - 8 commits
-
-
Dmitry Kovalev authored
Change-Id: I446fca8aa11a4d4fc2b23d4b32348b74d74d0202
-
Jingning Han authored
-
Jingning Han authored
This commit replaces SAD cost with modeled rate-distortion cost for non-RD mode decision. It translates the prediction residual SSE into estimate rate and reconstruction distorion costs, hence capturing the quantization setting effect. The compression performance of speed -7 for rtc set is improved by 14.79%. Change-Id: Ifda014eb0501d13109fe7f92680bf1410b463632
-
James Zern authored
assign vpx_ref_frame_t members explicitly avoiding incompatibility in visual studio builds Change-Id: I22df4c5ebb772d65b4d72f22949fbde53543d7ec
-
James Zern authored
-
James Zern authored
-
Yaowu Xu authored
-
Marco Paniconi authored
-
- 06 Mar, 2014 - 32 commits
-
-
James Zern authored
fixes issue #711 specifying a multiword CC, e.g., CC='gcc -m32', would cause the failure under dash reported in https://bugs.gentoo.org/show_bug.cgi?id=498136 patch by floppymaster at gmail dot com Change-Id: I2ba246f765646161538622739961ec0f6c2d8c2d
-
Tom Finegan authored
clang on macosx does not support -Wunused-but-set-variable; adding the flag causes additional warnings about the flag. As a more generalized fix, use -Werror when checking compiler flag support in order to avoid using unsupported warning flags. Change-Id: I2529862e211f880d56491eac3b9fa90fff1aa5c3
-
Jim Bankoski authored
Change-Id: I736f5753ff42782bbb2a401d2c28cd755fa2f8da
-
James Zern authored
* changes: configure: add a test for configured source dir Makefile: add distclean target
-
Marco Paniconi authored
Change-Id: I7126e4b36994020cc656d046d10df5d6a6c53e66
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Deb Mukherjee authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: I76e39f7c5545ba4e0cd537f530c574531356e94a
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
Deb Mukherjee authored
Removes some unused variables and assignments Change-Id: I228f43d658ce50237d65ce8dc8ab2ccf0a0b21ca
-
James Zern authored
clang reports gcc-4.2.1 in e.g., 3.3, 3.4; add a specific clang version check for _mm256_broadcastsi128_si256 fixes issue #720 Change-Id: I5c8e3c27fdea05d8a5b050e8cb74894b595f4709
-
James Zern authored
-
Dmitry Kovalev authored
Change-Id: I03451c88536bc498edddbe0cd9773ff79da085c2
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
James Zern authored
fixes a warning in vs9/x64 related to ceil() Change-Id: Ic4bde9d0b7e961546dbe304de74aa37fc02fcf94
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
hkuang authored
Change-Id: I2c117ddeae3da5119f549b036a5699a8092819d3
-
James Zern authored
prevents out of tree build failures when the source tree has already been configured; modeled after a similar check in autoconf Change-Id: I627eb7243576f4d753141dfcb4ed4e34544d03a7
-
James Zern authored
wipes out configure generated files Change-Id: I55d5865b84c6dfc19f13011e66e3483c54bf6a15
-
James Zern authored
-
Yaowu Xu authored
Change-Id: Ibabd8440ff5c9dd7f300f317e2c9d50e8e84aab9
-
Jingning Han authored
-