summaryrefslogtreecommitdiff
path: root/vpxenc.c
diff options
context:
space:
mode:
authorDebargha Mukherjee <debargha@google.com>2015-12-16 15:34:07 -0800
committerDebargha Mukherjee <debargha@google.com>2016-01-13 16:17:37 -0800
commit02345be98674f5ae57dc9508f95aba312ad6b633 (patch)
tree14557b660616f445f92ed49b41f2ac493e901e27 /vpxenc.c
parent28ff0e0d1d2e08739775ff0c9b9044db1d1b9c1a (diff)
downloadlibvpx-02345be98674f5ae57dc9508f95aba312ad6b633.tar
libvpx-02345be98674f5ae57dc9508f95aba312ad6b633.tar.gz
libvpx-02345be98674f5ae57dc9508f95aba312ad6b633.tar.bz2
libvpx-02345be98674f5ae57dc9508f95aba312ad6b633.zip
Adding an aq mode for 360 videos
Different quality levels are used for different regions in the frame depending on how far they are vertically from the center. Specifically, three segments are used based on the mi_row index with respect number to the number of mi_rows in the frame. Change-Id: Ifc8b777bc58ea8521dffc4640360c67d99f8d381
Diffstat (limited to 'vpxenc.c')
-rw-r--r--vpxenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpxenc.c b/vpxenc.c
index afbaeac31..db8fcafa1 100644
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -388,7 +388,7 @@ static const arg_def_t frame_parallel_decoding = ARG_DEF(
static const arg_def_t aq_mode = ARG_DEF(
NULL, "aq-mode", 1,
"Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
- "3: cyclic refresh)");
+ "3: cyclic refresh, 4: equator360)");
static const arg_def_t frame_periodic_boost = ARG_DEF(
NULL, "frame-boost", 1,
"Enable frame periodic boost (0: off (default), 1: on)");