- Jan 12, 2016
-
-
Aℓex Converse authored
Change-Id: Ie41bc72127e700887566dcc951da9d83a0b94891
-
- Jan 08, 2016
-
-
Jingning Han authored
It allows the codec to account for certain corner cases when processing inter prediction mode entropy coding. Change-Id: Ied451f4fff26ba579f6556554b8381ff2ccd0003
-
Yaowu Xu authored
-
James Zern authored
-
- Jan 07, 2016
-
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Geza Lore authored
Change-Id: Ibcbe470a97880c294600345337054ed9af84de2b
-
Yaowu Xu authored
This commit enables encoder to avoid 8x4 and 4x8 partitions for scaled reference frames when libvpx is configured and built with --enable-better-hw-compatibility Change-Id: I02ad65c386f5855f4325d72570c49164ed52f413
-
Yaowu Xu authored
Change-Id: I12de2dd5e5f375551804166188d76a9ad8067b41
-
Yaowu Xu authored
-
- Jan 06, 2016
-
-
Deb Mukherjee authored
-
Marco Paniconi authored
Move the logic for forcing zero_mode after the (ref_frame & flag_list) check. This was causing an memory leak under msan: https://bugs.chromium.org/p/webrtc/issues/detail?id=5402 Change-Id: Ie9d243369f8ed7c332f46178275945331da4fd85
-
Yaowu Xu authored
Conflicts: vp10/decoder/decodeframe.c vp10/encoder/bitstream.c Change-Id: I743449f49b723d2ce357832619a28b53369d0547
-
- Jan 05, 2016
-
-
Yaowu Xu authored
Under --enable-better-hw-compabibility, this commit adds the asserts that no mv clamping is applied for scaled references, so when built with this configure option, decoder will assert if an input bitstream triggger mv clamping for scaled reference frames. Change-Id: I786e86a2bbbfb5bc2d2b706a31b0ffa8fe2eb0cb
-
Yaowu Xu authored
-
Marco Paniconi authored
-
Peter de Rivaz authored
In select_tx_block I believe the rd cost was ignoring the bits needed to encode the split bit. Change-Id: Iacbf705b880db9a68967a994406ba90ecf693ab8
-
Deb Mukherjee authored
Various additional changes were made to make the experiment compatible with misc_fixes. derflr: +0.979% hevcmr: +0.865% Speed-wise with --enable-supertx the encoder is only about 10% slower than without. Decoding impact is about 30% slowdown. Note this does not work with ext-tx or var-tx yet. That is a TODO. Change-Id: If25af4241a7a9efbd28f58eda3c4f044c7a7ef4b
-
Yaowu Xu authored
This commit adds a new configure option: --enable-better-hw-compatibility The purpose of the configure option is to provide information on known hardware decoder implementation bugs, so encoder implementers may choose to implement their encoders in a way to avoid triggering these decoder bugs. The WebM team were made aware of that a number of hardware decoders have trouble in handling the combination of scaled frame reference frame and 8x4 or 4x8 partitions. This commit added asserts to vp9 decoder, so when built with above configure option, the decoder can assert if an input bitstream triggers such decoder bug. Change-Id: I386204cfa80ed16b50ebde57f886121ed76200bf
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Marco Paniconi authored
Add function to compute skin map for a given block, as its used in several places (cyclic refresh, noise estimation, and denoising). Change-Id: Ied622908df43b6927f7fafc6c019d1867f2a24eb
-
- Jan 04, 2016
-
-
Marco Paniconi authored
Set initial values for these parameters in the vp9_init_layer_context(). This also fixes an issue in the svc-bypass mode when frame flags are passed via the vpx_codec_encode(). Change-Id: I0968f04672f8d3d2fe2cea6b8a23f79f80d7a8b1
-
Ronald S. Bultje authored
Otherwise, per-segment lossless might mean that some segments are not lossless and they could still want to use another mode. The per-block tx points remain uncoded on blocks where (per the segment id) the Q value implies lossless. Change-Id: If210206ab1fe3dd11976797370c77f961f13dfa0
-
Ronald S. Bultje authored
Change-Id: Ic23c10b6d2a9fed3abe69c6bf10e910832444f2c
-
Sasi Inguva authored
Change-Id: I83703851f65f93573ebf7d2c0d0f056ba879c07a
-
Hui Su authored
-
Hui Su authored
derflr +0.021% hevclr +0.207% hevcmr +0.035% stdhd +0.042% Change-Id: Ic750df93bcc0a261a66a9b19d939a5cd61a6b516
-
- Dec 31, 2015
-
-
Zoe Liu authored
Change-Id: I2aec63d8a600e319d037b764b0609092bce1e483
-
- Dec 29, 2015
-
-
Yaowu Xu authored
-
- Dec 28, 2015
- Dec 23, 2015
-
-
Yaowu Xu authored
-
Jingning Han authored
-
Jian Zhou authored
Remove the ARCH_X86_64 constraint. No performance hit on both big core and small core. Change-Id: I39860b62b7a0ae4acaafdca7d68f3e5820133a81
-
Jian Zhou authored
Remove the ARCH_X86_64 constraint. Change-Id: I0139f8e998cc5525df55161c2054008d21ac24d4
-
Jian Zhou authored
Remove the ARCH_X86_64 constraint. Change-Id: I7d2545fc4f24eb352cf3e03082fc4d48d46fbb09
-
- Dec 22, 2015
-
-
Marco Paniconi authored
-
Marco Paniconi authored
For coding block sizes <=16X16, if the block is determined to be skin, then always allow for that block to be candidate for refresh. So if that block happens to be on the boost segment(s), segment won't get reset to 0 and delta-q will be applied. PSNR/SSIM metrics neutral (little/no change) on RTC clips. Speed increase small/negligible (< 1%). Some visual improvement on faces in a few RTC clips. Change-Id: I6bf0fce6f39d820b491ce05d7c017ad168fce7d6
-