shithub: libvpx

RSS feed

eae7cf23 – Johann <johannkoenig@google.com> authored on 2017/05/25 06:02
fdct16x16 neon optimization

de1a9c77 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/24 14:33
Merge changes Iaab2b9a1,Idfb458d3

b11a37f5 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/24 14:32
Merge changes I31fa6ef8,I228c6f29

f0279ceb – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/24 12:27
Merge "partial_idct_test,InitInput: fix rollover in mult"

566f6d75 – James Zern <jzern@google.com> authored on 2017/05/24 11:25
partial_idct_test,InitInput: fix rollover in mult

6444958f – Linfeng Zhang <linfengz@google.com> authored on 2017/05/22 11:37
Update inv_txfm_sse2.h and inv_txfm_sse2.c

36f1b183 – Linfeng Zhang <linfengz@google.com> authored on 2017/05/22 11:46
Update InitInput() in test/partial_idct_test.cc

bcfd9c97 – Gregor Jasny <gjasny@gmail.com> authored and James Zern <jzern@google.com> committed on 2017/05/23 05:30
Add support for Visual Studio 2017

27beada6 – Linfeng Zhang <linfengz@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/22 16:58
Merge "Add vpx_highbd_idct{4x4,8x8,16x16}_1_add_sse2"

f6fcd341 – Johann <johannkoenig@google.com> authored on 2017/05/04 10:48
sub pel avg variance neon: 4x block sizes

188d58ea – Johann <johannkoenig@google.com> authored on 2017/05/04 04:39
sub pel variance neon: 4x block sizes

9b0d306a – Johann <johannkoenig@google.com> authored on 2017/05/03 08:28
sub pel avg variance neon: add neon optimizations

e0d294c3 – Johann <johannkoenig@google.com> authored on 2017/05/03 08:12
sub pel variance neon: normalize variable names

67ac68e3 – Johann <johannkoenig@google.com> authored on 2017/05/04 05:07
variance neon: assert overflow conditions

c167345f – Linfeng Zhang <linfengz@google.com> authored on 2017/05/17 08:37
Add vpx_highbd_idct{4x4,8x8,16x16}_1_add_sse2

e7cac130 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/22 13:48
Merge changes Ib8dd96f7,Ie9854b77

d217c871 – Johann <johannkoenig@google.com> authored on 2017/05/15 12:30
neon variance: special case 4x

b3bf91bd – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/22 02:27
Merge "vp9: Adjustments to cyclic refresh for high motion."

2adc0443 – Marco <marpan@google.com> authored on 2017/05/21 18:15
vp9: Adjustments to cyclic refresh for high motion.

ff9395eb – Marco <marpan@google.com> authored on 2017/05/21 18:12
vp9: Speed >= 8: Modify condition for low-resoln.

b5055002 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/19 13:11
Merge "neon 4 byte helper functions"

3c603ead – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/19 13:08
Merge "neon fdct: 4x4 implementation"

a7977ece – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/19 08:24
Merge "Changes to modified error."

1205e320 – Marco <marpan@google.com> authored on 2017/05/18 10:12
vp9: SVC: Modify condition to allow for copy partition.

6b6ff9c9 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/18 15:37
Merge "vp9: Make copy partition work for SVC and dynamic resize."

5680b451 – paulwilkins <paulwilkins@google.com> authored on 2016/02/03 10:37
Changes to modified error.

2ba4729e – Marco <marpan@google.com> authored and Jerome Jiang <jianj@google.com> committed on 2017/05/15 13:14
vp9: Make copy partition work for SVC and dynamic resize.

a2dfbbd7 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/17 14:42
Merge "vp9: Modify ChangingDropFrameThresh unittest."

13918a9c – Linfeng Zhang <linfengz@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/17 13:53
Merge "Update partial idct testing code"

bde2c04f – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/17 13:38
Merge "Experiment. Store first pass errors as per MB values."

7b742da6 – Johann <johannkoenig@google.com> authored on 2017/05/02 03:31
neon variance: process 4x blocks

2057d3ef – Johann <johannkoenig@google.com> authored on 2017/05/12 14:14
use memcpy for unaligned neon stores

42e5073f – paulwilkins <paulwilkins@google.com> authored on 2017/04/05 06:35
Experiment. Store first pass errors as per MB values.

4733df33 – Marco <marpan@google.com> authored on 2017/05/17 05:36
vp9: Modify ChangingDropFrameThresh unittest.

3210ca6d – Linfeng Zhang <linfengz@google.com> authored on 2017/05/16 12:28
Update partial idct testing code

