Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Issue 1672173002: Add initial bitrate and frame resolution parameters to quality scaler. (Closed)

Created:
4 years, 10 months ago by AlexG
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, perkj_webrtc, jackychen
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add initial bitrate and frame resolution parameters to quality scaler. - Scale down to VGA immediately if call starts with HD resolution and bitrate below 500 kbps. - Adjust QP threshold for HW VP8 encoder to scale down faster. BUG=b/26504665 R=mflodman@webrtc.org, pbos@webrtc.org, sprang@google.com, stefan@webrtc.org Committed: https://crrev.com/a9d08929463e915f078860c206f2706c0284cba6 Cr-Commit-Position: refs/heads/master@{#11692}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Total comments: 7

Patch Set 3 : Add test #

Patch Set 4 : Add TODO item #

Total comments: 2

Patch Set 5 : Adding constants #

Total comments: 4

Patch Set 6 : Address comments - 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -18 lines) Patch
M webrtc/api/java/jni/androidmediaencoder_jni.cc View 1 2 3 4 5 4 chunks +24 lines, -12 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/quality_scaler.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/quality_scaler.cc View 1 2 3 4 5 2 chunks +19 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/utility/quality_scaler_unittest.cc View 1 2 4 chunks +18 lines, -3 lines 0 comments Download

Messages

