OSDN Git Service

vp8 dec: add clear notation for qindex
authorZhong Li <zhong.li@intel.com>
Mon, 20 Jan 2014 03:07:16 +0000 (11:07 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 13 Feb 2014 07:08:02 +0000 (15:08 +0800)
Signed-off-by: Zhong Li <zhong.li@intel.com>
va/va_dec_vp8.h

index 1d43ca7..32830cb 100644 (file)
@@ -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;