• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

修订版4ba33717a4f3aafaec8ed6c21e85db2987d67276 (tree)
时间2017-09-27 13:48:16
作者Xiang, Haihao <haihao.xiang@inte...>
CommiterXiang, Haihao

Log Message

dec/VC1: Update the comment for b_picture_fraction

b_picture_fraction is used as an index in practice, so I updated the
comments to reduce the confusion to user

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>

更改概述

差异

--- a/va/va.h
+++ b/va/va.h
@@ -1877,7 +1877,7 @@ typedef struct _VAPictureParameterBufferVC1
18771877 unsigned int value;
18781878 } range_mapping_fields;
18791879
1880- unsigned char b_picture_fraction; /* PICTURE_LAYER::BFRACTION */
1880+ unsigned char b_picture_fraction; /* Index for PICTURE_LAYER::BFRACTION value in Table 40 (7.1.1.14) */
18811881 unsigned char cbp_table; /* PICTURE_LAYER::CBPTAB/ICBPTAB */
18821882 unsigned char mb_mode_table; /* PICTURE_LAYER::MBMODETAB */
18831883 unsigned char range_reduction_frame;/* PICTURE_LAYER::RANGEREDFRM */