shithub: libvpx

RSS feed

6657ab85 – chiyotsai <chiyotsai@google.com> authored and Chi Yo Tsai <chiyotsai@google.com> committed on 2018/10/23 08:42
Add AVX2 support for 4-tap interpolation filter.

137d99c9 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/19 12:48
Merge "ML_VAR_PARTITION: enable at speed 5"

af4cd926 – chiyotsai <chiyotsai@google.com> authored and Chi Yo Tsai <chiyotsai@google.com> committed on 2018/10/18 05:34
Changes 4-tap SSSE3 filter to 8-tap AVX2 filter.

40a05909 – Chi Yo Tsai <chiyotsai@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/18 14:19
Merge "Add SSSE3 support for 4-tap interpolation filter"

9e294179 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/18 12:46
Merge "Enable rect partition search for HBD at speed 1"

01df00ec – chiyotsai <chiyotsai@google.com> authored and Chi Yo Tsai <chiyotsai@google.com> committed on 2018/10/17 10:52
Add SSSE3 support for 4-tap interpolation filter

b1f789cf – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/18 12:25
Merge "Replace MAX_LAG_BUFFERS with MAX_ARF_GOP_SIZE for gop size"

0bedb351 – Hui Su <huisu@google.com> authored on 2018/10/15 16:45
ML_VAR_PARTITION: enable at speed 5

2b838d90 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 19:11
Merge "Optimize vp9_highbd_temporal_filter_apply_c"

22d67c34 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 19:10
Merge changes I6d5c77af,I6bf504b4,Ie5dc5ea7,Ie6024b1a,If45fba8a, ...

88030f7d – Chi Yo Tsai <chiyotsai@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 17:35
Merge "Adds SSE2 support for interpolation filter for width 4 and 8"

e4eb48f1 – Urvang Joshi <urvang@chromium.org> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 16:25
Merge "For keyframe-only coding do not boost in q mode"

7dfb8e18 – Jingning Han <jingning@google.com> authored on 2018/10/17 12:04
Replace MAX_LAG_BUFFERS with MAX_ARF_GOP_SIZE for gop size

6127de7a – Angie Chiang <angiebird@google.com> authored on 2018/10/17 10:45
Add do_motion_search

043d9cfe – Angie Chiang <angiebird@google.com> authored on 2018/10/17 09:56
Preserve code of doing mv search in raster order

8d5461eb – Hui Su <huisu@google.com> authored on 2018/10/17 04:40
Enable rect partition search for HBD at speed 1

71b4e0bd – chiyotsai <chiyotsai@google.com> authored on 2018/10/16 11:45
Adds SSE2 support for interpolation filter for width 4 and 8

8bb92e38 – Urvang Joshi <urvang@google.com> authored on 2018/10/17 07:48
For keyframe-only coding do not boost in q mode

62830c53 – chiyotsai <chiyotsai@google.com> authored on 2018/10/16 08:26
Refactor SSE2 Code for 4-tap interpolation filter on width 16.

4f3398a2 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/12 13:21
Optimize vp9_highbd_temporal_filter_apply_c

272f4621 – chiyotsai <chiyotsai@google.com> authored on 2018/10/16 13:50
Add SSE2 support for 4-tap interpolation filter for width 16.

86db847a – Wan-Teh Chang <wtc@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 10:43
Merge "Reduce the cpi->scaled_ref_idx array size by 1."

d3c78fd7 – Angie Chiang <angiebird@google.com> authored on 2018/10/16 08:31
Variant implementation of changing mv search order

534e61d5 – Angie Chiang <angiebird@google.com> authored on 2018/10/15 08:25
Add feature_score_loc_sort

45542ce5 – Angie Chiang <angiebird@google.com> authored on 2018/10/12 11:37
Init mv_[dist/cost]_sum in init_tpl_stats

2d4eeae1 – Angie Chiang <angiebird@google.com> authored on 2018/10/10 13:43
Change mv search order according to feature_score

0c5fd59e – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 17:24
Merge "Refactor tpl dependency model to support multi-layer ARF updates"

4f544494 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 17:23
Merge "Refactor GOP reference frame ordering for tpl model"

da6682aa – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 17:07
Merge "Record gop size"