105503b8 – Johann <johannkoenig@google.com> authored on 2017/05/12 07:05
neon fdct: 4x4 implementation

31cb852a – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/16 19:39
Merge "Revert "Add visibility="protected" attribute for global variables referenced in asm files.""

baef5486 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/16 18:50
Merge "Revert "Revert "vp8: Real-time mode: reduce mode_check_freq thresh for speed 10."""

13d4a0d0 – Marco Paniconi <marpan@google.com> authored on 2017/05/16 18:50
Revert "Revert "vp8: Real-time mode: reduce mode_check_freq thresh for speed 10.""

b9987a7c – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/16 18:48
Merge "Revert "vp8: Real-time mode: reduce mode_check_freq thresh for speed 10.""

37048078 – Marco Paniconi <marpan@google.com> authored on 2017/05/16 18:48
Revert "vp8: Real-time mode: reduce mode_check_freq thresh for speed 10."

18e8baa5 – Linfeng Zhang <linfengz@google.com> authored on 2017/05/16 12:10
Add transpose_32bit_4x4() and rename transpose_4x4() for vpx_dsp/x86

2300e166 – Johann Koenig <johannkoenig@google.com> authored and Johann <johannkoenig@google.com> committed on 2017/05/16 18:52
Revert "Add visibility="protected" attribute for global variables referenced in asm files."

dac3b597 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/15 17:21
Merge "'protected' visibility unsupported on macho"

8739a182 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/15 14:15
Merge "move neon load/stores to a new file"

7498fe2e – Johann <johannkoenig@google.com> authored on 2017/05/12 14:16
neon 4 byte helper functions

3fbc371e – Johann <johannkoenig@google.com> authored on 2017/05/15 06:39
'protected' visibility unsupported on macho

1088b4f8 – Johann <johannkoenig@google.com> authored and James Zern <jzern@google.com> committed on 2017/05/12 14:11
move neon load/stores to a new file

4a7424ad – Marco <marpan@google.com> authored on 2017/05/12 07:01
vp8: Real-time mode: reduce mode_check_freq thresh for speed 10.

6b9d1302 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/12 23:20
Merge "vp9: speed 8: Fix seg fault in partition copy when drop frames."

4c0655f2 – Cheng Chen <chengchen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/12 21:29
Merge "Speed up encoding by skipping altref recode"

1fcd5cca – Jerome Jiang <jianj@google.com> authored on 2017/05/12 11:57
vp9: speed 8: Fix seg fault in partition copy when drop frames.

0d88e154 – Rahul Chaudhry <rahulchaudhry@google.com> authored on 2017/05/09 08:00
Add visibility="protected" attribute for global variables referenced in asm files.

9a665826 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/12 13:02
Merge "vp9: Use INTERP_FILTER for filter_type in vp9_rtcd_defs.pl"

ac8f58f6 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/12 11:24
Merge changes I1b54a7a5,I3028bdad,I59788cd9

143b21e3 – Luca Barbato <lu_zero@gentoo.org> authored and James Zern <jzern@google.com> committed on 2017/05/10 23:58
ppc: Add get_mb_ss_vsx

6d225eb5 – Luca Barbato <lu_zero@gentoo.org> authored and James Zern <jzern@google.com> committed on 2017/05/11 01:16
ppc: Add get4x4sse_cs_vsx

a7f8bd45 – Luca Barbato <lu_zero@gentoo.org> authored and James Zern <jzern@google.com> committed on 2017/05/10 21:07
ppc: Add comp_avg_pred_vsx

f48532e2 – Alexandra Hájková <alexandra.khirnova@gmail.com> authored and James Zern <jzern@google.com> committed on 2017/05/08 08:10
ppc: Add vpx_sad64x32/64_vsx

0b15bf1e – Alexandra Hájková <alexandra.khirnova@gmail.com> authored and James Zern <jzern@google.com> committed on 2017/05/08 07:56
ppc Add vpx_sad32x16/32/64_vsx

a12ea1d5 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/12 09:33
Merge "ppc: Add vpx_sad16x8/16/32_vsx"

629279a4 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/11 20:35
Merge "vp9: Adjust speed features for speed 8 at low resoln."

c64667c3 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/11 19:37
Merge "vp9: SVC: Increase the partiiton and acskip thresholds"

37cdd3bf – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/11 17:58
Merge "vp9; Adjust noise estimation thresholds."

c5c31b9e – Marco <marpan@google.com> authored on 2017/05/11 08:10
vp9: SVC: Increase the partiiton and acskip thresholds

3caaf21c – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/11 14:25
Merge "Tuning of factor used to calculate Q range in two pass."

