[Libva] [PATCH 6/6] vp8 dec: add clear notation for qindex

Xiang, Haihao haihao.xiang at intel.com
Wed Feb 12 23:39:38 PST 2014


From: Zhong Li <zhong.li at intel.com>

Signed-off-by: Zhong Li <zhong.li at intel.com>
---
 va/va_dec_vp8.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/va/va_dec_vp8.h b/va/va_dec_vp8.h
index 1d43ca7..32830cb 100644
--- a/va/va_dec_vp8.h
+++ b/va/va_dec_vp8.h
@@ -229,6 +229,7 @@ typedef struct _VAIQMatrixBufferVP8
 {
     /* 
      * array first dimensional is segment and 2nd dimensional is Q index
+     * all Q indexs should be clipped to be range [0, 127]
      */
     unsigned short quantization_index[4][6];
 } VAIQMatrixBufferVP8;
-- 
1.7.9.5



More information about the Libva mailing list