21bb9e3a – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 16:58
Merge "Fix a bug in ml_prune_rect_partition()"

e56b1db6 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 13:55
Merge "Fix the filter tap calculation in mips optimizations"

ff99ab36 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 13:14
Merge "Enable ML based partition search breakout for HBD"

2bc3d47d – Hui Su <huisu@google.com> authored on 2018/10/16 05:50
Fix a bug in ml_prune_rect_partition()

d8825f16 – Jingning Han <jingning@google.com> authored on 2018/10/16 06:09
Refactor tpl dependency model to support multi-layer ARF updates

bcd17e32 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/16 05:24
Fix the filter tap calculation in mips optimizations

97e7da48 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 02:09
Merge "fix output file check in vpxenc tests script."

69a4ed0d – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 23:49
Merge "Add frame_gop_index to GF_GROUP"

ca97594a – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 23:49
Merge "Add encoder side frame buffer for tpl model"

c875803d – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 23:04
Merge "CHANGELOG: fix v1.7.0 release date"

8caabd07 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 20:43
Merge "Add indep loop for motion_compensated_prediction"

540d373d – Hui Su <huisu@google.com> authored on 2018/10/15 06:41
Enable ML based partition search breakout for HBD

cee0391b – Jerome Jiang <jianj@google.com> authored on 2018/10/15 13:10
fix output file check in vpxenc tests script.

be51a773 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/15 11:27
A temporary fix to mips sub-pel filters

4dae3187 – Jingning Han <jingning@google.com> authored on 2018/10/15 11:27
Refactor GOP reference frame ordering for tpl model

f1e3f340 – Jingning Han <jingning@google.com> authored on 2018/10/15 11:21
Record gop size

4d3275f8 – Jingning Han <jingning@google.com> authored on 2018/10/15 07:48
Add frame_gop_index to GF_GROUP

227deb50 – Jingning Han <jingning@google.com> authored on 2018/10/15 06:11
Add encoder side frame buffer for tpl model

5ce1a997 – James Zern <jzern@google.com> authored on 2018/10/15 10:12
CHANGELOG: fix v1.7.0 release date

f6a52bee – Jingning Han <jingning@google.com> authored on 2018/10/11 08:16
Refactor tpl model setup to support multi-layer ARF setup

b7e9a463 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/13 11:04
Merge "Turn on ml_var_partition_pruning for HBD"

7bc91452 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 23:12
Merge "Optimize apply_temporal_filter function"

dfa8cc92 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 22:10
Merge "Remove unused variable from VP9_COMP"

f4300285 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 15:59
Merge "Enable ML based rect partition pruning for HBD"

fc167986 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/12 08:25
Optimize apply_temporal_filter function

1db646f0 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 12:14
Merge "Make 4-tap interp filter coefficients even numbers"

d4666ac7 – Hui Su <huisu@google.com> authored on 2018/10/12 06:59
Turn on ml_var_partition_pruning for HBD

bb82c499 – Hui Su <huisu@google.com> authored on 2018/10/11 10:33
Enable ML based rect partition pruning for HBD

e4f030be – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/11 11:13
Make 4-tap interp filter coefficients even numbers

9c1299e1 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/11 19:41
Merge "ML_VAR_PARTITION: adjust model threshold"

d409ffd4 – Jingning Han <jingning@google.com> authored on 2018/10/11 11:23
Remove unused variable from VP9_COMP

fbac7790 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/11 12:22
Merge "Call tpl model build at the beginning of a GOP"

f8ce04c9 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/11 06:25
Merge "Revert "vp8: Increase rate threshold for overshoot-drop""

e188b543 – Marco Paniconi <marpan@google.com> authored on 2018/10/11 06:24
Revert "vp8: Increase rate threshold for overshoot-drop"

6f56d8b8 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/10 21:18
Merge changes Ia5978d91,I3e3754f3

4a2ea54a – Harish Mahendrakar <harish.mahendrakar@ittiam.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/10 20:03
Merge "Loopfilter Multi-Thread Optimization"

d8c59e02 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/10 18:11
Merge "subpel asm: fix whitespace"

71ff94d3 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/10 17:05
Merge "Use 4-tap interp filter in speed 1 sub-pel motion search"

