]>
granicus.if.org Git - libvpx/log
Jerome Jiang [Thu, 14 Mar 2019 23:08:43 +0000 (23:08 +0000)]
Merge "Enclose macro arguments in parentheses"
Jerome Jiang [Wed, 13 Mar 2019 23:21:43 +0000 (16:21 -0700)]
Enclose macro arguments in parentheses
BUG=webm:1606
Change-Id: I661485b860243c95b6450035dbac77b0dd4d9ff4
Angie Chiang [Thu, 14 Mar 2019 17:22:09 +0000 (17:22 +0000)]
Merge changes Ifc006890,I753920a6
* changes:
Apply kmeans on log of wiener_variance
Add vp9_kmeans()
Marco Paniconi [Thu, 14 Mar 2019 04:51:46 +0000 (04:51 +0000)]
Merge "vp9-svc: Reorganize the simulcast mode"
Marco Paniconi [Thu, 14 Mar 2019 01:59:49 +0000 (01:59 +0000)]
Merge "vp9-rtc: Avoid TM intra on big blocks for screen"
Angie Chiang [Tue, 12 Mar 2019 22:50:04 +0000 (15:50 -0700)]
Apply kmeans on log of wiener_variance
Change-Id: Ifc0068902e036cd5d94fc5d39f0349a5875469b7
Angie Chiang [Tue, 12 Mar 2019 01:40:53 +0000 (18:40 -0700)]
Add vp9_kmeans()
Change-Id: I753920a65fb14a252617444f49feb40dc332d766
Angie Chiang [Thu, 14 Mar 2019 00:18:04 +0000 (00:18 +0000)]
Merge "Safe guard zero median filter outcome case"
Angie Chiang [Thu, 14 Mar 2019 00:13:47 +0000 (00:13 +0000)]
Merge "Refactor speed feature settings"
Marco Paniconi [Wed, 13 Mar 2019 22:55:18 +0000 (15:55 -0700)]
vp9-rtc: Avoid TM intra on big blocks for screen
For screen content real-time mode: don't check TM
intra for bsize >= BLOCK_32X32.
Small speedup and avoid some artifacts seen
in scrolling screen content.
Change-Id: I72d7731eeb6ac9ee96e65af522c1a9aabb6dc4ef
Marco Paniconi [Wed, 13 Mar 2019 20:46:12 +0000 (13:46 -0700)]
vp9-svc: Reorganize the simulcast mode
Set the lst/gld/alt_fb_idx and refresh flags for
key frames at the start of encoding (in svc_set_params).
This then avoids new code/function in update_references()
and in copy_flags_ref_update().
Change-Id: Id3503c0c628540c20f11a540c118c4ee4cf04848
Marco Paniconi [Wed, 13 Mar 2019 20:16:17 +0000 (20:16 +0000)]
Merge "vp9 simulcast: update buffer slot flag used in API."
Jingning Han [Wed, 13 Mar 2019 19:06:39 +0000 (12:06 -0700)]
Safe guard zero median filter outcome case
In case median filter returns 0 value, bypass the Wiener filter
stage. This avoids potential divided by 0 case.
In the same place use a temp variable to take the Wiener filter
output instead of returning to the coeff array.
Change-Id: I45f57c515b4062a0aa1f312eda852462cb655d8e
Jerome Jiang [Wed, 13 Mar 2019 16:13:35 +0000 (09:13 -0700)]
vp9 simulcast: update buffer slot flag used in API.
Also add #spatial_layers > 1 to simulcast_mode
Change-Id: I6234da81801176ac8678f9f5e1323f8b289cb663
Jingning Han [Wed, 13 Mar 2019 18:20:28 +0000 (11:20 -0700)]
Refactor speed feature settings
Make the speed feature setup functions take speed argument as
their input.
Change-Id: I542e8f6e04658e5d99e972380a31baab99a4fc23
Jingning Han [Wed, 6 Mar 2019 01:06:20 +0000 (17:06 -0800)]
Adaptive multiplier based on the Wiener variance
Adapt the Lagrangian multiplier based on the Wiener variance at
64x64 block level.
Change-Id: Ica195ed6f706daf6eee156d4b1a55bda65a92f7b
Jingning Han [Wed, 13 Mar 2019 16:18:09 +0000 (16:18 +0000)]
Merge "Add normalization over frame level Wiener variance"
Jingning Han [Wed, 13 Mar 2019 16:17:52 +0000 (16:17 +0000)]
Merge "Set up Wiener variance for macroblocks in a frame"
Jingning Han [Tue, 5 Mar 2019 20:14:40 +0000 (12:14 -0800)]
Add normalization over frame level Wiener variance
Normalize the block level Wiener variance based decision according
to the frame level Wiener variance.
Change-Id: Ic2bdf1b322a65661775541dd6c174ba71579461a
Jingning Han [Tue, 5 Mar 2019 18:45:16 +0000 (10:45 -0800)]
Set up Wiener variance for macroblocks in a frame
This commit introduces a Wiener variance term. For each block in
the source frame, we first estimate its film grain noise level
using median filter in the transform domain. Each transform
coefficient is then processed using Wiener filter to account for
the impact on the energy level due to film grain noise. The result
leads to a second moment of the denoised signal.
Change-Id: Ibce7cb1b0cb8fe1aba807d95289712271d576948
chiyotsai [Tue, 12 Mar 2019 17:03:00 +0000 (10:03 -0700)]
Remove highbd_temporal_filter_sse4.c when REAL_TIME_ONLY is on
Change-Id: I3ca7442b10cbea4dd5dbabe147687d1cb3cce4d8
Jerome Jiang [Tue, 12 Mar 2019 00:55:34 +0000 (00:55 +0000)]
Merge "vp9-decoder: use long int for buffer offset."
Jerome Jiang [Mon, 11 Mar 2019 22:45:47 +0000 (22:45 +0000)]
Merge "vp9: map speed > 9 to speed 9."
Jerome Jiang [Mon, 11 Mar 2019 22:13:19 +0000 (15:13 -0700)]
vp9-decoder: use long int for buffer offset.
integer overflow when frame size too big.
BUG=webm:1603
Change-Id: Ifbb81b5fb6a2043d09d403e7c50ab8d7bf125dca
Marco Paniconi [Sat, 9 Mar 2019 05:00:48 +0000 (21:00 -0800)]
vp9-screen: Rework the mode skip logic for screen
Don't force skip of zero-golden reference when
zero_temp_sad_source = 0, as it be may the
inter-layer reference. And remove the flatness conditon
when superblock is static.
Change-Id: I6b4b6eac0f6a2abc862c23d0e5467c7cf61995ef
Marco Paniconi [Fri, 8 Mar 2019 19:38:43 +0000 (19:38 +0000)]
Merge "vp9-screen: Fix to screen wth layered encoding"
Marco Paniconi [Fri, 8 Mar 2019 18:04:31 +0000 (10:04 -0800)]
vp9-screen: Fix to screen wth layered encoding
zero_temp_sad_source is only computed when
compute_source_sad_onepass and sf->use_source_sad are
on, which currently is only for the top layer of the
layered encoding. So qualify the usage of
zero_temp_sad_source on those flags.
This affects the quality/speed of the lower layers of
screen content mode when SVC (quality layers) are used.
Change-Id: I54167265a05a4b918ce015931375aa42d3e75cf5
Angie Chiang [Fri, 8 Mar 2019 18:31:57 +0000 (18:31 +0000)]
Merge changes Ib8e635fc,If868f67c,Ibfeae411
* changes:
Include mv_mode_arr info in dump_tpl_stats
Include gf_frame_offset in dump_tpl_stats
Refactor dump_tpl_stats
Chi Yo Tsai [Fri, 8 Mar 2019 17:46:08 +0000 (17:46 +0000)]
Merge "Optimize SSE4_1 lowbd temporal filter implementation"
Jerome Jiang [Fri, 8 Mar 2019 03:41:44 +0000 (03:41 +0000)]
Merge "vp9 svc: add simulcast mode when inter-layer pred is off."
chiyotsai [Mon, 4 Mar 2019 18:40:14 +0000 (10:40 -0800)]
Optimize SSE4_1 lowbd temporal filter implementation
- Change some unaligned loads to aligned loads
- Preload filter weights
BUG=webm:1591
Change-Id: I4e5e755e1fa5613d1c14191265bf80b0bfd0b75c
Jerome Jiang [Mon, 4 Mar 2019 23:51:22 +0000 (15:51 -0800)]
vp9 svc: add simulcast mode when inter-layer pred is off.
Force all upper spatial layers to be key frame if the base layer is key.
Mode only works for inter-layer pred=off and non-flexible mode.
Add flag to write out bitstream for each spatial layer in example
encoder.
Change-Id: I5db4543cf8697544ae49464f2157e692640d5256
Chi Yo Tsai [Thu, 7 Mar 2019 22:24:26 +0000 (22:24 +0000)]
Merge "Add SSE4_1 highbd version of temporal filter"
Marco Paniconi [Thu, 7 Mar 2019 20:24:11 +0000 (12:24 -0800)]
vp9-svc: Fix to sample encoder for 1 layer
Fix to vp9_spatial_svc_encoder to run case of
1 spatial, 1 temporal layer.
Change-Id: I93675c3c4bd2c55cb1c971679588525a8e5b889d
Marco Paniconi [Thu, 7 Mar 2019 04:28:26 +0000 (20:28 -0800)]
vp9-rtc: Improve mode check on flat blocks in screen mode
For nonrd-pickmode in screen content mode: modify logic for
inter and intra mode check for spatially flat blocks.
Condition skip of non-zero/zero inter mode based on
zero_temp_sad_source, and force intra/DC check regardless.
Reduces artifacts in scrolling motion.
Change-Id: Iee75cd19d03296afeb649c5bce628806103769ae
Johann Koenig [Wed, 6 Mar 2019 23:59:20 +0000 (23:59 +0000)]
Merge "add -Wmissing-prototypes"
Marco Paniconi [Wed, 6 Mar 2019 18:40:42 +0000 (10:40 -0800)]
vp9-denoiser: Bias to last for golden long term
If golden referene is selected as long-term reference,
bias the denoiser filter to use last reference.
Fixes visual artifact.
And reduce the thresh_svc_golden, which was used
to reduce the artifact occurrence.
Change-Id: I08f24160ca11bd8f5f70acaefe989d5f92988132
Angie Chiang [Wed, 6 Mar 2019 02:13:45 +0000 (18:13 -0800)]
Include mv_mode_arr info in dump_tpl_stats
Change-Id: Ib8e635fc7522d27ff7fdb62661597115e5bbc9b8
Jerome Jiang [Fri, 1 Mar 2019 17:50:50 +0000 (09:50 -0800)]
vp9: map speed > 9 to speed 9.
Report warning in example encoder.
Change-Id: Iec4cdffce9faa65241756fbdac498214c8b93cc1
Angie Chiang [Tue, 5 Mar 2019 23:13:41 +0000 (15:13 -0800)]
Include gf_frame_offset in dump_tpl_stats
Change-Id: If868f67ccc1c73189bc4c139a807d7341e59b668
Jerome Jiang [Tue, 5 Mar 2019 22:50:39 +0000 (22:50 +0000)]
Merge "vp9 svc example: use CONFIG_VP9_DECODER guarding decoding."
Angie Chiang [Tue, 5 Mar 2019 19:59:00 +0000 (11:59 -0800)]
Refactor dump_tpl_stats
Only dump stats when ref frame exists.
Dump ref_frame_idx
Change-Id: Ibfeae4111697b8ce97d7fe9b56c2487623615748
Jerome Jiang [Tue, 5 Mar 2019 19:11:16 +0000 (11:11 -0800)]
vp9 svc example: use CONFIG_VP9_DECODER guarding decoding.
Change-Id: I91f2955f2936303c3e09e9b2dc60e32305ebae17
Angie Chiang [Wed, 13 Feb 2019 02:58:07 +0000 (18:58 -0800)]
Add rd_diff_arr to store future blocks' rd diff
Change-Id: Id996c1a427fb22a32b7a521cadf9f1523e5cf068
Angie Chiang [Tue, 5 Mar 2019 18:51:42 +0000 (18:51 +0000)]
Merge "Fix compile error when DUMP_TPL_STATS is 1"
Johann [Tue, 5 Mar 2019 00:55:10 +0000 (16:55 -0800)]
add -Wmissing-prototypes
clang treats -Wmissing-declarations differently than gcc. This
provides similar coverage for clang.
Fix vpx_clear_system_state() warning on 32bit builds:
note: this declaration is not a prototype; add 'void' to make it a
prototype for a zero-parameter function
Change-Id: I5a424bc38d47c0a3dc751d65c1efea5733907785
Angie Chiang [Tue, 5 Mar 2019 01:19:22 +0000 (17:19 -0800)]
Fix compile error when DUMP_TPL_STATS is 1
Change-Id: Ie859c2c8e377b6b0982293833ddc657855b18091
Marco Paniconi [Mon, 4 Mar 2019 19:28:52 +0000 (11:28 -0800)]
vp9-rtc: Speed feature changes to speed 9
Compared to speed 8 for low resolutions:
quality loss is ~8-10%, and encoder fps is ~15%
higher on ARM for 1 thread.
Change-Id: I4f12390d2917a5c4045114ef81a05edb2a3b9c96
chiyotsai [Fri, 1 Mar 2019 01:10:54 +0000 (17:10 -0800)]
Add SSE4_1 highbd version of temporal filter
The SSE4_1 version of temporal filter does not distinguish between bd 10
and bd 12.
Speed up:
Function Level:
| !SS_X | SS_X
!SS_Y | 6.44X | 6.37X
SS_Y | 6.56X | 6.63X
Video Level:
2.5% speed up on basketballpass_240p over 150 frames on speed 1,
bitdepth 10, auto-alt-ref=1
BUG=webm:1591
Change-Id: I49aa2ed4acfe80a8d627038322de66cbe691296e
Marco Paniconi [Sat, 2 Mar 2019 06:03:10 +0000 (22:03 -0800)]
vp9-rtc: Adjust force split logic for screen mode
In variance partition for screen content mode:
force split to 32x32 if source pre-process detects
non-zero temporal sad.
Reduce artifacts in scroll motion content.
Change-Id: Ifbe2b500eb03ae853faa28a045ce4f1185443939
Marco Paniconi [Fri, 1 Mar 2019 19:18:36 +0000 (11:18 -0800)]
vp9-rtc: Fix for scroll motion for rtc
Increase threshold to detect frames with high
num of motion blocks, and fix conditions to detect
horiz & vert scroll and avoid split below 16x16 blocks
in variance partition.
Reduces artifacts in horizonal scroll screenshare testing.
Change-Id: Icf5b87f69971d7331c660fc2727c9246c6cbf8b5
Paul Wilkins [Fri, 1 Mar 2019 13:42:48 +0000 (13:42 +0000)]
Merge "Strengthened film grain setting."
Paul Wilkins [Fri, 1 Mar 2019 13:42:11 +0000 (13:42 +0000)]
Merge "Fix RD multiplier bug impacting AQ1."
Marco Paniconi [Fri, 1 Mar 2019 03:58:08 +0000 (19:58 -0800)]
vp9-rtc: Set init noise level based on resoln
Avoid the kLow init level for lower resolns.
Change-Id: I1c9968a6891668b5887e35695f2a44158a4b3a18
Marco Paniconi [Fri, 1 Mar 2019 01:53:18 +0000 (17:53 -0800)]
vp9-rtc: Reduce thresholds for skip golden
For nonrd-pickmode CBR mode: reduce the skip
golden ref thresholds, to reduce some psnr
regression in some clips, while still effectively
reducing flashing block artifact occurrence.
Change-Id: I468dcf5354411aeb54ac3ef56c6fb73267d93fde
Jerome Jiang [Thu, 28 Feb 2019 19:00:25 +0000 (19:00 +0000)]
Merge "Set segment ID from ROI map if enabled."
Jerome Jiang [Tue, 26 Feb 2019 19:01:23 +0000 (11:01 -0800)]
Set segment ID from ROI map if enabled.
Segment ID was overwritten.
Change-Id: I99603dce02a94f3a9076d1743b108a81289ad0e5
Marco Paniconi [Thu, 28 Feb 2019 17:21:24 +0000 (17:21 +0000)]
Merge "vp9-rtc: Change init level of denoiser & noise level"
Paul Wilkins [Fri, 7 Dec 2018 17:46:34 +0000 (17:46 +0000)]
Strengthened film grain setting.
This patch increases the preference for maintaining similar variance
between source and reconstruction and thus helps improve film grain
retention.
The changes are only active when film mode is selected
Change-Id: I3bc082dca678a0f32ec00f30f5d90d0f95ca2381
paulwilkins [Tue, 26 Feb 2019 12:34:07 +0000 (12:34 +0000)]
Fix RD multiplier bug impacting AQ1.
Change to the default RD multiplier computation in set_segment_rdmult()
The default here is wrong as for modes like AQ 1 setting the rdmult based on the
segment ID for bsize will tend to result in the RD loop favoring partition sizes where
the resulting segment assignment has the lowest Q, as these partition sizes will be
then evaluated with a lower value of rdmult. For a valid rd comparison between
partition sizes within a single SB64 we need to use the same value of rdmult.
This change fixes an observed issue with AQ 1 where almost all the blocks were being
assigned to segment 0.
Change-Id: Ibf87e8ca60bca45b8fee866ac6fd53feae11dab4
Paul Wilkins [Thu, 28 Feb 2019 12:58:20 +0000 (12:58 +0000)]
Merge "Change to direction of scan for GF only group boost."
Marco Paniconi [Thu, 28 Feb 2019 00:19:33 +0000 (16:19 -0800)]
vp9-rtc: Change init level of denoiser & noise level
Change to init/reset level of the denoiser from
kDenLow to kDenMedium, and the init noise level to kLow.
This affects the denoiser level during the initialization
stage of the noise estimation.
Improves denoising for noisy content during init stage of
noise estimation, with little effect for low noise/clean content.
Change-Id: I247a17b0f01f646fc2e91a4a070ad69bdb788cae
Marco Paniconi [Wed, 27 Feb 2019 22:45:56 +0000 (22:45 +0000)]
Merge "vp9-rtc: Add cyclic_refresh condition to segment reset"
Marco Paniconi [Wed, 27 Feb 2019 22:08:09 +0000 (22:08 +0000)]
Merge "vp9: Remove unused function in cyclic refresh"
Marco Paniconi [Wed, 27 Feb 2019 20:06:45 +0000 (12:06 -0800)]
vp9: Remove unused function in cyclic refresh
Change-Id: I4b1d02c661ccbad2a1e346df623e78334a3a3a39
Marco Paniconi [Wed, 27 Feb 2019 19:56:53 +0000 (11:56 -0800)]
vp9-rtc: Add cyclic_refresh condition to segment reset
In non-rd pickmode for screen content:
this logic to reset segment should only be for cyclic_refresh
mode on, so add that condition explicitly.
There may be other uses of segments, like ROI, so we
should condition this reset logic on cyclic_refresh,
as it was intended for that mode only.
Change-Id: I954e6cee968fbca35b34286c4a7ca2531c8e9823
Marco Paniconi [Wed, 27 Feb 2019 17:28:43 +0000 (09:28 -0800)]
vp9-rtc: Modify skip golden mode check for 1 layer
For real-time CBR mode: golden reference mode testing is
skipped under certain conditons based on sse of zero-last mode.
This was done for svc mode. Here we add similar condition
for non-svc/1 layer encoding.
Reduces flashing block artifacts that can occur in background
areas with noise.
Change-Id: I93f71ea9507af8c9153fc6c0ba7dcc7a0fa8810d
Marco Paniconi [Mon, 25 Feb 2019 04:43:13 +0000 (04:43 +0000)]
Merge "vp9-rtc: Fix to Q clamp in adjust_q_cbr"
Marco Paniconi [Mon, 25 Feb 2019 03:02:14 +0000 (19:02 -0800)]
vp9-rtc: Fix to Q clamp in adjust_q_cbr
For CBR mode: clamp the Q to worst/best quality in
adjust_q_cbr().
Under certain conditions, when the worst/best quality is
suddenly changed by a large amount mid-stream, the Q
adjustment from the final Q from adjust_q_cbr may not respect
the worst/best qualiy limits.
Change-Id: I3776129325d89882d422b22e6247d44660dd90ac
Marco Paniconi [Sat, 23 Feb 2019 04:02:27 +0000 (20:02 -0800)]
vp9-rtc: Decrease noise estimation thresh for kLow
Increases denoising for noisy content.
Change-Id: Iff8573f8dca7b177ef53ee6682d691e6cd8e2740
kyslov [Fri, 22 Feb 2019 22:15:22 +0000 (14:15 -0800)]
Fix 32-bit unsigned integer overflow in block_variance
When compiled for High Bitdepth SSE can overflow 32-bit unsigned
integer, so change it to 64 bit. Also fixing unit/int mismatch of sum
BUG=webm:1601
Change-Id: Ib576ed1d5579b0c2b4661058aa64119560b652bf
Marco Paniconi [Fri, 22 Feb 2019 03:32:07 +0000 (19:32 -0800)]
vp9-rtc: Adjust thresholds for noise estimation.
Lower the frame_motion and consec_zeromv thresholds,
this make the noise estimation and denoiser have more effect
on noisy clips.
Change-Id: I49cf5d78a04d00fcf8538bee6f3b2980efe6b3b5
Jerome Jiang [Wed, 20 Feb 2019 23:03:13 +0000 (23:03 +0000)]
Merge "vp9: Enable ml based partition for speed>=8 low res."
James Zern [Tue, 19 Feb 2019 01:03:54 +0000 (17:03 -0800)]
vpx_thread.h: remove unused sched_yield()
usage was removed with:
c1b024b48 Modify map read/write to sync logic in row_mt case
Change-Id: I515fe397083079a4f11702e67c322fd04bdcf410
Ranjit Kumar Tulabandu [Wed, 20 Feb 2019 04:35:35 +0000 (04:35 +0000)]
Merge "Fix integer overflow issue in bits allocated"
Yaowu Xu [Tue, 19 Feb 2019 21:41:37 +0000 (13:41 -0800)]
Disable encoder builds when checking coeff ranges
BUG=webm:1031
Change-Id: I28f4e8cdec170393b2d22cd8cb0b73a32204e09c
Jerome Jiang [Tue, 19 Feb 2019 17:08:50 +0000 (09:08 -0800)]
vp9: Enable ml based partition for speed>=8 low res.
~10% speed up with no quality change for speed 8.
7% quality gain for speed 9 with no speed change.
Change-Id: I7eaaa4b82f7b082c9b15aa1d7624765ecc5082e7
Aidan Welch [Sat, 5 Jan 2019 09:51:24 +0000 (04:51 -0500)]
added error messages in vpx_video_reader_open().
Change-Id: I3e521b62a2f99902c4be80fe25d3869121673e43
Angie Chiang [Sat, 9 Feb 2019 01:48:57 +0000 (17:48 -0800)]
Fix compile warnings in non-greedy-mv
Change-Id: Ib2bd9a74473ccb00e9ad71e0b186c8ddc0ee7b3c
Angie Chiang [Sat, 9 Feb 2019 01:28:43 +0000 (17:28 -0800)]
Only discount new mv mode when tpl model is ready
Change-Id: I3326f0912627981fd604b16ddbf668d2262d4287
Angie Chiang [Thu, 7 Feb 2019 02:21:07 +0000 (18:21 -0800)]
Check the new mv diff in discount_newmv_test()
Change-Id: I38c5d4de93bebfd3f46bcc01716a0cc4a76af950
Angie Chiang [Wed, 6 Feb 2019 21:52:48 +0000 (13:52 -0800)]
Use mv_mode_arr to decide the newmv discount place
Change-Id: I98c32aba4c9e81380b588dcdbfa991468487ce73
Angie Chiang [Fri, 8 Feb 2019 18:25:56 +0000 (10:25 -0800)]
Fix the bug for feature_score computation
The visited is not set to 1 after an item is pushed into the heap.
This may cause one item being pushed into the heap multiple
times, which may incur buffer overflow and memory corruption.
Change-Id: I443f1e5693856bb4066542403f98492d4daec69d
Jerome Jiang [Tue, 12 Feb 2019 23:24:48 +0000 (23:24 +0000)]
Merge "vp9: ML var partition as speed feature & cleanup."
Marco Paniconi [Tue, 5 Feb 2019 18:54:28 +0000 (10:54 -0800)]
vp8: Limit Q change for screen content CBR mode
Add last_q[] to layer context, and add limit on
Q change from previous layer/frame. For now put
hard limit of 12 for decrease.
For 1 pass CBR sreen content mode.
Change-Id: Ifb972c9b6831440c80b1cb07a054c577ece930ec
Jerome Jiang [Tue, 12 Feb 2019 17:45:16 +0000 (17:45 +0000)]
Merge "Test decode and find mismatch in vp9 svc example encoder."
Jerome Jiang [Sat, 9 Feb 2019 03:29:10 +0000 (19:29 -0800)]
Test decode and find mismatch in vp9 svc example encoder.
Also write it to opsnr.stt when internal stats is enabled.
Removed some redundant code in vpxenc.c and vp9cx_set_ref.c
Change-Id: I3700137fff0be92a23e4ab75713db72da1dc4076
Jerome Jiang [Fri, 8 Feb 2019 23:11:28 +0000 (15:11 -0800)]
vp9: ML var partition as speed feature & cleanup.
Remove it from runtime flag.
Add new struct for rd ml partition.
BUG=webm:1599
Change-Id: I883edbba83c65b7e557b8832419e212cffc85997
Marco Paniconi [Mon, 11 Feb 2019 20:06:27 +0000 (12:06 -0800)]
vp8: Fix condition for update of last_pred_err_mb
For 1 pass cbr screen-content mode: quantity should
only be updated on delta frames.
Change-Id: I16fc47b2805c7527ab4ff25bd8b5a5bd9c2b8976
Jerome Jiang [Mon, 11 Feb 2019 17:42:53 +0000 (17:42 +0000)]
Merge "refactor vp9 svc example encoder."
Jerome Jiang [Fri, 8 Feb 2019 23:44:46 +0000 (15:44 -0800)]
refactor vp9 svc example encoder.
Put rc stats related code into a separate function.
Change-Id: I11808bb947079b5fd9e53dfa5894bf227ed0c4c6
Angie Chiang [Sat, 9 Feb 2019 01:20:19 +0000 (01:20 +0000)]
Merge changes Ibbe12dad,I4bf9e2ad
* changes:
Add tpl_bsize to VP9_COMP
Compute future_rd_diff in predict_mv_mode
Jerome Jiang [Fri, 8 Feb 2019 23:44:46 +0000 (15:44 -0800)]
vp9 svc example encoder accept -o (--output) for output.
Make it same as vpxenc so easier to run on borg.
Change-Id: Ie19db6e828ced773cba9aef715c8fbd0f4715b27
Fyodor Kyslov [Thu, 7 Feb 2019 23:37:33 +0000 (23:37 +0000)]
Merge "Fixing ClangTidy issues reported by downstream integration"
kyslov [Thu, 7 Feb 2019 20:15:19 +0000 (12:15 -0800)]
Fixing ClangTidy issues reported by downstream integration
ClangTidy reported 16 issues. All are around typecasting and
straightforward
Change-Id: Ie8f9fc2ba7992dd44fef65b121fe65966a1a1297
Hui Su [Thu, 7 Feb 2019 21:30:47 +0000 (21:30 +0000)]
Merge "Refactor the model for rect partition pruning"
Jerome Jiang [Thu, 7 Feb 2019 19:31:50 +0000 (19:31 +0000)]
Merge "vp9: Write height and width to ivf header in SVC example encoder."
Jerome Jiang [Thu, 7 Feb 2019 18:38:14 +0000 (10:38 -0800)]
vp9: Write height and width to ivf header in SVC example encoder.
Write height and width of top layer to ivf header in SVC.
vpxdec Can't decode it correctly when output is y4m.
Change-Id: I9b2f1d54696611a30e252bdfd182897d191d92b5
Hui Su [Thu, 7 Feb 2019 04:09:33 +0000 (20:09 -0800)]
Refactor the model for rect partition pruning
Remove the block variance and skip flags from the input features. They
do not seem to reduce the average loss of the model. Also decrease the
number of hidden nodes. The model size is reduced significantly.
Compression quality and speed are both neutral.
Change-Id: Ic62f73c4f4c0a3148285f575747f0423ff568c64
Yaowu Xu [Thu, 7 Feb 2019 00:02:39 +0000 (16:02 -0800)]
Use wide integer to avoid overflow
BUG=webm:1270
Change-Id: I7d56667d946196bbbe355303de805422e40b0763