- 07 Jan, 2015 2 commits
-
-
Jingning Han authored
This fixes the issue that sub8x8 inter blocks always end up with GOLDEN_FRAME. Change-Id: Id0c25cbb9c2003f43b4dff8fb1572512c246e077
-
Jingning Han authored
Replace ref_frame++ with ++ref_frame. Change-Id: Ic39793081156c314bf1b85d5ab76def97f3bff52
-
- 05 Jan, 2015 2 commits
-
-
Jingning Han authored
-
JackyChen authored
By using weighted averaging in the calculation of the frames to be displayed, we get an average gain of more than 1 db for key frames whose base qp are 20 higher than non-key frames. Change-Id: I7bcb2e7b9c6420ea3f73f33204d18b072dffd17c
-
- 04 Jan, 2015 1 commit
-
-
Jingning Han authored
This commit fixes the buffer alignment control in denoised video output function. The encoder is now able to properly store the denoised input video into provided file when enabled. Change-Id: I258e272c8d4a9b52592e16d6d09976c6f5c21728
-
- 02 Jan, 2015 7 commits
-
-
Jingning Han authored
-
Yaowu Xu authored
This fixes issue# 903. Change-Id: I649d8584898a93681073e1ac1b444ff66e240050
-
Jingning Han authored
Use mbmi->segment_id directly in vp9_pick_inter_mode. The value is set outside this function, hence no need to assign it again. Change-Id: I3d63cdd2e4fadf62ccdefada638b00d979eb3741
-
Jingning Han authored
-
Jingning Han authored
Check if block size is below 8x8 for rectangular block coding. It is added to support 4x8 and 8x4 block coding for RTC mode. Change-Id: I760b328f45b98ae48adc45ed5a39fb643cd8aebd
-
Jingning Han authored
-
Jingning Han authored
-
- 30 Dec, 2014 2 commits
-
-
Jingning Han authored
This commit simplifies the reference motion vector part for sub8x8 block coding in RTC mode and reduces the required local variables. Change-Id: I470d1482092563b68af22404dc1f497e7457b0a8
-
Yaowu Xu authored
VP9FrameSizeTestsLarge.OneByOneVideo has been causing a failure in jenkins libvpx__unit_tests-valgrind_long for "using of uninitialized memory", the root cause was that the input image for this test was not initialized with proper size, therefore plan U and V were not initialized at all. This commit fixes the size initialization, and resolves the issue. Change-Id: Ic4dd1542b7bb0cb260a1e0aeeb505db21ae5edc8
-
- 29 Dec, 2014 2 commits
-
-
Jingning Han authored
-
Jim Bankoski authored
-
- 25 Dec, 2014 1 commit
-
-
Jingning Han authored
This commit enables sub8x8 inter block coding for RTC mode. The use of sub8x8 blocks can be turned on by allowing choose_partitioning function to select 4x4/4x8/8x4 block sizes. Change-Id: Ifbf1fb3888fe4c094fc85158ac3aa89867d8494a
-
- 23 Dec, 2014 3 commits
-
-
Jim Bankoski authored
Change-Id: Iabe8a8868a747626c24bb13f1796f4c7827af367
-
Jingning Han authored
Properly set the corresponding scaling factor of the reference frame in the non-RD mode decision process. This allows the mode search process to account for the scaled reference frame when selecting coding mode. Change-Id: I9d41bff6931c98e5a82b413e37ac5e6e14b93b23
-
Jim Bankoski authored
As a side effect this should avoid an unsigned signed failure in jenkins. Change-Id: I8e6a9c3dbd4252d37e6325f95fc80e49ce4cc59e
-
- 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 7 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
-