ref: 5ca96f9d60d3ad7f538b949ce898262bc815bb1f
parent: 05d19e06d030d6d0e2d48375b63c3c25525965ac
parent: 6f4d29c58cf78bf0ec45ec18ca642ef7ab500402
author: Yaowu Xu <yaowu@google.com>
date: Wed Jan 14 15:25:18 EST 2015
Merge "Clarify purpose of VP9_INVERT_TILE_DECODE_ORDER"
--- a/vpx/vp8dx.h
+++ b/vpx/vp8dx.h
@@ -85,7 +85,14 @@
*/
VP9_SET_BYTE_ALIGNMENT,
- /** For testing. */
+ /** control function to invert the decoding order to from right to left. The
+ * function is used in a test to confirm the decoding independence of tile
+ * columns. The function may be used in application where this order
+ * of decoding is desired.
+ *
+ * TODO(yaowu): Rework the unit test that uses this control, and in a future
+ * release, this test-only control shall be removed.
+ */
VP9_INVERT_TILE_DECODE_ORDER,
VP8_DECODER_CTRL_ID_MAX