From 02345be98674f5ae57dc9508f95aba312ad6b633 Mon Sep 17 00:00:00 2001 From: Debargha Mukherjee Date: Wed, 16 Dec 2015 15:34:07 -0800 Subject: 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 --- vpxenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpxenc.c') 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)"); -- cgit v1.2.3