Total messages: 49 (18 generated)
AlexG
PTAL
4 years, 10 months ago (2016-02-05 22:54:08 UTC) #2
AlexG
ping :)
4 years, 10 months ago (2016-02-09 18:27:16 UTC) #3
pbos-webrtc
Adding sprang@ so he can start getting familiar with this part of the code. :) ...
4 years, 10 months ago (2016-02-09 20:31:29 UTC) #5
pbos-webrtc
On 2016/02/09 20:31:29, pbos-webrtc wrote: > Adding sprang@ so he can start getting familiar with ...
4 years, 10 months ago (2016-02-09 20:31:41 UTC) #6
AlexG
PTAL https://codereview.webrtc.org/1672173002/diff/1/talk/app/webrtc/java/jni/androidmediaencoder_jni.cc File talk/app/webrtc/java/jni/androidmediaencoder_jni.cc (right): https://codereview.webrtc.org/1672173002/diff/1/talk/app/webrtc/java/jni/androidmediaencoder_jni.cc#newcode403 talk/app/webrtc/java/jni/androidmediaencoder_jni.cc:403: const int kLowQpThresholdDenominator = 3; On 2016/02/09 20:31:29, ...
4 years, 10 months ago (2016-02-09 23:37:18 UTC) #7
pbos-webrtc
https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode604 webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:604: kDisabledBadQpThreshold, false, 0, 0, 0); I'd like to have ...
4 years, 10 months ago (2016-02-10 13:43:21 UTC) #8
AlexG
PTAL https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode604 webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:604: kDisabledBadQpThreshold, false, 0, 0, 0); On 2016/02/10 13:43:21, ...
4 years, 10 months ago (2016-02-10 19:07:17 UTC) #9
pbos-webrtc
https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode604 webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:604: kDisabledBadQpThreshold, false, 0, 0, 0); On 2016/02/10 19:07:16, AlexG ...
4 years, 10 months ago (2016-02-10 19:12:27 UTC) #10
AlexG
On 2016/02/10 19:12:27, pbos-webrtc wrote: > https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc > File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): > > https://codereview.webrtc.org/1672173002/diff/20001/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode604 > ...
4 years, 10 months ago (2016-02-10 19:21:15 UTC) #11
pbos-webrtc
lgtm but I'd like sprang to take a look (and you need owners I think)
4 years, 10 months ago (2016-02-10 19:31:06 UTC) #12
AlexG
On 2016/02/10 19:31:06, pbos-webrtc wrote: > lgtm but I'd like sprang to take a look ...
4 years, 10 months ago (2016-02-10 20:05:09 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672173002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672173002/60001
4 years, 10 months ago (2016-02-10 20:09:40 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 22:11:22 UTC) #19
AlexG
On 2016/02/10 22:11:22, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 10 months ago (2016-02-12 18:10:25 UTC) #20
sprang
lgtm with nit Sorry for the late reply, was sick a few days last week... ...
4 years, 10 months ago (2016-02-15 13:20:21 UTC) #22
pbos-webrtc
lgtm
4 years, 10 months ago (2016-02-15 17:10:14 UTC) #23
AlexG
https://codereview.webrtc.org/1672173002/diff/60001/webrtc/modules/video_coding/utility/quality_scaler.cc File webrtc/modules/video_coding/utility/quality_scaler.cc (right): https://codereview.webrtc.org/1672173002/diff/60001/webrtc/modules/video_coding/utility/quality_scaler.cc#newcode42 webrtc/modules/video_coding/utility/quality_scaler.cc:42: // ot threshold tables. On 2016/02/15 13:20:21, sprang wrote: ...
4 years, 10 months ago (2016-02-16 22:26:34 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672173002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672173002/80001
4 years, 10 months ago (2016-02-16 22:26:54 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/3473)
4 years, 10 months ago (2016-02-16 22:40:49 UTC) #29
AlexG
Magnus, ping one more time for owner approval.
4 years, 10 months ago (2016-02-17 18:29:49 UTC) #30
mflodman
On 2016/02/17 18:29:49, AlexG wrote: > Magnus, ping one more time for owner approval. Stefan, ...
4 years, 10 months ago (2016-02-19 10:17:23 UTC) #31
stefan-webrtc
lgtm with nit fixed. https://codereview.webrtc.org/1672173002/diff/80001/webrtc/modules/video_coding/utility/quality_scaler.cc File webrtc/modules/video_coding/utility/quality_scaler.cc (right): https://codereview.webrtc.org/1672173002/diff/80001/webrtc/modules/video_coding/utility/quality_scaler.cc#newcode18 webrtc/modules/video_coding/utility/quality_scaler.cc:18: static const int kHDBitrateThresholdKbps = ...
4 years, 10 months ago (2016-02-19 10:29:32 UTC) #33
mflodman
LGTM CC Jacky as FTI.
4 years, 10 months ago (2016-02-19 10:33:53 UTC) #34
pbos-webrtc
Please fix the below. https://codereview.webrtc.org/1672173002/diff/80001/webrtc/api/java/jni/androidmediaencoder_jni.cc File webrtc/api/java/jni/androidmediaencoder_jni.cc (right): https://codereview.webrtc.org/1672173002/diff/80001/webrtc/api/java/jni/androidmediaencoder_jni.cc#newcode401 webrtc/api/java/jni/androidmediaencoder_jni.cc:401: codec_settings->width, Can you make sure ...
4 years, 10 months ago (2016-02-19 19:17:09 UTC) #35
AlexG
https://codereview.webrtc.org/1672173002/diff/80001/webrtc/api/java/jni/androidmediaencoder_jni.cc File webrtc/api/java/jni/androidmediaencoder_jni.cc (right): https://codereview.webrtc.org/1672173002/diff/80001/webrtc/api/java/jni/androidmediaencoder_jni.cc#newcode401 webrtc/api/java/jni/androidmediaencoder_jni.cc:401: codec_settings->width, On 2016/02/19 19:17:09, pbos-webrtc wrote: > Can you ...
4 years, 10 months ago (2016-02-19 20:07:46 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672173002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672173002/100001
4 years, 10 months ago (2016-02-19 20:09:44 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/11065)
4 years, 10 months ago (2016-02-19 20:14:10 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1672173002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1672173002/100001
4 years, 10 months ago (2016-02-19 20:22:43 UTC) #43
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/11067)
4 years, 10 months ago (2016-02-19 20:33:06 UTC) #45
AlexG
Committed patchset #6 (id:100001) manually as a9d08929463e915f078860c206f2706c0284cba6 (presubmit successful).
4 years, 10 months ago (2016-02-19 23:24:17 UTC) #47
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 23:24:18 UTC) #49
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a9d08929463e915f078860c206f2706c0284cba6
Cr-Commit-Position: refs/heads/master@{#11692}

Powered by Google App Engine
This is Rietveld 408576698