aboutsummaryrefslogtreecommitdiff
path: root/vpx/vp8cx.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-03 00:39:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-03 00:39:06 +0000
commit1971777eaf660d3928205f8c1d868edd437a5204 (patch)
tree8f5c3f2c206d23653bb8ee4ade59d9b6d3447a21 /vpx/vp8cx.h
parent29d510a547313f4bd6006e1c5f0c3634c775546a (diff)
parentc163e23d04e3d703a6bc19bffc3e1dbeb80442aa (diff)
downloadlibvpx-simpleperf-release.tar.gz
Merge "Snap for 11400057 from 25cb5c3e5c258d8c42c6ae76a6fa926d50cf5434 to simpleperf-release" into simpleperf-releasesimpleperf-release
Diffstat (limited to 'vpx/vp8cx.h')
-rw-r--r--vpx/vp8cx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index e0b679fbb..2875e185e 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -166,6 +166,7 @@ enum vp8e_enc_control_id {
*
* \note Valid range for VP8: -16..16
* \note Valid range for VP9: -9..9
+ * \note A negative value (-n) is treated as its absolute value (n) in VP9.
*
* Supported in codecs: VP8, VP9
*/
@@ -302,7 +303,7 @@ enum vp8e_enc_control_id {
* the feature is off, i.e., no golden frame boost in CBR mode and
* average bitrate target is used.
*
- * For example, to allow 100% more bits, i.e, 2X, in a golden frame
+ * For example, to allow 100% more bits, i.e., 2X, in a golden frame
* than average frame, set this to 100.
*
* Supported in codecs: VP9
@@ -598,7 +599,7 @@ enum vp8e_enc_control_id {
* the feature is off, i.e., no golden frame boost in CBR mode and
* average bitrate target is used.
*
- * For example, to allow 100% more bits, i.e, 2X, in a golden frame
+ * For example, to allow 100% more bits, i.e., 2X, in a golden frame
* than average frame, set this to 100.
*
* Supported in codecs: VP8