summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-01-14 16:28:41 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2015-01-14 16:28:41 -0800
commitf3c9272edc848a16c2d803956d9154a8ebf2183f (patch)
tree97c646399b0430de6efb8eb685d724e58f274dfc
parentf7fd03f9969348643983898115fb10cc4ced9867 (diff)
parent4ab39e13eacbe20b6c156bf3a52c571b548497aa (diff)
downloadlibvpx-f3c9272edc848a16c2d803956d9154a8ebf2183f.tar
libvpx-f3c9272edc848a16c2d803956d9154a8ebf2183f.tar.gz
libvpx-f3c9272edc848a16c2d803956d9154a8ebf2183f.tar.bz2
libvpx-f3c9272edc848a16c2d803956d9154a8ebf2183f.zip
Merge "Add comments for VP9E_SET_FRAME_PERIODIC_BOOST"
-rw-r--r--vpx/vp8cx.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index 9fae44912..e796580a8 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -308,7 +308,20 @@ enum vp8e_enc_control_id {
* By default, encoder operates with AQ_Mode 0(adaptive quantization off).
*/
VP9E_SET_AQ_MODE,
+
+ /*!\brief Codec control function to enable/disable periodic Q boost
+ *
+ * One VP9 encoder speed feature is to enable quality boost by lowering
+ * frame level Q periodically. This control function provides a mean to
+ * turn on/off this feature.
+ * 0 = off
+ * 1 = on
+ *
+ * By default, the encoder is allowed to use this feature for appropriate
+ * encoding modes.
+ */
VP9E_SET_FRAME_PERIODIC_BOOST,
+
/*!\brief control function to set noise sensitivity
*
* 0: off, 1: OnYOnly