- Jul 27, 2016
-
-
James Zern authored
everything outside of third_party should follow 'PointerAlignment: right' i.e., associate the '*' with the variable + add a note about the clang-format that generated this file Change-Id: I13e3f4f5fb6e22a8fa7fc3d06879c995b7c41a39 (cherry picked from commit e4290800b21478a3f9548c58b4f15c5ba5393073)
-
- Jul 26, 2016
-
-
Hui Su authored
-
Hui Su authored
Reduce its size form 270x2 to 90. Change-Id: Icaacc4258e43cdc19c6f06598fee17c3dd06d7e9
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yunqing Wang authored
-
Ivan Krasin authored
The LLVM trunk has reached 4.0 and now __clang_major__ is not enough to distinguish between old XCode Clang and the new 'real' Clang. Using __apple_build_version__ allows to make this distinction. BUG=chromium:631144 Change-Id: I0b6e46fddfe4f409c7b7e558bda34872e60ee2d9
-
Aℓex Converse authored
Change-Id: I250379f0ac8d4929c9032e7343290e2980fc2e77
-
James Zern authored
float->int as reported by -Wfloat-conversion Change-Id: Icb0ecb9e2d54edb95813d9f2de34cb6c27b63cbd (cherry picked from commit 5e2791b54da066cc8543c066813373c9274ff53f)
-
James Zern authored
Change-Id: I1efc16fa158740a06da719a1ea90c6dd6a182bb4 (cherry picked from commit 325bdddc38ad15cf7dd2bc618461a13cfb006812)
-
Yury Gitman authored
Change-Id: I60e233eddef238ad918183392794084673f27d2d
-
Aℓex Converse authored
Individual tests still need to be updated. Change-Id: Ic433d0f742e13560b136f136b72b2a9973970d78
-
James Zern authored
prefer {}s over ';' Change-Id: I563fc82717e1deb4f42a40e03dca318c6adaa0c1
-
James Zern authored
allows 'make test_libvpx', etc. some reworking of the makefiles would be needed to avoid hard coding targets here. Change-Id: I18982dbf691e7d36ab8bcf5934bab9340687b061 (cherry picked from commit 25085a6ac21fc8e2341b92e2f1f14d5a7fef30c6)
-
James Zern authored
Change-Id: I15c8976c6478bf75ec617398f49461b310ab7569
-
Yaowu Xu authored
-
Pascal Massimino authored
remove some (but not all yet!) tuple mis-use, and revamp the code a lot. Factorize some common chores into MainTestClass. Change-Id: Id37b7330eebe80d19b9d12a454f24ff9be6b1116
-
- Jul 25, 2016
-
-
Yunqing Wang authored
Modified the example so that the test script worked correctly. Also included minor fixes. Change-Id: If97525dd9b85004a07e91c384132eadae35cdbf8
-
Yaowu Xu authored
-
Yunqing Wang authored
-
Yaowu Xu authored
This fixes the build using MSVC. Change-Id: I7788e28fd4f0c6ff3d405c4b4a2ff59eda3ba8b6
-
- Jul 23, 2016
-
-
James Zern authored
float->int as reported by -Wfloat-conversion Change-Id: I3c55990821d922bda7a7600c00ae8d5dcc3cee94
-
James Zern authored
float->int as reported by -Wfloat-conversion Change-Id: I9e3d6ce9dbb0689f214afc8d5950f209275e883d
-
- Jul 22, 2016
-
-
Sarah Parker authored
A few functions and variables were named incorrectly Change-Id: Ib32fa459c51b9e9aad8bb107e1b689a96d98b368
-
James Zern authored
-
Yunqing Wang authored
Set adaptive_rd_thresh to 0 at speed 0. This allows a thorough mode search, and eliminates a blocking artifact seen in an encoder test. Borg test: 1. lowres Overall PSNR: -0.135%; SSIM: -0.293%; 2. hdres Overall PSNR: -0.122%; SSIM: -0.208%; Encoder speed tests: 2% - 6% slower. Change-Id: Ie7601cb8824df8f6f2ae0b2942bd938600f76990
-
Sarah Parker authored
vp10_default_scan_orders was removed in: e5848dea Rectangular transforms 4x8 & 8x4 This fixes compiler error in vp10_quantize_test.cc Change-Id: I1b8a637e011f9426c3b41e61e00e3babc80defba
-
James Zern authored
derived from clang-format 3.7.1; same as used in libaom Change-Id: I8ea915a41d1f2ea3b0d4e4dab9ebc808e9116f11
-
Yaowu Xu authored
Change-Id: I8b791fda7c64a0363549add99dc9fcae3b29beae
-
Yaowu Xu authored
Change-Id: I530348b12a1c039842ce4e33d21046fe63878f19
-
- Jul 21, 2016
-
-
Sarah Parker authored
-
Deb Mukherjee authored
-
Sarah Parker authored
Change-Id: I9cd355a3ea344ef66a61028efa25d94f54e7e2bd
-
Deb Mukherjee authored
Added a new expt rect-tx to be used in conjunction with ext-tx. [rect-tx is a temporary config flag and will eventually be merged into ext-tx once it works correctly with all other experiments]. Added 4x8 and 8x4 tranforms for use initially with rectangular sub8x8 y blocks as part of this experiment. There is about a -0.2% BDRATE improvement on lowres, others pending. When var-tx is on rectangular transforms are currently not used. That will be enabled in a subsequent patch. Change-Id: Iaf3f88ede2740ffe6a0ffb1ef5fc01a16cd0283a
-
Yaowu Xu authored
-
- Jul 20, 2016
-
-
Yi Luo authored
-