- 07 Dec, 2015 4 commits
-
-
Scott LaVarnway authored
-
Johann Koenig authored
-
Johann authored
Also prevent them from being reintroduced. Change-Id: I4e16293c8185462b48e641f066d78449685e2854
-
paulwilkins authored
Fix copied over from VP9 master to VP10 master. Do not reset the alt ref active flag when overlaying the middle arf(s) of a multi arf group. Change-Id: I1b7392107e7c675640d5ee1624012f39cc374c58
-
- 05 Dec, 2015 2 commits
-
-
James Zern authored
This reverts commit 89a1efa4. This causes a segfault when decoding vp8, in both 32 and 64-bit Change-Id: Idbb9bb28ab897e1d055340497c47b49a12231367
-
Marco Paniconi authored
-
- 04 Dec, 2015 13 commits
-
-
Angie Chiang authored
-
Marco authored
For non-rd variance partition: Adjust variance threhsold based on noise level estimate. This change allows the adjustment to be updated more frequently. Change-Id: Ie2abf63bf3f1ee54d0bc4ff497298801fdb92b0d
-
Jian Zhou authored
* changes: Speed up h_predictor_16x16 Speed up h_predictor_8x8 MMX in intra 8x8 prediction replaced with SSE2
-
Jian Zhou authored
Relocate the function from SSSE3 to SSE2, Unroll loop from 8 to 4, and reduce mem access to left. Speed up by >20% in ./test_intra_pred_speed. Change-Id: Ie48229c2e32404706b722442942c84983bda74cc
-
Jian Zhou authored
Relocate the function from SSSE3 to SSE2, Unroll loop from 4 to 2, and reduce mem access to left. Speed up by >20% in ./test_intra_pred_speed. Change-Id: Ib9f1846819783b6e05e2a310c930eb844b2b4d2e
-
Marco Paniconi authored
-
Angie Chiang authored
The range_check is not used because the bit range in fdct# is not correct. Since we are going to merge in a new version of fdct# from nextgenv2, we won't fix the incorrect bit range now. Change-Id: I54f27a6507f27bf475af302b4dbedc71c5385118
-
Jian Zhou authored
-
Marco authored
For low resolutions, whem 4x4downsample is used for variance, use the same force split (that is used for 8x8downsample) for 16x16 blocks. No change in metrics. Small improvement visually. Change-Id: I915b9895902d0b9a41e75d37fee1bf3714d2366d
-
Paul Wilkins authored
-
Jian Zhou authored
8x8 Intra predictor implemented with MMX is replaced with SSE2. Change-Id: I0c90e7c1e1e6942489ac2bfe58903b728aac7a52
-
Jian Zhou authored
4x4 Intra predictor implemented with MMX is replaced with SSE2. Change-Id: Id57da2a7c38832d0356bc998790fc1989d39eafc
-
Marco Paniconi authored
-
- 03 Dec, 2015 5 commits
-
-
Marco Paniconi authored
-
Marco authored
Change-Id: I57a15aec1cb2d6638f5211d30c2c9f15fb62494f
-
Marco authored
This is so we may update level at any time (e.g., to be used for setting thresholds in variance-based partition). Change-Id: I32caad2271b8e03017a531f9ea456a6dbb9d49c7
-
hui su authored
Store it in nextgenv2 for now. Change-Id: Iab0af0e15246758e3b6e8bde4a74b13c410576fc
-
paulwilkins authored
Do not reset the alt ref active flag when overlaying the middle arf(s) of a multi arf group. Change-Id: Ia55a55a376973f3fd17161429fd2afb07b4df31f
-
- 02 Dec, 2015 3 commits
-
-
Jian Zhou authored
-
Scott LaVarnway authored
Change-Id: I9a780131efaad28cf1ad233ae64c5c319a329727
-
Debargha Mukherjee authored
Fixes crash in 2pass spatial svc test that was introduced in: https://chromium-review.googlesource.com/#/c/313571/6 Change-Id: Iab3e8225a8d159cd33f5849dffe6802e25038047
-
- 01 Dec, 2015 4 commits
-
-
Debargha Mukherjee authored
Fixes spatial svc rc assert failure introdcued in: https://chromium-review.googlesource.com/#/c/312959/1 Change-Id: I6096bfbc484859d71a5fb55e6a3248a31885af61
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
Fixes bug introduced in https://chromium-review.googlesource.com/#/c/299482/5 Change-Id: If542c1a917380465dd9bc4ce5e32b0adbb20e340
-
Marco authored
For non-rd variance partition: only allow minmax computation (which currently has no arm-neon optimization) for speeds < 8. Performance loss is small: On RTC set with speed 8, few clips lose ~2/3%, average loss is < 1%. Change-Id: Ia9414f4d0b77dc83c3e73ca8de5d903f64b425ce
-
- 30 Nov, 2015 5 commits
-
-
Scott LaVarnway authored
-
Marco Paniconi authored
-
Jian Zhou authored
Relocate h_predictor_4x4 from SSSE3 to SSE2 with XMM registers. Speed up by ~25% in ./test_intra_pred_speed. Change-Id: I64e14c13b482a471449be3559bfb0da45cf88d9d
-
Marco authored
Change initial state of noise level, and only update denoiser with noise level when estimate is done. Change-Id: If44090d29949d3e4927e855d88241634cdb395dc
-
Marco authored
This fix allows to enable reuse_inter_pred. Change-Id: I53f2bf1163bb0036ffb6df92117a86debdca11d1
-
- 25 Nov, 2015 4 commits
-
-
Scott LaVarnway authored
Change-Id: I3ba4ede553e068bf116dce59d1317347988b3542
-
Marco Paniconi authored
-
Jian Zhou authored
-
James Zern authored
-