- Feb 02, 2016
-
-
James Zern authored
dead code since: 5d3327e8 Remove palette from VP10 Change-Id: I4a36575706ea6fffefe5bc778595112ef6ff37d8
-
James Zern authored
avoids -Wunused-function warnings when INLINE is set Change-Id: I14a3b32837d358516b7702a2fb804bec010bb5c6
-
- Feb 01, 2016
-
-
Marco Paniconi authored
Set off as default; on for 1 pass cbr mode, speed >=5, non-screen-content. Change-Id: I03f2497e4028b354fd83b8a7d0e072c2a6bec878
-
Marco Paniconi authored
-
Marco Paniconi authored
Avoid low resolutions for now. Change-Id: Ib3a7bb8716a033449b2afb216edd70897a280df9
-
Marco Paniconi authored
The postproc vp9_denoise() is a spatial denoise/blur function. It was not intended to be used if temporal denoising is enabled. Change-Id: I97d2dcb941e7cc49bbafce99d9286beb2693249d
-
Marco Paniconi authored
-
Scott LaVarnway authored
-
Marco Paniconi authored
Put check to avoid possible out of bounds when looping over the blocks to estimate noise level. No change in behavior. Change-Id: I4b7b19b7edee0ae1c35b9dc0700b1bf9b304d7f5
-
- Jan 31, 2016
-
-
Yaowu Xu authored
-
- Jan 30, 2016
-
-
James Zern authored
* changes: configure: extend armv7 hf target autodetect configure: remove default CROSS for arm targets configure: avoid default when CROSS is set to null
-
James Zern authored
* changes: intrapred: protect functions w/CONFIG check vp9_noise_estimate: protect copy_frame w/CONFIG check vp8_cx_iface: delete 3 unused functions vp8: mark intra_prediction_down_copy inline
-
- Jan 29, 2016
-
-
Hui Su authored
-
Scott LaVarnway authored
Change-Id: I8e6a1a1b6eec17d0076660b559f6fc120a78c538
-
Yaowu Xu authored
Change-Id: If8f5efd701a11c8a7ad3078d10ec3cd0fe27667e
-
Hui Su authored
Change-Id: Icfab58e880285d5af00985dc20db2174a67d1fe8
-
Yaowu Xu authored
This commit changes SSSE3 optimized idct8x8 functions to work with highbitdepth build. With this commit and the previous one that enabled SSSE3 idct32x32 functions, tests showed virtually no difference on decoding speed for file fdJc1_IBKJA.248.webm for the build with -enable-vp9-highbitdpeth option and the build without the option. Change-Id: Ibe0634149ec70e8b921e6b30171664b8690a9c45
-
Marco Paniconi authored
-
Marco Paniconi authored
-
Marco Paniconi authored
Introduced in: https://chromium-review.googlesource.com/#/c/323215/ For now exclude the computation of vp_compute_skin_block for highbitdepth. Change-Id: I18107a862c17ba869438ec3616a787bf173736c4
-
Marco Paniconi authored
Change-Id: Ic5af41db58a3daad4103175b4b4b9300675020c0
-
Zoe Liu authored
-
Yaowu Xu authored
This commit changes the SSSE3 assembly functions for idct32x32 to support highbitdepth build. On test clip fdJc1_IBKJA.248.webm, this cuts the speed difference between hbd and lbd build from between 3-4% to 1-2%. Change-Id: Ic3390e0113bc1ca5bba8ec80d1795ad31b484fca
-
Yaowu Xu authored
-
Marco Paniconi authored
-
Zoe Liu authored
Change-Id: I6dbddf500fd4f64216774685700efea972165470
-
- Jan 28, 2016
-
-
Yaowu Xu authored
This test vector exercises various idct32x32 functions in decoder. Change-Id: Ic9453f50ef4723bdaace9bd80f32540d061ef2a1
-
James Zern authored
the lookahead buffer allocation is deferred to receipt of the first frame to allow profile changes. if the encoder was flushed before supplying any frames the encoder would crash trying to dereference the NULL buffer. vp8 is unaffected. fixes mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1237848 Change-Id: Icee4b64de760476eee0d33b568f0a1010335ff13
-
Marco Paniconi authored
Set UV thresholds to 0 for encoder breakout if block is detected as skin. Change-Id: Iaaa30b5cc8bae4cf611f8ea8eba693b730e32a3f
-
Jacky Chen authored
Use multiple clusters instead of one and decrease the distance thresholds. Add a define to switch between models. Default is set to existing (1 cluster) model. Change-Id: I802cd9bb565437ae8983ef39453939f5d5073bb1
-
Marco Paniconi authored
-
Scott LaVarnway authored
-
Marco Paniconi authored
If a superblock contains alot of "skin" then force split of 64x64 partition, and make some adjustments in mode selection. This helps to reduce artifacts on moving face/skin areas at low bitrates. Little/no change in metrics: avgPSNR/SSIM down by ~0.12%. Small encoding time increase < 1%. Change-Id: Ic57f52148c3716f391419fab0530d916e4c1d186
-
Hui Su authored
-
Hui Su authored
Change-Id: I32aacd014df6c927cf2893dc096cbe6ec7604b9b
-
- Jan 27, 2016
-
-
Marco Paniconi authored
-
Aℓex Converse authored
-
Marco Paniconi authored
For aqmode=3, golden period update is set based on period of cyclic refresh. Put a limit on max golden period update, for now set to 40. And fix comment. Change-Id: Icb61dd87c796cce2a5f5f7331c6a129540994696
-
Aℓex Converse authored
-.220 BDRATE derf: https://x20web.corp.google.com/~aconverse/results/cost256_derf.html -.675 BDRATE hevcmr: https://x20web.corp.google.com/~aconverse/results/cost256_hevcmr.html Change-Id: Ifb1646d8ce65ffe0eff9953a911b1b88735b335f
-
Scott LaVarnway authored
Change-Id: I336fe2006288214977b5ee854124ee7b5bba5796
-