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

Unified Diff: webrtc/modules/video_coding/codecs/vp8/vp8_impl.h

Issue 2463033002: vp8_impl.cc: Adjust cpu speed setting for arm for devices with 4 or more cores. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
index 00a711554d5a5e367f7ebeccf8065d81731c2658..f2f208813cfd41bbf16b6f51df15e4714fbc3e13 100644
--- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
+++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
@@ -100,6 +100,7 @@ class VP8EncoderImpl : public VP8Encoder {
bool feedback_mode_;
int qp_max_;
int cpu_speed_default_;
+ int number_of_cores_;
uint32_t rc_max_intra_target_;
int token_partitions_;
ReferencePictureSelection rps_;
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc » ('j') | webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698