d35541fe – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/11 12:38
Merge "vp9: Fix ubsan failure in denoiser."

9a762565 – paulwilkins <paulwilkins@google.com> authored on 2017/05/10 12:07
Tuning of factor used to calculate Q range in two pass.

c5a4376a – Marco <marpan@google.com> authored on 2017/04/27 08:32
vp9: SVC: allow for setting the interp_filter in non-rd pickmode.

f7e767d8 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/10 19:51
Merge "vp9: SVC: Fix setting in sample encoder."

76567d84 – Cheng Chen <chengchen@google.com> authored on 2017/04/04 10:39
Speed up encoding by skipping altref recode

8477a66f – Linfeng Zhang <linfengz@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/10 16:31
Merge "Update specializations of idct functions"

cc7f0c0f – Alexandra Hájková <alexandra.khirnova@gmail.com> authored and Johann Koenig <johannkoenig@google.com> committed on 2017/05/06 09:21
ppc: Add vpx_sad16x8/16/32_vsx

db2fad75 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/10 13:11
Merge "vp9: Adjustment to noise estimation."

fcd6e4a1 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/10 13:10
Merge "vp9: SVC: Add option to set downsampling filter type."

2f11a65c – Marco <marpan@google.com> authored on 2017/05/10 12:46
vp9; Adjust noise estimation thresholds.

eaa6715b – Marco <marpan@google.com> authored on 2017/05/10 12:18
vp9: SVC: Fix setting in sample encoder.

597d1f4c – Jerome Jiang <jianj@google.com> authored on 2017/05/09 06:49
vp9: Fix ubsan failure in denoiser.

764b3b80 – Linfeng Zhang <linfengz@google.com> authored on 2017/05/10 07:52
Update specializations of idct functions

d713ec3c – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/10 14:19
Merge changes I92eb4312,Ibb2afe4e

2574573f – Jerome Jiang <jianj@google.com> authored and Marco <marpan@google.com> committed on 2017/05/09 13:23
vp9: Wrap threshold tuning for HD only when denoiser is enabled.

d3aebeee – Marco <marpan@google.com> authored on 2017/05/10 08:04
vp9: Use INTERP_FILTER for filter_type in vp9_rtcd_defs.pl

1b599641 – Marco <marpan@google.com> authored on 2017/05/10 05:36
vp9: Adjustment to noise estimation.

4e23998f – Marco <marpan@google.com> authored on 2017/05/02 11:50
vp9: SVC: Add option to set downsampling filter type.

870cf435 – Linfeng Zhang <linfengz@google.com> authored on 2017/05/09 09:04
Update test/partial_idct_test.cc

f5325048 – Linfeng Zhang <linfengz@google.com> authored on 2017/05/09 07:05
Clean 32x32 idct C code

8053dba5 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/08 17:45
Merge "vp9: SVC: Modify conditon for setting downsample filter type."

f7d1486f – Johann <johannkoenig@google.com> authored and Johann Koenig <johannkoenig@google.com> committed on 2017/05/01 10:10
neon variance: process 16 values at a time

18144638 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/08 13:34
Merge changes Id602909a,Ib0e85608

ecd1eb21 – Linfeng Zhang <linfengz@google.com> authored on 2017/05/08 11:41
Update 4x4 idct sse2 functions

2c3a2ad6 – Linfeng Zhang <linfengz@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/08 12:15
Merge changes I0cfe4117,I3581d80d,Ida62c941

9586d5e6 – Marco <marpan@google.com> authored on 2017/05/08 06:47
vp9: SVC: Modify conditon for setting downsample filter type.

f4653c1e – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/05 22:30
Merge "vp9: SVC: Set downsample filtertype for lowest spatial layer."

3453c8d6 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/05 21:28
Merge "vp9: Neon optimization for denoiser. Add unit tests."

83a2bfd7 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/05 21:28
Merge "Change target bitrate thresh in denoiser test."

a082c562 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/05 16:02
Merge "vp9: Adjust some thresholds for noise estimation."

9b729748 – Marco <marpan@google.com> authored on 2017/05/05 14:39
vp9: SVC: Set downsample filtertype for lowest spatial layer.

38f44012 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2017/05/05 14:22
Merge "fdct 8x8 neon: minor comment cleanup"

fff358fb – Jerome Jiang <jianj@google.com> authored on 2017/05/05 12:50
Change target bitrate thresh in denoiser test.

069eedb3 – Jerome Jiang <jianj@google.com> authored on 2017/04/25 11:29
vp9: Neon optimization for denoiser. Add unit tests.

Next