- 09 May, 2014 - 5 commits
-
-
Tom Finegan authored
Doesn't work. Doesn't build. Not supported. Change-Id: I5a2f9965afdda82370049c10ebcbe77ac4c6c9b9
-
Jingning Han authored
* changes: Turn on unit tests for SSSE3 8x8 forward and inverse 2D-DCT Change eob threshold for partial inverse 8x8 2D-DCT to 12 SSSE3 8x8 inverse 2D-DCT with first 10 coeffs non-zero
-
Yaowu Xu authored
-
James Zern authored
Change-Id: Ib773aac06b22009408cdd29a73190b276a53fcf6
-
Alex Converse authored
Change-Id: Ib7a17893f6dc0f501b1252ae32804ede144dde37
-
- 08 May, 2014 - 23 commits
-
-
James Zern authored
-
Tom Finegan authored
-
Tom Finegan authored
-
Tom Finegan authored
-
Dmitry Kovalev authored
-
James Zern authored
This reverts commit 4725ab7e. The constants are necessary to avoid breakage in vs9 builds: warning C4180: qualifier applied to function type has no meaning; ignored error C2436: 'f2_' : member function or nested class in constructor initializer list while compiling class template member function 'std::tr1::tuple<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>::tuple(const int &,const int &,unsigned int (__cdecl &))' ..\test\variance_test.cc : see reference to class template instantiation 'std::tr1::tuple<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>' being compiled Change-Id: Ia218b74fc473d40f02fee84cb7009adfbe82e5a7
-
James Zern authored
-
Tom Finegan authored
Change-Id: I68850699ecaebbbb7962cbc1c9bc85e92a0ea5ca
-
Tom Finegan authored
Abusing '[] && echo' resulted in the --verbose flag being required to actually run tests. Change-Id: I39edaa30a05272928f9f4a4bb8581f91d6fe824b
-
Johann authored
Some version of clang refuse 'asm volatile' Change-Id: I79d909ac8ae3c04b608f20c6f10fa79b7f9fc8e0
-
Jingning Han authored
Change-Id: I3edd4b956a1273d65547771bf43c5cdaea25e5d6
-
Jingning Han authored
The scanning order has the first 12 coefficients of the 8x8 2D-DCT sitting in the top left 4x4 block. Hence the partial inverse 8x8 2D-DCT allows to handle cases with eob below 12. The overall runtime of the inverse 8x8 2D-DCT unit is reduced from 166 cycles (using SSE2) to 150 cycles (using SSSE3). Change-Id: I4514f9748042809ac84df4c14382c00f313f1cd2
-
Frank Galligan authored
-
Frank Galligan authored
-
Frank Galligan authored
-
Dmitry Kovalev authored
-
Tom Finegan authored
vp9_is_upper_layer_key_frame() definition does not match declaration-- it was missing the second const. Change-Id: I71312579eb443be1924b8b06d8b3177c3dcb40f3
-
Tom Finegan authored
Change-Id: I5307fe85ee081fbcfdf55a974f7eba1e0070c723
-
Tom Finegan authored
Avoids getting reverted on the next libvpx chrome roll attempt. Change-Id: I2431bd601111a78320af5f211f6413009674f1c8
-
Jingning Han authored
This commit enables ssse3 assembly implementation of the 8x8 inverse 2D-DCT with only first 10 coefficients non-zero. The average runtime for this unit goes down from 198 cycles to 129 cycles (34.8% faster). Change-Id: Ie7fa4386f6d3a2fe0d47a2eb26fc2a6bbc592ac7
-
Jingning Han authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
- 07 May, 2014 - 12 commits
-
-
Yaowu Xu authored
-
Frank Galligan authored
-
Frank Galligan authored
This reverts commit e516a425 Change-Id: I7c78712acc737ad5f580181cdab3aa76b23f3ca5
-
Dmitry Kovalev authored
Change-Id: Icd44bce1c9d292f6e6f4d5157b694f6170b7b289
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Paul Wilkins authored
Merged minq tables for arf and gf cases. These tables were almost the same and for VBR the arf table was not used at all. Change-Id: Ie3c87e91dab613cf06f6945ac1ace0e0e4213d34
-
Paul Wilkins authored
Small adjustment to the active Q range calculations. These changes should slightly extend the available Q range for KF/GF/ARF and narrow it for other frames. The results for this change in isolation are broadly positive for SSIM and average PSNR and slightly up but mixed for opsnr. derf +0.293% opsnr, +1.286% SSIM std-hd + 0.528% opsnr, + 1.746% SSIM yt +0.056% opsnr, +0.457% SSIM yt-hd -0.147% opsnr, + 0.226% SSIM Change-Id: If065280342027ecc5d44b49fc1d440dfef041002
-
Yaowu Xu authored
For multilayer coding Change-Id: I830a0176c020658b836e3f5d2ce6bc5932736c0c
-
Dmitry Kovalev authored
-
Tom Finegan authored
Bitrotted and non-functional. Does one of two things: Crashes or reports errors and quits. Change-Id: Ia9c391ecd6e716b183d925247bf3dc0509ce4586
-
Dmitry Kovalev authored
-