- 23 Dec, 2014 1 commit
-
-
James Zern authored
Local variables used at the setjmp() site need to be marked volatile. Relevant excerpt from the 'man longjmp': =============== The values of automatic variables are unspecified after a call to longjmp() if they meet all the following criteria: · they are local to the function that made the corresponding setjmp(3) call; · their values are changed between the calls to setjmp(3) and longjmp(); and · they are not declared as volatile. =============== Change-Id: I093e6eeeedbf5f781d202248ca701ba2c29d3064
-
- 22 Dec, 2014 13 commits
-
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
Change-Id: I28a3d342a4a4b23e02a0f47bb8037c4403f71d61
-
Jim Bankoski authored
-
Frank Galligan authored
-
Jingning Han authored
This reverts commit 9946ee23. Fix the ssse3 asm function. Change-Id: I07f77a63aa98087626e45c4e87aa5dcafc0b0b07
-
Jim Bankoski authored
Change-Id: Iff528c4b7528cc70320343b3a7ce07a92b024dfd
-
Jim Bankoski authored
Change-Id: Idb257e78dab2339ab1f41c3c82e537bc23e90b65
-
Jim Bankoski authored
This reverts commit 392a2c43 Failing nexus build tests: http://build.chromium.org/p/client.libvpx/builders/Nexus%207%20Builder/builds/224 Change-Id: I95ae2c894b70cef9c757334fcab7fdeca9003e9c
-
Jim Bankoski authored
-
Jim Bankoski authored
-
- 19 Dec, 2014 18 commits
-
-
Jim Bankoski authored
This allows us to track decode speed for new encodes so that we catch problems like an encode change that makes decode really slow. Change-Id: I7210196415c4e53d455e9c81246d9fb324913a06
-
Frank Galligan authored
Encode the files with 1, 2, and 4 threads. Explicitly turn on error resilient and frame parallel decoding and turn off altref frames. Change-Id: I02b66f72b7d35c666c3ba685b33015508e440209
-
Jim Bankoski authored
-
Jim Bankoski authored
Change-Id: Id2ad4fb24242f7ca8fa7a152f0889fded4113613
-
Yunqing Wang authored
-
James Zern authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Frank Galligan authored
-
Frank Galligan authored
-
Paul Wilkins authored
This reverts commit e9b586e2. Change-Id: I5b36e6727da6c05278d97e2c37b80c109f79bed4
-
Paul Wilkins authored
-
James Zern authored
-
James Zern authored
-
Yunqing Wang authored
The unit tests for VP9 multi-threaded encoder are added, which carry out tests for all three modes(i.e. kTwoPassGood, kOnePassGood and kRealTime), and speeds ranging from 1 to 8. A 1280x720 test clip is used, which is encoded into multiple tiles. The number of threads is num_of_tiles. Change-Id: I04419eeca145ad841c9c527603668239a82e7fbd
-
Frank Galligan authored
The test file niklas_1280_720_30.yuv may be included twice. Change-Id: I44512073e9e430a8e10fbce5afd62041e0edea17
-
- 18 Dec, 2014 8 commits
-
-
Jim Bankoski authored
Change-Id: If2d0888d13ebe52bc7c3b16f16319408a86ab6de
-
Frank Galligan authored
The accepted range changed to -8..8. BUG:https://code.google.com/p/webm/issues/detail?id=901 Change-Id: I53ac80b58f4819b82c76db61db5dc476f821191f
-
Jingning Han authored
This commit adds a guard condition to the intra mode test skip control in RTC coding mode. If all inter modes are skipped, force the encoder to check intra mode. It avoids situations where the encoder processes without properly assigning required mode information. Change-Id: Ibb349fee997d6584ce901d08b06e8df3ca9c01b1
-
Paul Wilkins authored
zbin extra / zbin_oq_value was widely passed around, hence removal touches a lot of code. Change-Id: Idc94359735b60c38a160e4385ae09d5ca8b6b8e5
-
Paul Wilkins authored
Initial patch to remove get_zbin_mode_boost() and cpi->zbin_mode_boost. For now sets a dummy value of 0 for zbin extra pending a further clean up patch. Change-Id: I64a1e1eca2d39baa8ffb0871b515a0be05c9a6af
-
Paul Wilkins authored
-
James Zern authored
this function may return an error if no frame is available; --keep-going is meant to test decoder resilience, so simply warn in this case. Change-Id: I6e6aed3e78eca21cca80d7d8a06a1a244685ba29
-
James Zern authored
Change-Id: Ide670b00ae3ecd9e18f394905341bf793349f247
-