81f94b89 – Angie Chiang <angiebird@google.com> authored on 2018/10/10 11:10
Add indep loop for motion_compensated_prediction

d0f7f002 – Jingning Han <jingning@google.com> authored on 2018/10/10 10:52
Call tpl model build at the beginning of a GOP

33b289f5 – Johann <johannkoenig@google.com> authored on 2018/10/10 03:44
subpel asm: fix whitespace

af1fb84d – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/09 14:33
Merge changes I67700eba,I9e8f8ed3,Id93565cc

afa4b978 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/08 11:10
Add accurate sub-pel motion search

676b9b00 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/09 12:08
Merge "Set up the unit scaling factor for motion search"

1072267d – Angie Chiang <angiebird@google.com> authored on 2018/10/09 09:40
Simplify mode_estimation / tpl_model_store

8ca61034 – Angie Chiang <angiebird@google.com> authored on 2018/10/09 08:43
Move [inter/intra]_cost change to mode_estimation

50b91aff – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/08 12:21
Use 4-tap interp filter in speed 1 sub-pel motion search

9e12d5a6 – Wan-Teh Chang <wtc@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/08 16:51
Merge "Avoid null checks related to pool->frame_bufs."

e00c00b4 – Wan-Teh Chang <wtc@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/08 15:07
Merge "Correct a for loop in init_ref_frame_bufs."

a9c18f7b – Angie Chiang <angiebird@google.com> authored on 2018/10/08 12:37
Move feature_score into an independent for loop

3805232a – Angie Chiang <angiebird@google.com> authored on 2018/10/08 11:51
Add set_mv_limits()

51b4601d – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/08 13:25
Merge "Turn on ml_var_partition_pruning for speed 1"

4af18a71 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/08 07:43
Set up the unit scaling factor for motion search

ecc31d28 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/08 11:41
Merge "Changes to facilitate accurate sub-pel motion search"

4da98b0c – Supradeep T R <supradeep.tr@ittiam.com> authored and Harish Mahendrakar <harish.mahendrakar@ittiam.com> committed on 2018/06/12 09:57
Loopfilter Multi-Thread Optimization

23d3633f – Angie Chiang <angiebird@google.com> authored on 2018/10/08 10:35
Move lambda into TplDepFrame

9addd749 – Wan-Teh Chang <wtc@google.com> authored on 2018/10/05 07:27
Reduce the cpi->scaled_ref_idx array size by 1.

51a47b0c – Wan-Teh Chang <wtc@google.com> authored on 2018/10/08 06:03
Correct a for loop in init_ref_frame_bufs.

34e191b2 – Wan-Teh Chang <wtc@google.com> authored on 2018/10/08 05:41
Avoid null checks related to pool->frame_bufs.

4a47ef81 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/05 20:42
Merge "Fix bug in prepare_nb_full_mvs"

b25c7515 – Hui Su <huisu@google.com> authored on 2018/10/02 10:40
Turn on ml_var_partition_pruning for speed 1

49b7e8cd – Hui Su <huisu@google.com> authored on 2018/10/03 05:07
ML_VAR_PARTITION: adjust model threshold

c5586bfa – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/05 06:42
Changes to facilitate accurate sub-pel motion search

936b59ef – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/04 11:26
Merge "Clean up vp9_firstpass.h"

e49ef147 – Angie Chiang <angiebird@google.com> authored on 2018/10/04 11:17
Fix bug in prepare_nb_full_mvs

5062f3c1 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/03 20:48
Merge "Add mv_{dist/cost}_sum to TplDepFrame"

3cb34cef – Jingning Han <jingning@google.com> authored on 2018/10/03 12:01
Clean up vp9_firstpass.h

bc066684 – Marco Paniconi <marpan@google.com> authored on 2018/10/03 11:25
vp8: Increase rate threshold for overshoot-drop

129e6fe5 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/02 21:05
Merge changes I66b35ef7,Ic9ed6ed6,Ie5818689

6b191dc4 – Chi Yo Tsai <chiyotsai@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/02 20:07
Merge "Change the frame used to set up encoder in tests to 0."

d3d30fde – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/02 17:16
Merge "Minor clean-up in tiny_ssim.c"

Next