shithub: libvpx

RSS feed

c8b04325 – Jonathan Wright <jonathan.wright@arm.com> authored and James Zern <jzern@google.com> committed on 2021/05/11 09:17
Implement Neon variance functions using UDOT instruction

2db85c26 – Jonathan Wright <jonathan.wright@arm.com> authored on 2021/05/10 08:22
Use ABD and UDOT to implement Neon sad_4d functions

0f563e5f – Jonathan Wright <jonathan.wright@arm.com> authored on 2021/05/07 09:25
Optimize Neon reductions in sum_neon.h using ADDV instruction

f7364c05 – Jonathan Wright <jonathan.wright@arm.com> authored and James Zern <jzern@google.com> committed on 2021/05/06 11:11
Manually unroll the inner loop of Neon sad16x_4d()

a28d4365 – Jonathan Wright <jonathan.wright@arm.com> authored and James Zern <jzern@google.com> committed on 2021/05/06 10:51
Optimize Neon SAD reductions using wider ADDP instruction

7ef83148 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/05/05 15:57
Merge "Implement horizontal convolution using Neon SDOT instruction"

c1f77a36 – Jonathan Wright <jonathan.wright@arm.com> authored on 2021/04/11 11:20
Implement horizontal convolution using Neon SDOT instruction

12a14913 – James Zern <jzern@google.com> authored on 2021/05/04 08:13
vp9_denoiser_neon,horizontal_add_s8x16: use vaddlv w/aarch64

abc7105a – James Zern <jzern@google.com> authored on 2021/05/04 08:10
test.mk: enable vp9_denoiser_test w/NEON

2eb934d9 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/29 12:31
Merge "Add assert for zero_motion_factor range"

e14026ac – Paul Wilkins <paulwilkins@google.com> authored on 2021/04/29 07:06
Add assert for zero_motion_factor range

4ec84326 – Cheng Chen <chengchen@google.com> authored on 2021/04/28 09:54
Bump ABI version

c4fceb9c – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/28 13:30
Merge changes Iebe9842f,I174b67a5,I80ed1a16

55643371 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/27 22:27
Merge "vp8: enc: Fix valid range for under/over_shoot pct"

ff67c848 – James Zern <jzern@google.com> authored on 2021/04/27 14:02
vpx_convolve_neon: prefer != 0 to > 0 in tests

07cf024d – James Zern <jzern@google.com> authored on 2021/04/27 14:02
vpx_convolve_avg_neon: prefer != 0 to > 0 in tests

5ca8c5f3 – James Zern <jzern@google.com> authored on 2021/04/27 14:02
vpx_convolve_copy_neon: prefer != 0 to > 0 in tests

9f57bc4d – Paul Wilkins <paulwilkins@google.com> authored on 2021/04/26 11:06
Add limits to Vizier input parameters.

c15555c6 – James Zern <jzern@google.com> authored on 2021/04/23 12:50
sync CONTRIBUTING.md w/libwebm

adc185fe – Sreerenj Balachandran <bsreerenj@gmail.com> authored and Sreerenj Balachandran <sreerenj.balachandran@intel.com> committed on 2021/04/21 07:34
vp8: enc: Fix valid range for under/over_shoot pct

c911c2d9 – Paul Wilkins <paulwilkins@google.com> authored on 2021/04/20 13:26
Further normalization of Vizier parameters.

665cccfd – Cheng Chen <chengchen@google.com> authored on 2021/04/14 18:15
Pass vizier rd parameter values

ba2bfcf2 – Cheng Chen <chengchen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/14 12:31
Merge "Set vizier rc parameters"

461c1f1b – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/13 15:04
Merge "Removed unused constant"

1b07aae9 – Cheng Chen <chengchen@google.com> authored on 2021/04/13 07:59
Set vizier rc parameters

c77a7f60 – Paul Wilkins <paulwilkins@google.com> authored on 2021/04/12 09:51
Removed unused constant

1c792f29 – James Zern <jzern@google.com> authored on 2021/04/08 13:34
vpx_image: clear user provided vpx_image_t early

72dc6478 – Cheng Chen <chengchen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/07 15:03
Merge "Fix compilation for CONFIG_RATE_CTRL"

7b87b351 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/07 08:53
Merge "Delete unused constants."

a40cb691 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/07 08:52
Merge "Change zm_factor for Vizier."

06fee5a8 – Cheng Chen <chengchen@google.com> authored on 2021/04/06 13:20
Adjust end to end psnr value

