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

Issue 2463033002: vp8_impl.cc: Adjust cpu speed setting for arm for devices with 4 or more cores. (Closed)

Created:
4 years, 1 month ago by åsapersson
Modified:
4 years, 1 month ago
Reviewers:
AlexG, marpan2, marpan
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

vp8_impl.cc: Adjust cpu speed setting for arm for devices with 4 or more cores. CIF or less: -12 -> -8 VGA: -12 -> -10 BUG=webrtc:6634 Committed: https://crrev.com/384e731455aab122ba717360a3b3db1f4910f243 Cr-Commit-Position: refs/heads/master@{#14873}

Patch Set 1 #

Total comments: 5

Patch Set 2 : address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 3 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
AlexG
lgtm https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode575 webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:575: return (number_of_cores_ >= 4 && width * height ...
4 years, 1 month ago (2016-10-31 19:15:31 UTC) #3
marpan
https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode575 webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:575: return (number_of_cores_ >= 4 && width * height <= ...
4 years, 1 month ago (2016-10-31 20:07:55 UTC) #5
åsapersson
https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode575 webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:575: return (number_of_cores_ >= 4 && width * height <= ...
4 years, 1 month ago (2016-10-31 21:56:38 UTC) #6
marpan
https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc File webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (right): https://codereview.webrtc.org/2463033002/diff/1/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc#newcode575 webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc:575: return (number_of_cores_ >= 4 && width * height <= ...
4 years, 1 month ago (2016-10-31 22:32:20 UTC) #7
marpan2
lgtm
4 years, 1 month ago (2016-11-01 00:34:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2463033002/20001
4 years, 1 month ago (2016-11-01 11:06:48 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-01 11:08:25 UTC) #16
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 11:08:34 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/384e731455aab122ba717360a3b3db1f4910f243
Cr-Commit-Position: refs/heads/master@{#14873}

Powered by Google App Engine
This is Rietveld 408576698