RSS feed
fe1c7d2d
– Cheng Chen <chengchen@google.com>
authored
on 2021/06/17 11:36
Disallow skipping transform and quantization
eebc5cd4
– Jerome Jiang <jianj@google.com>
authored
and Gerrit Code Review <noreply-gerritcodereview@google.com>
committed
on 2021/06/22 18:13
Merge "rc: turn off gf constrain for external RC" into main
a00c5637
– Jerome Jiang <jianj@google.com>
authored
on 2021/06/21 13:22
rc: turn off gf constrain for external RC
7c1b5464
– James Zern <jzern@google.com>
authored
and Gerrit Code Review <noreply-gerritcodereview@google.com>
committed
on 2021/06/21 23:02
Merge "test-data.sha1: add missing sha sums" into main
49370b9c
– Angie Chiang <angiebird@google.com>
authored
and Gerrit Code Review <noreply-gerritcodereview@google.com>
committed
on 2021/06/21 21:44
Merge changes I9f0852a0,Ieecb98a7 into main
0bb7bb6d
– Angie Chiang <angiebird@google.com>
authored
on 2021/06/17 16:23
Add use_simple_encode_api to oxcf
a1fdfbb1
– Angie Chiang <angiebird@google.com>
authored
on 2021/06/18 12:09
Fix flaky assertions in SimpleEncode
9873d61b
– James Zern <jzern@google.com>
authored
on 2021/06/21 09:33
test-data.sha1: add missing sha sums
4546b5db
– Jerome Jiang <jianj@google.com>
authored
and Gerrit Code Review <noreply-gerritcodereview@google.com>
committed
on 2021/06/18 19:25
Merge "vp9 rc: add vbr to rtc rate control library" into main
1f45e7b0
– Jerome Jiang <jianj@google.com>
authored
on 2021/06/15 08:54
vp9 rc: add vbr to rtc rate control library
2380e13d
– James Zern <jzern@google.com>
authored
on 2021/06/18 07:56
normalize vp9_calc_[ip]frame declarations and definitions
33801371
– Marco Paniconi <marpan@google.com>
authored
on 2021/06/17 08:00
vp9: Adjust logic for gf update in 1 pass vbr
364f0e31
– Chunbo Hua <chunbo.hua@intel.com>
authored
on 2021/06/15 21:51
Initialize VP9EncoderConfig profile and bit depth
a945f344
– Jerome Jiang <jianj@google.com>
authored
on 2021/06/15 10:55
Change the data path in svc rate control test
9a25e316
– Marco Paniconi <marpan@google.com>
authored
on 2021/06/14 11:02
vp9-rtc: Refactor 1 pass vbr rate control
d85c54d4
– James Zern <jzern@google.com>
authored
on 2021/06/11 12:34
Update some comments for rc_target_bitrate
5d678fe7
– James Zern <jzern@google.com>
authored
on 2021/06/09 11:07
simple_encode: fix some -Wsign-compare warnings
71d09c34
– James Zern <jzern@google.com>
authored
on 2021/06/05 15:30
simple_encode_test: fix input file path
463d3314
– Cheng Chen <chengchen@google.com>
authored
on 2021/05/27 11:38
L2E: properly init two pass rc parameters
b8273e8a
– Cheng Chen <chengchen@google.com>
authored
on 2021/05/24 11:53
Fix simple encode
d42b93a1
– Chunbo Hua <chunbo.hua@intel.com>
authored
on 2021/05/25 22:02
Fixed redundant wording for decoder algorithm interface
76a4e445
– James Zern <jzern@google.com>
authored
and Gerrit Code Review <noreply-gerritcodereview@google.com>
committed
on 2021/05/24 23:00
Merge changes I2e86b005,I971c6261,I87fe4dad
2c6a6171
– James Zern <jzern@google.com>
authored
and Gerrit Code Review <noreply-gerritcodereview@google.com>
committed
on 2021/05/24 22:37
Merge "img_alloc_helper: make align var unsigned"
dbda032f
– Jonathan Wright <jonathan.wright@arm.com>
authored
and James Zern <jzern@google.com>
committed
on 2021/05/24 07:42
Use 'ptrdiff_t' instead of 'int' for pointer offset parameters
35bce938
– Jonathan Wright <jonathan.wright@arm.com>
authored
and James Zern <jzern@google.com>
committed
on 2021/05/23 09:35
Implement vpx_convolve8_avg_vert_neon using SDOT instruction
10823f54
– Jonathan Wright <jonathan.wright@arm.com>
authored
and James Zern <jzern@google.com>
committed
on 2021/05/22 18:07
Merge transpose and permute in Neon SDOT vertical convolution
66c1ff68
– Jonathan Wright <jonathan.wright@arm.com>
authored
and James Zern <jzern@google.com>
committed
on 2021/05/17 06:53
Implement vpx_convolve8_avg_horiz_neon using SDOT instruction
4808d831
– Jonathan Wright <jonathan.wright@arm.com>
authored
and James Zern <jzern@google.com>
committed
on 2021/05/12 12:05
Optimize remaining mse and sse functions in variance_neon.c
231aa6ae
– Jonathan Wright <jonathan.wright@arm.com>
authored
and James Zern <jzern@google.com>
committed
on 2021/04/20 08:03
Implement vertical convolution using Neon SDOT instruction
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
43df64a9
– James Zern <jzern@google.com>
authored
on 2021/05/07 15:35
img_alloc_helper: make align var unsigned
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