ab438306 – Paul Wilkins <paulwilkins@google.com> authored on 2021/04/06 16:05
Change zm_factor for Vizier.

0d05ca39 – Paul Wilkins <paulwilkins@google.com> authored on 2021/04/06 16:08
Delete unused constants.

7a5596fa – Cheng Chen <chengchen@google.com> authored on 2021/04/02 10:27
Fix compilation for CONFIG_RATE_CTRL

afe1ba7f – Cheng Chen <chengchen@google.com> authored on 2021/04/02 06:56
Pass vizier rc parameter values with range check

8b3e575a – Tom Finegan <tomfinegan@google.com> authored on 2021/04/02 05:40
Revert "Pass vizier rc parameter values from command line to twopass"

806faf17 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/04/01 09:55
Merge "Change calculation of rd multiplier."

f5100191 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/31 18:49
Merge "vp9_ext_ratectrl_test: use uintptr_t for void* value"

d3aaac36 – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/31 12:58
Change calculation of rd multiplier.

939e8d29 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/31 12:28
Merge "Convert Vizier RD parameters to normalized factors"

f32829a2 – Cheng Chen <chengchen@google.com> authored on 2021/03/16 18:42
Pass vizier rc parameter values from command line to twopass

c19de35e – Cheng Chen <chengchen@google.com> authored on 2021/03/16 17:27
Add command line options for a few rc parameters

deef8955 – James Zern <jzern@google.com> authored on 2021/03/26 06:55
vp9_ext_ratectrl_test: use uintptr_t for void* value

d55cab42 – Jerome Jiang <jianj@google.com> authored on 2021/03/24 12:39
Release v1.10.0 Ruddy Duck

e37ee40f – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/22 15:45
Convert Vizier RD parameters to normalized factors

90c1cc65 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/19 15:44
Merge "Change SR_diff calculation and representation"

b5e754a8 – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/10 09:39
Change SR_diff calculation and representation

b41ffb53 – Adam B. Goode <adam.mckee84@gmail.com> authored and Jerome Jiang <jianj@google.com> committed on 2021/03/17 10:11
Msvc builds convert to windows path w/msys env

04086a30 – Adam B. Goode <adam.mckee84@gmail.com> authored and James Zern <jzern@google.com> committed on 2021/03/17 10:11
Msvc builds convert to windows path w/msys env

cb0d8ce3 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/12 14:44
Merge "vp8: restrict 1st pass cpu_used range"

973726c3 – Marco Paniconi <marpan@google.com> authored on 2021/03/12 04:54
vp9-rtc: Add postencode_drop control to sample encoder

24b43c4e – Jerome Jiang <jianj@google.com> authored on 2021/03/08 11:07
Prepare for v1.10.0 release.

cbc4ead5 – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/09 10:11
Vizer: Added in experimental max KF boost values.

8851ed57 – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/09 09:47
Vizier: Add in field for min kf frame boost.

2823cc4d – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/10 09:35
Merge "Vizier: Add defaults for > 1080P"

b7d9113e – Cheng Chen <chengchen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/10 00:50
Merge "L2E: let vp9 encoder respect external max frame size constraint"

fb98bdb7 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/09 12:30
Merge "Further integration for Vizier."

cc3444f0 – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/09 09:07
Vizier: Add defaults for > 1080P

f27c62c5 – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/04 12:10
Further integration for Vizier.

36013909 – Cheng Chen <chengchen@google.com> authored on 2021/03/08 07:25
L2E: let vp9 encoder respect external max frame size constraint

56b1a197 – James Touton <bekenn@gmail.com> authored on 2021/03/04 13:43
Check for _WIN32 instead of WIN32.

3cc45a05 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/04 16:17
Merge "Add fields into RC for Vizier ML experiments."

a58265f7 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2021/03/04 15:30
Merge "override assembler with --as option on msvs"

f7c386ba – Jerome Jiang <jianj@google.com> authored on 2021/03/03 12:33
Use -std=gnu++11 instead of -std=c++11

2570e33e – Jerome Jiang <jianj@google.com> authored on 2021/03/03 09:46
override assembler with --as option on msvs

d0567bd7 – Paul Wilkins <paulwilkins@google.com> authored on 2021/03/03 11:45
Add fields into RC for Vizier ML experiments.

ebefb90b – Wan-Teh Chang <wtc@google.com> authored on 2021/02/26 13:02
Remove comments for removed 'active_map' parameter