Adding an aq mode for 360 videos
authorDebargha Mukherjee <debargha@google.com>
Wed, 16 Dec 2015 23:34:07 +0000 (15:34 -0800)
committerDebargha Mukherjee <debargha@google.com>
Thu, 14 Jan 2016 00:17:37 +0000 (16:17 -0800)
commit02345be98674f5ae57dc9508f95aba312ad6b633
tree14557b660616f445f92ed49b41f2ac493e901e27
parent28ff0e0d1d2e08739775ff0c9b9044db1d1b9c1a
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
vp9/encoder/vp9_aq_360.c [new file with mode: 0644]
vp9/encoder/vp9_aq_360.h [new file with mode: 0644]
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/vp9cx.mk
vpxenc.c