Applied, thanks.

Sean
--
Sean V. Kelley <[email protected]>
Open Source Technology Center / SSG
Intel Corp.


> On Jun 3, 2015, at 08:18, Kelley, Sean V <[email protected]> wrote:
> 
> Lgtm
> 
> Thanks,
> 
> Sean
> 
> --
> Sean V. Kelley <[email protected]>
> Open Source Technology Center / SSG
> Intel Corp.
> 
> 
>> On Jun 2, 2015, at 18:42, Xiang, Haihao <[email protected]> wrote:
>> 
>> Segment-based adjustments only occur if segmentation is enabled ($9.3).
>> 
>> Cc: Zhao Yakui <[email protected]>
>> Tested-by: Charles, Daniel <[email protected]>
>> Signed-off-by: Xiang, Haihao <[email protected]>
>> ---
>> src/gen8_mfd.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>> 
>> diff --git a/src/gen8_mfd.c b/src/gen8_mfd.c
>> index f045ca4..c15184d 100644
>> --- a/src/gen8_mfd.c
>> +++ b/src/gen8_mfd.c
>> @@ -2834,7 +2834,8 @@ gen8_mfd_vp8_pic_state(VADriverContextP ctx,
>>                  pic_param->pic_fields.bits.sign_bias_golden << 12 |
>>                  pic_param->pic_fields.bits.loop_filter_adj_enable << 11 |
>>                  pic_param->pic_fields.bits.mb_no_coeff_skip << 10 |
>> -                  pic_param->pic_fields.bits.update_mb_segmentation_map << 
>> 9 |
>> +                  (enable_segmentation &&
>> +                   pic_param->pic_fields.bits.update_mb_segmentation_map) 
>> << 9 |
>>                  pic_param->pic_fields.bits.segmentation_enabled << 8 |
>>                  (enable_segmentation &&
>>                   !pic_param->pic_fields.bits.update_mb_segmentation_map) << 
>> 7 |
>> -- 
>> 1.9.1
>> 
>> _______________________________________________
>> Libva mailing list
>> [email protected]
>> http://lists.freedesktop.org/mailman/listinfo/libva
> 
> _______________________________________________
> Libva mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/libva

_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to