OSDN Git Service

HEVC: Fix the Wrong slice type usage
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 22 May 2015 01:46:03 +0000 (04:46 +0300)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 2 Jun 2015 06:46:31 +0000 (14:46 +0800)
commitee36476168843da1ec271b0aa5630365a132fae2
tree172062fe588549a264f3c34c6a3338425eabd976
parent4a1c4d21f3428b08ef765d7f7de75b97006514ac
HEVC: Fix the Wrong slice type usage

Don't mix the slice_type values of h264 and h265.

The SLICE_TYPE values of H264 and HEVC are different.
H264: Bslice_type = 1, Pslice_type = 0
HEVC: Bslice_type = 0, Pslice_type = 1

Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
src/gen6_mfc_common.c
src/gen9_vme.c
src/i965_encoder_utils.c