- 26 Jul, 2016 8 commits
-
-
James Zern authored
Change-Id: I1efc16fa158740a06da719a1ea90c6dd6a182bb4 (cherry picked from commit 325bdddc38ad15cf7dd2bc618461a13cfb006812)
-
Yury Gitman authored
Change-Id: I60e233eddef238ad918183392794084673f27d2d
-
Alex 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
-
skal 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
-
- 25 Jul, 2016 3 commits
-
-
Yaowu Xu authored
-
Yunqing Wang authored
-
Yaowu Xu authored
This fixes the build using MSVC. Change-Id: I7788e28fd4f0c6ff3d405c4b4a2ff59eda3ba8b6
-
- 23 Jul, 2016 2 commits
-
-
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
-
- 22 Jul, 2016 7 commits
-
-
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
-
- 21 Jul, 2016 5 commits
-
-
Sarah Parker authored
-
Debargha Mukherjee authored
-
Sarah Parker authored
Change-Id: I9cd355a3ea344ef66a61028efa25d94f54e7e2bd
-
Debargha 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
-
- 20 Jul, 2016 4 commits
-
-
Yi Luo authored
-
Yi Luo authored
- HBD encoder speed improvement (SSE4.1): Enable CONFIG_VP9_HIGHBITDEPTH, on Xeon E5-2680, 50 frames, park_joy_1080p, 12-bit, Encoding time reduces from 4846481 to 4177471 (ms) - Add unit test to verify bit-exact and EOB calculation Change-Id: I08e8ef3549ddad5ab36d86e78557df3b288537ea
-
Yaowu Xu authored
Change-Id: I732d6942d56042a79c4259f775a6045fa95fbeff
-
Pascal Massimino authored
Change-Id: I1efbc91d0ca9183fe34692315307c00c4b346e73
-
- 19 Jul, 2016 8 commits
-
-
Sarah Parker authored
-
Zoe Liu authored
Change-Id: Ie39e16de2457dd201121c62967e4ddaf5a05c33a
-
James Zern authored
-
sarahparker authored
This makes it easier to interface between global motion and warped motion Change-Id: I850e0a383969a1973f03fb207f100713cda6bb51
-
Hui Su authored
-
Wei-ting Lin authored
-
Sarah Parker authored
Currently nothing is implemented to compute GM parameters, this just adds the capability to send them in the bitstream if they were computed. Still need to implement the reconstruction based on the parameters in reconinter. Change-Id: I72aea3c6a9de9f5a40f96da76c82b54a52781fe2
-
Wei-ting Lin authored
ARF with zero strength temporal filter can be reused by setting the show_existing_frame = 1, and in this case, there is no need to refresh the reference frame buffer. However, we used the flag "refresh_golden_frame" as the identifier for the starting point of a gf group. A new flags "is_arf_filter_off" is used to record if the filter with strengrh zero is used. Change-Id: I25971a760f6e1638d5147fe30488c48125512b1a
-
- 18 Jul, 2016 3 commits
-
-
Yaowu Xu authored
-
Sarah Parker authored
-
Jingning Han authored
-