- Aug 02, 2016
-
- Aug 01, 2016
- Jul 29, 2016
-
-
Yaowu Xu authored
Manually cherry-picked the following changes: 8c8d16de vp9 -> vpx in names 75b57d39 VP9_ -> VPX_ in function names 761a7088 VP9_INTERP_EXTEND -> VPX_INTERP_EXTEND 4273a52c VP9->VPX in border pixel macros 03568c31 VP9_FRAME_MARKER -> VPX_FRAME_MARKER 2334f51d VP9->VPX in fdct function names Change-Id: Icc18dbf4b416dd0fa21033b3e19ab8a47c893508
-
Hui Su authored
Tested on lowres and midres, performance impact is neutral. BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1269 Change-Id: Idaccaf7da7b460e6201efd436c084be66b5d4ebd
-
Yaowu Xu authored
-
Yaowu Xu authored
Change-Id: I9c51ae3a2af698efe32288b807f881385e19822b
-
Yaowu Xu authored
Change-Id: I8101de20e873c19d03c7fd2977bc22003e395807
-
- Jul 28, 2016
-
-
Hui Su authored
Change-Id: I6a9ab351012b731308d6b4fc78c09744c6afb61a
-
Jingning Han authored
-
Yaowu Xu authored
Change-Id: I09b8acd22d031ece52e1fee18b998349bf1cf06b
-
- Jul 27, 2016
-
-
Jingning Han authored
This commit makes the encoder to use different frame context index for different frame types. In the baseline setting, it sets the frame context index of the overlay frame to be different from other regular inter frames. In the ext-refs setting, it further allows the backward reference frame to use a different index. It improves the compression performance for both settings. Baseline lowres 0.12% ext-refs lowres 0.50% midres 0.56% Change-Id: I7c63ddec9fc296c56a86353cf2c661a740b97a97
-
- 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
-