- 12 May, 2014 - 1 commit
-
-
Yaowu Xu authored
Change-Id: I499635967faaf4ec1c498e88d09b2d3f2a4badba
-
- 11 May, 2014 - 1 commit
-
-
Adrian Grange authored
-
- 10 May, 2014 - 4 commits
-
-
James Zern authored
-
Jingning Han authored
-
Dmitry Kovalev authored
-
Jingning Han authored
This commit enables a chessboard pattern for partition search. All the black blocks run regular partition search ranging from 8x8 to 32x32. The rest white blocks take the nearby blocks' information to adaptively decide the effective search range. The compression performance for rtc set at speed -5 is down by 1.5%. For pedestrian 1080p at speed -5, the runtime goes from 41594 ms to 39697 ms, i.e., about 5% faster. Change-Id: Ia4b96e237abfaada487c743bca08fe1afd298685
-
- 09 May, 2014 - 13 commits
-
-
Yaowu Xu authored
The test vector has segment enabled with different quantizer used for different segments for bot the first frame(key) frame and the rest of non-key frames. Change-Id: I7e21122183050ee046219caba483c18cbc34afe7
-
Yaowu Xu authored
-
Tom Finegan authored
-
Alex Converse authored
-
Alex Converse authored
-
Tom Finegan authored
Doesn't work. Doesn't build. Not supported. Change-Id: I5a2f9965afdda82370049c10ebcbe77ac4c6c9b9
-
Adrian Grange authored
Fixes the idecoder in the case where: cm->error_resilient_mode == 0, and cm->frame_parallel_decoding_mode == 0, but new_fb->corrupted == 1. The assert in debug_check_frame_counts fails to take into account the case of a corrupt frame. Change-Id: Idf318a68458cc88d65d6f3f408a10d8ffe87e43f
-
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
-
Alex Converse authored
tx_mode supercedes whatever mechanism is used to push for 16x16 allowing for the use of the 4x4 transform. Change-Id: I6c3f05ab9fe52050e40cc6303de9334653763289
-
Yaowu Xu authored
-
James Zern authored
Change-Id: Ic5a6a4a2fec802d9c9c7a71dbae59d5b4d3a8b23
-
James Zern authored
Change-Id: Ib773aac06b22009408cdd29a73190b276a53fcf6
-
Alex Converse authored
Change-Id: Ib7a17893f6dc0f501b1252ae32804ede144dde37
-
- 08 May, 2014 - 21 commits
-
-
James Zern authored
-
Dmitry Kovalev authored
We only used two members from that struct: max_threads and inv_tile_order. Moving them directly to VP9Decoder struct. Change-Id: If696a4e5b5b41868a55f3cc971e1d7c1dd9d5f69
-
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
-
Alex Converse authored
Change-Id: Ib0a73d4863478f9b8a00976379d25d2f6ebbb197
-
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
-